Page 1 of 1

Cortex-M7 Traps

Posted: Tue Feb 28, 2017 12:19 pm
by Helpdesk
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.

Re: Cortex-M7 Traps

Posted: Tue Feb 28, 2017 12:27 pm
by cfbsoftware
Helpdesk 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.
Oops :oops:

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.