2023-10-09 07:07 PM
Hello,
I am currently developing an MCU based radar. I tried to implement 4-channel ADC Sampling 1MSPS based on STM32H743, but the results were not good. There are many problems, but the biggest problem is the sampling rate, so to solve this, we plan to use an external high-speed ADC chip (AD7383-4). As you all know, the STM32H7 series supports QuadSPI. Of course, there are mainly examples related to Memory. Some engineers say that you can set it to indirect mode and do it. (https://stackoverflow.com/questions/73855861/qspi-connection-on-stm32-microcontrollers-with-other-pe...). Another engineer said that STM32 Quad SPI is difficult to use because it is for memory and data is loaded alternately on the Quad SPI data line. This part seems to be somewhat limited to memory.
Do you know if there is a way to simultaneously receive 4 channel ADC data at 4MSPS using quad SPI on STM32H7?
2023-10-25 09:03 PM
2023-10-25 10:45 PM
What is the template of your code?
The previously mentioned project?
2023-10-25 11:07 PM
The QSPI Interface is activated and data is transmitted using it. This is code written with reference to the project I told you about previously. However, the hardware pin QSPI_Clock signal does not come out.
2023-10-25 11:32 PM
try to search the forum with "QSPI CLK", there will be some good reference.
such as Solved: Communicating with QSPI nor-flash via OctoSPI (OSP... - STMicroelectronics Community