Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Is there ANY Cortex core that supports reentrant interrupts?
Jump...
Cancel
Locked
Locked
Replies
16 replies
Subscribers
119 subscribers
Views
13914 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Is there ANY Cortex core that supports reentrant interrupts?
Konstantin Dimitrov
over 12 years ago
Note: This was originally posted on 28th February 2011 at
http://forums.arm.com
For some (external to me) reason I am stuck with the Cortex but trying to find work around to my software issues with the lack of reentrant interrupts in CM3. Does CM4 support reentrancy? Or maybe CM0? Anything at all?
Please help!
Parents
Joseph Yiu
over 12 years ago
Note: This was originally posted on 28th February 2011 at
http://forums.arm.com
Hi Marcus,
Cortex-R and Cortex-A processors does not have NVIC. Users (SoC designers) using these processors can use the Generic Interrupt Controller (GIC) or they could use their own interrupt controller. In terms of the processor itself, these processors don't have the priority level management as in Cortex-M processors so a programmer can create reentrant interrupt as in ARM7TDMI.
regards,
Joseph
Cancel
Vote up
0
Vote down
Cancel
Reply
Joseph Yiu
over 12 years ago
Note: This was originally posted on 28th February 2011 at
http://forums.arm.com
Hi Marcus,
Cortex-R and Cortex-A processors does not have NVIC. Users (SoC designers) using these processors can use the Generic Interrupt Controller (GIC) or they could use their own interrupt controller. In terms of the processor itself, these processors don't have the priority level management as in Cortex-M processors so a programmer can create reentrant interrupt as in ARM7TDMI.
regards,
Joseph
Cancel
Vote up
0
Vote down
Cancel
Children
No data