Hello,everyone
How does the user application interrupt vectors of NTM88 work?
have any re-direct operation to make the vectors valid? so the irq fucntion in user code can be used.
I want figure this out so I read the bootloader examples of NTM88 from NXP. I just find that:
if (gu8BootAppMode == MODE_APP)
(*USER_APP_INTERRUPT_TABLE[15])(); // JUMP TO USER APP main_app()
Only the main function of app code is called. It's not a irq function and not called by a real IRQ.
Who can help to explain this problem?
Thanks
Best regards
