Using SPI Commuication with desired rate in Nucleo-f469ZI board
I am using Nuckeo-F429ZI board for my project.I am using SPI HAL drivers for the SPI communication.I need to transmit a data stream of 12 bytes for every 10 micro seconds with clock speed pf 2 MHz.I have tried it using SPI HAL drivers, but I'm gettin...