User Activity

Hello All,I am adding parts of my code. Storing to flash is working if I DMA TIM1 CCR1 to memory and then copy from memory buffer to Flash.I assumed that writing to QSPI_DR will trigger transfer to Flash.Is it feasible to DMA to QSPI?////////////////...
Hello, I want to trigger TIM1 (Input Capture Mode) using TIM15 counter elapse (say every 1 sec). TIM1 should measure input frequency , reset counter every capture, and do one DMA of Input capture value to Memory buffer at every 1 sec (say). I tried P...