SPI TX DMA not work after mcu power on
Hi All,
I use STM32f103C8T6 mcu to control a 5" TFT (480x272) display in direct mode.
TIM1 PWM is the 9Mhz pixel clock,
TIM2 is the column counter,
TIM3 is the row counter
and TIM2 channel 2 in compare mode, start SPI DMA transmit once in line
so, the SPI TX DMA not work after power up. (see my oscilloscope and dont show a picture) but, reset the mcu or reprogram its work perfectly.
test hardware the "blue pill" :)
i use my function libraryes.
i uploaded my full project.
Any Idea?