Other Parts Discussed in Thread: C2000WARE
I am incorporating the CPU watchdog into an F28069M project. I am able to trigger watchdog resets as expected, but I have found that the WDFLAG gets cleared during boot by some library code. I used a hardware watchpoint on the WDCR register to confirm this -- the WDFLAG is set when the watchpoint is reached, and gets cleared after I step through a few more instructions. This happens when the program counter is around 0x3FF74E. Based on the device memory map, this appears to be in Boot ROM, which leaves me uncertain about how to change the behavior.
I found this post https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/419598 describing the same (or a similar) problem, but the solution isn't clear to me -- I don't recognize the configuration menu shown in the solution.
I am attaching a screenshot below of the libraries which are included in the project. Which (if any) of these libraries needs to be changed in order to preserve WDFLAG during boot, and how do I go about making those changes?
Thanks
