Hi Team,
1. My customer used DINT in the function for global interrupt mask. But why can't the Timer0 interrupt be shielded?
#define DINT __asm(" setc INTM")
2. When the function pointer is used to jump in the code, the code does not jump normally, but enters an illegal interrupt:
#define APP_ENTRY_ADDR 0x3D8000 DINT; IER = 0x0000; IFR = 0x0000; ((void (*)(void))(APP_ENTRY_ADDR))();
--
Thanks & Regards
Yale