let me know in MQX software where the interrupt vector table is defined .
Hi
In MQX classic, interrupt vector table is defined in mqx/source/bsp/[frdmk64f]/vectors.c, and the macro MQXCFG_VECTOR_ROM is used to decide to put the table in RAM or ROM.
Have a nice day,Daniel