Cortex-M7 Traps

General discussions about working with the Astrobe IDE and programming ARM Cortex-M0, M3, M4 and M7 microcontrollers.
Post Reply
Helpdesk
Posts: 33
Joined: Sat Jan 01, 2011 5:43 am
Contact:

Cortex-M7 Traps

Post by Helpdesk » Tue Feb 28, 2017 12:19 pm

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.

cfbsoftware
Site Admin
Posts: 493
Joined: Fri Dec 31, 2010 12:30 pm
Contact:

Re: Cortex-M7 Traps

Post by cfbsoftware » Tue Feb 28, 2017 12:27 pm

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.

Post Reply