Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi champs,
I am asking this for our customer.
Where is the illegal ISR enable option in Sysconfig?
Would you please show us explicitly?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi champs,
I am asking this for our customer.
Where is the illegal ISR enable option in Sysconfig?
Would you please show us explicitly?
Hi Wayne,
I'm a little confused by the question, the illegal instruction interrupt (ITRAP) is non-maskable, so it should not need to be enabled. I will loop in the NMI expert for further comment.
Best Regards,
Delaney
Hi Delaney,
I meant, if there an option in Sysconfig for this interrupt register and handler name?
Interrupt_register(INT_ILLEGAL, &ILLEGAL_ISR);
Hi,
I dont think interrupts can be configured from p55x sysconfig, only adds interrupt config if enabled from peripheral.
As ITRAP is not from any peripheral, need to configure it separately just like how you would setup NMI vector addr
Thanks
Hi Prathan,
I see.
How about we add this option in OTHER in the future Sysconfig?