Dear Members,
I read about interrupt vector on S332_SDS_v2.0 page 78, 17.1.1 Interrupt forwarding to the application
=====
For the SoftDevice to locate the application interrupt vectors, the application must define its interrupt vector table at the bottom of the Application Flash Region illustrated in Figure 15-1. When the base address of the application code is directly after the top address of the SoftDevice, the code can be developed as a standard ARM Cortex
-M4 application project with the compiler creating the interrupt vector table.
=========
Is there any examples on SDK related with "the application interrupt vector" definition ?
Thanks