STM32F303re SPI AT 18Mhz
Hello,
I need assistance generating a continuous 18MHz SPI signal without gaps between data transmissions using the STM32F303RE. Additionally, I need to be able to perform other tasks on the microcontroller simultaneously.
I am using DMA in circular mode to handle the SPI data transfer. However, I encounter an issue where I cannot exceed a 2MHz SPI clock without the microcontroller failing to handle other tasks properly, such as toggling an LED.
Can you provide guidance on how to achieve a continuous 18MHz SPI signal while allowing the microcontroller to handle other tasks?
Thank you!
