Part Number: TMS570LC4357
Hi, gundavarapu
Previously, to allow the watchdog to reset the MCU, I entered privileged mode before the `while(1)` loop in the program.

The program runs normally when executed at address 0. However, when I moved the app to address 0x00080000, debugging revealed that this caused a prefetchEntry exception. What might be the cause of this?