jani12
Advanced Member level 4
How to set program counter to illegal address while code is running ?
I'm trying to create illegal instruction reset.
I'm programming Infineon TC29x Aurix Tricore Microcontroller based embedded system in 'C' language.
I need to set program counter to illegal address, i.e. 0x00FF FFFC. Can this be done with assembly language instructions?
If yes, please instrument assembly language instruction that would set program counter to 0x00FF FFFC while code is running
I'm trying to create illegal instruction reset.
I'm programming Infineon TC29x Aurix Tricore Microcontroller based embedded system in 'C' language.
I need to set program counter to illegal address, i.e. 0x00FF FFFC. Can this be done with assembly language instructions?
If yes, please instrument assembly language instruction that would set program counter to 0x00FF FFFC while code is running