Part Number: F29H850TU
Customer's inquery:
We would like to use the “Reset the target on program load or restart” option, but it does not work as expected:
- After programming the device’s flash, the chip does not run to main() as expected.
- The default boot-selection GPIOs (GPIO72, GPIO84 we use F29H850TU9TZEX) are configured with pull-up resistors, indicating boot from flash.
- In debug mode, when the “Reset the target on a program load or restart” checkbox is enabled in the debugger configuration:
- The CPU never reaches the entry point of main().
- The program counter (PC) loops in the address range 0x000014XX.
- Inspecting memory at 0x10001000 shows that the program has been correctly downloaded.
- Without selecting the “Reset the target on a program load or restart” option, the debug session behaves normally, and execution reaches main() as expected.
- No error message in the console, just the device doesn't run to main() as expected.

