Other Parts Discussed in Thread: HALCOGEN, UNIFLASH
I have read through the post here: https://e2e.ti.com/support/microcontrollers/hercules/f/312/p/343716/2302050#
and i have tried to reset both with
systemREG1->SYSECR |= 1U << 15
and
rtiREG1->WDKEY = 0x00000000;
I have also used the Warm reset button on the HDK.
All of these methods result in my HDK hanging instead of resetting. We do have a watchdog in this code base, as well as a bootloader. Warm reset works in the bootloader without an issue.
What could be causing this hang?