Hi All,
<About exceptions in F280039C>
What is the process flow when an exception occurs in F280039C, for example, division by zero, access violation, or undefined instruction?
If it is described somewhere in the manual, I would like to know it.
In the microcontrollers I have handled so far,
Example:
Division by 0 occurs
↓
Hardware internal interrupt occurs
↓
Infinite loop at interrupt
↓
Reset microcontroller using WatchDog function
This was the flow of events.
I would like to ask if the F280039C can do the above when a division by zero occurs, or if it has a different structure.
Best Regards,
Ito