Hi Team,
I have setup a timer interrupt using TI example in the SDK in the CM core.
How do I allow nested interrupt to occur : i.e. with timer interrupt code is running I was to allow other interrupts to occur?
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.
Hi Team,
I have setup a timer interrupt using TI example in the SDK in the CM core.
How do I allow nested interrupt to occur : i.e. with timer interrupt code is running I was to allow other interrupts to occur?
Hi,
The CM core includes an ARM Cortex M core. This inherently supports interrupt nesting.
You can configure the group priorities as per the application need
Regards,
Veena