HAL_SPI_Transmit_IT - multiple calls to generate waveform with DAC
Posted on January 23, 2018 at 13:24Hi,I am developping an application with a STM32F746ZG using the SPI interrupt to send data to a DAC. I am using the HAL_SPI_Transmit_IT() function to send this data in order to send a waveform. The fact is that I w...