Does the xCORE support interrupts? Topic is solved

If you have a simple question and just want an answer.
Post Reply
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Does the xCORE support interrupts?

Post by sethu_jangala »

Does xCORE support interrupts like normal micro controller?



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

xC does not expose interrupts to the programmer. Events are exposed in terms of the select statement. The architecture supports both events and (traditional) interrupts. xC code for using events is available in the xC Programming manual.

Post Reply