Hi, I'm using S12 ECU as Lin Slave for Reprogramming using Lin Stack. I've added Lin stack, Ldf and Npf Files and generated the Lin configuration files using Nxp tool.
I've also added functions to setup lin interface like lin_ifc_init() and lin_sys_init in main function.
But after using the EnableInterrupts the code goes to unknow address.
I'm also attaching the .prm file of the workspace.
Please let us know how to resolve this issue
Hi @itsnewforme,
Before the interrupts are unmasked, can you check which interrupt flags are set (pending)?
Are there ISRs for all the interrupts?
You can use something like this catcher:
BR, Daniel