Page 1 of 1

Does the xCORE support interrupts?

Posted: Wed Sep 18, 2013 11:55 am
by sethu_jangala
Does xCORE support interrupts like normal micro controller?


Answer 1758

Posted: Wed Sep 18, 2013 11:55 am
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.