Periodically interrupt driven SPI
Posted on January 29, 2018 at 14:48Hello,I am trying to set up a project using an STM32F746ZG and an external DAC communicated by the SPI3. The idea is to transmit data from the MCU to the DAC periodically (using a timer and its interrupt) and use t...