Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Unable to trigger SWI via GIC on Cortex A15
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
3085 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
Unable to trigger SWI via GIC on Cortex A15
Wallace Wadge
over 12 years ago
Wallace Wadge
over 12 years ago
Note: This was originally posted on 17th April 2012 at
http://forums.arm.com
ttfn,
That's exactly it. Enabling the CPSR.I bit did the trick.
Thank you!
Wallace
Cancel
Vote up
0
Vote down
Cancel
Martin Weidmann
over 12 years ago
Note: This was originally posted on 17th April 2012 at
http://forums.arm.com
Have you cleared the CPSR.I bit? This is the bit which masks interrupts (IRQs) in the CPU, and is set (IRQs masked) at reset. So you would need to clear it.
Other possibility, the code you quoted - is it running in the Secure world or Normal world (SCR.NS bit state)? If Normal world, you need to perform some steps in the Secure world before you can use the IC in the Normal world.
Cancel
Vote up
0
Vote down
Cancel