Hi,
I am working on Cortex M4 based Microcontroller.
I have one timer(TIM0) running and when it gets restarted, GPIO pin is set. I have one more timer (TIM1) running separately and it sets another GPIO pin.
Now I would like to synchronize these two timer interrupts (TIM0 and TIM1).
Anyone has idea on how to implement it?
Thanks in advance!!
satheesh21 said:Anyone has idea on how to implement it?
Yes - that's a question for the chip manufacturer!
None of this has anything to do with ARM - it is all proprietary to the particular chip:
https://community.arm.com/developer/tools-software/tools/f/keil-forum/43684/lpc2148-timer0-not-working-as-expected/158950#158950
Therefore, you need to go to the particular chip manufacturer's documentation and study the details of their particular Timer & GPIO implementations.
Spend time browsing the manufacturer's website for application notes, tutorials, examples, and other supporting materials.
No doubt the manufacturer will have their own forum for specific questions about their products.