Does anyone know why the interrupt numbers inside <simplelink_msp432p4_sdk_3_20_00_06/source/ti/devices/msp432p4xx/driverlib/interrupt.h> do not match Table 6-40 NVIC Interrupts in the MSP4x1 Datasheet SLASEA0A –DECEMBER 2017–REVISED FEBRUARY 2018?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-07 5:00 AM
Apparent bug in the header file? Best I can tell, the Interrupt Priority Mask Table that follows appears correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-07 5:14 AM
> ... msp432p4 ...
This is, AFAIK, a Cortex M device with most periphery compatible to the MSP420.
>... /source/ti ...
Made by them (= Texas Instruments).
Best place to ask this question is the TI forum. They used to have full-time engineering staff allocated to their forum, by the way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-07 6:44 AM
My bad. Too many problems, too little time. lol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-10-07 7:00 AM
Never mind.
In general, Cortex M devices share only the core interrupt offset. Peripheral interrupts differ, even within a family. Your TI header and table might not refer to the same device.
