Can you please help me in explaining code of a timer to generate a timer interrupt at every 1 second
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Can you please help me in explaining code of a timer to generate a timer interrupt at every 1 second
Hi
I think you can refer to this demo code.
https://dev.ti.com/tirex/explore/node?node=A__AOFnQlqZrS8PQTTYUEz33w__msp430ware__IOGqZri__LATEST
Chose a low frequency clock source and modify the TA0CCR0 value to make it 1s interrupt.
**Attention** This is a public forum