STM32 Timer 8 ETR pin behaving as output
Hello Team,
I am using an STM32F469NIH6 in my project and the following is my use case:
I need the timer 8 to act as a slave to its ETR pin, which is PA0. I have a signal coming out on the PG7 from my daughter board and I have connected PG7 and PA0 via a jumper. I also need the same timer to trigger a timer DMA transaction upon overflow/ CC
My observation is that the timer 8 is getting triggered well and the DMA transaction is also happening well. But the signal that my daughter card sends out on the PG7 holds a different duty ratio. ie- the ETR pin is actually sending out some signal, which is corrupting the signal on PG7.
In the present case, I am also setting the PA15 (SPI1 Chip select) low for initiating the SPI DMA transactions. The signal integrity issue is seen only when the DMA is triggered while PA15 is set low. Things look fine when PA15 is high
Here are my register values:


Any leads on this would be of help.
Thank you,
Janani
