Hi,
The problem is that the example is build using Processor expert which generates its own vector table. And since the CAN module is not configured by PE, the vector is occupied by CPU_Interrupt routine by default.
Then, the programmer writes twice to the same vector in Flash (0xFFFE10 - 0xFFFFFB).
Regards,
Daniel
Hi,
The problem is that the example is build using Processor expert which generates its own vector table. And since the CAN module is not configured by PE, the vector is occupied by CPU_Interrupt routine by default.
Then, the programmer writes twice to the same vector in Flash (0xFFFE10 - 0xFFFFFB).
Regards,
Daniel
Thank you very much.