Question
STM32L4R9 Octo SPI test
I want to use L4R9's OSPI interface.
I only have a microcontroller board, and I want to test whether it can send data.
During the test, I found that the HAL_OSPI_Transmit() function never sends data,
and the oscilloscope cannot pick up the waveform.
It is speculated that the reason is that the NCS film selection cannot be lowered.
My board is in the OSPI_READY state after powering on, and even though I added the write enable function,
there is no way to realize data transmission. Even if the chip select line is forcibly set to GPIO type and manually pulled low in the program,
the HAL_OSPI_Transmit() function still cannot work. My cube configuration and test program are as follows:
I only have a microcontroller board, and I want to test whether it can send data.
During the test, I found that the HAL_OSPI_Transmit() function never sends data,
and the oscilloscope cannot pick up the waveform.
It is speculated that the reason is that the NCS film selection cannot be lowered.
My board is in the OSPI_READY state after powering on, and even though I added the write enable function,
there is no way to realize data transmission. Even if the chip select line is forcibly set to GPIO type and manually pulled low in the program,
the HAL_OSPI_Transmit() function still cannot work. My cube configuration and test program are as follows:


HELP ME,PLEASE!!!
In addition to the failure of the microcontroller, are there any other unreasonable configurations that may cause data transmission to fail?
