2017-02-11 11:39 AM
Hy.
I have a stm32f407vgt. I would like to use all TIM2 input compare for DMA trigger. I don't understand that the TIM2_CH4 is at two dma streams, and one of them with CH2, so how can i use all 4 channels at the same time?
Thanks,
Mate
Note: this post was migrated and contained many threaded conversations, some content may be missing.2017-02-12 12:57 AM
TIM5 is allready in use. I want 8 input captures with 32 bitt resolution.
2017-02-12 01:59 AM
I will give a try. thanks
2017-02-12 10:36 AM
Stream 6 Channel 3 is said to be triggered by both CH2 and CH4.
Do you know how exactly is this implemented?
Jan
2017-02-12 11:13 AM
I don't know. But I hope that the priority settings solves the problem
2017-02-12 01:15 PM
Sounds like a plan and we all are waiting for you to report back with the results, but... hey, it's two hours since you last post, why does it take you so long? :D
Jan
PS. Had been experimenting with SPI-triggered interrupts on an 'F40x back then. When I enabled both streams triggered from the same SPI-Rx, after a trigger happened, one of them continued to work normally, the other went to a weird state - not functioning, but could not been disabled either, CR.EN remained set no matter what was written to CR... Just saying.
2017-02-12 01:32 PM
I will try, but i have a lot of other homework.