Part Number:MSP430FR59941
I have some TI provided code that I ported over to our MCU. It basically processes a bunch of events when USB is plugged into our charger system. Most of the time it works, but every once in a while it gets stuck at address 0x0004. Which is just a jump back to 0x0004.
Also my watchdog timer is on hold, and I only ever set it on hold at the very start of my program. Then I do a little configuration and activate it. I'm not sure what I'm seeing here. Any advice? I looked at the memory map at this section just says reserved.
Thanks!