dianabatrlova,
Thank you for the response.
I understand the routine will result in crash.
I have a few queries regarding the term crash.
Q1. What exactly does it mean? Will the software behaviour be known or unknown.?
Q2. From the CPU RM : "A Machine Exception causes the S12Z CPU to jump to the address in the Machine Exception vector as
soon as the current instruction finishes execution."
- Now considering that I have not defined the handler of machine exception in my software, when the CPU jumps to the vector of machine exception, it will not find any code to execute . So will CPU try to execute the code/opcode which is present and what is the effect of executing such pre-existing code/opcode ? and is it known what opcode/code is present in such scenario? [example : 0xFF(erased)]. I am not sure it is just an example.
Can you please clarify, if possible on those queries?
Thank you.