We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I am having a while(1){} loop and all interrupt disabled. It loops for a while and then gets out of the loop, jumping to a random address (not interrupt vectors) or break of out the loop and continues sequentially from there. Is there anyway to detect a bad instruction fetch? In other microcontroller, a bad instruction would branch to an interrupt vector. Thanks, Anh