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.

SYS/BIOS, Swi Example, Seems Error in comment field



Hello,

I was going through Swi example in SYS/BIOS(6.35.01.29) in CCSv5.4

In (TI Resource Explore) example I could see that the comment is not matching the implementation.

Swi_or(swi1, 0x100);        /* swi1 runs with trigger = 0x111 */

This should be like,

Swi_or(swi1, 0x100);        /* swi1 runs with trigger = 0x103 */

Is it correct?