Cortex-M7 Traps
Cortex-M7 Traps
The Traps section in Oberon for Cortex-M7 Microcontrollers refers to 'the Interrupt Handlers section above' but there doesn't appear to be such a section - I'm interested in how to write these.
-
- Site Admin
- Posts: 525
- Joined: Fri Dec 31, 2010 12:30 pm
- Contact:
Re: Cortex-M7 Traps
OopsHelpdesk wrote:The Traps section in Oberon for Cortex-M7 Microcontrollers refers to 'the Interrupt Handlers section above' but there doesn't appear to be such a section - I'm interested in how to write these.
The 'Interrupt Handlers section' is common for all of the Cortex-M devices and is now located in Section 4.5 of the ARM Cortex-M Oberon Programmers Guide. You can download a copy from the Oberon Programming Language page of our website. An IRQ example for Astrobe for Cortex-M7 will be available shortly.