Nested interrupts - STM32F7
Posted on April 18, 2017 at 11:28Hi,I am trying to configure the STM32F7 to work with a Timer and a SPI to transfer data using DMA.The idea is to use the TIM6 to trigger the SPI so I start the SPI data transmission inside the timer interrupt handler...