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?