Raising a question I asked on the ADuCM355 Github here: https://github.com/analogdevicesinc/aducm355-examples/issues/6.
Quick Summary:
- The ADuCM355 User Guide suggests IRQn 1 is reserved:
- The example startup software places interrupt definitions into these "reserved" slots of the vector table (is this for compatibility with 594X?) :
- There are no declarations for `RTC1_Int_Handler` in "startup_ADuCM355.h".
- The IRQn definitions in `ADuCM355_device.h" don't provide IRQn's for the "reserved" vectors.
I'd like to find a definitive source of truth for which interrupt lines activate a given slot in the vector table.
Thank you,
Matt