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.
Tool/software: Code Composer Studio
Hi.
1 - Please,explain step by step how to startup interrupt in code composer studio (version 8) .
2 - What functions should be used?
3 - and how to write ISR for interrupt.
Thank you very much.
Hi,
You can refer device TRM for details on steps to set an interupt.
Refer to interrupt based examples available under C2000Ware for reference code.
Thanks
Vasudha
Hi.
Thank you for help.
Do you have a solution to my new problem?
*****When i write in CCS "__interrupt" the word interrupt not bold but on example of C2000ware the word interrupt is bold. ********
Thank you very much.
Hi,
Are you getting any error due to this? You might consider rebuilding all the indexes in the project.
Thanks
Vasudha
Hi,
Please explain more.
When build project I don't have any errors.But when the CCS not detect the keyword there is a problem.
Why the "interrupt" keyword not bold and don't show with content assist???
Thank you for everything Mr. Vasudha.