I'm currently debugging an issue with an MSP430F2252 microcontroller. I'm running Windows 11.
I've downloaded https://gnutoolchains.com/msp430/ which includes "mspdebug.exe" in v0.22.
My issue is: Once the code is halted using the debugger, it will never run normally again. Whenever I issue "run" it only executes a few cycles and then halts again.
When I start the debugger, the IC is hold in reset. When I then issue "run", it runs. When I hit "CTRL+C" it halts. So far so good.
When I then issue "run" again, it halts again after just a few cycles. Same if I reset and "run".
See:
https://youtu.be/abnVCSkxTNw
Any Ideas? This is not an issue with the MCU I'm debuging. It also happens with the MCU on the Launchpad.
I've also spent half of the day trying to compile the master branch for windows, which was a PITA, However, after I kind of succeeded, I have the same issue with v0.26.
Is this an issue with mspdebug or with the TI LaunchPad MSP-EXP430G2 I use as debugger?
I'm currently debugging an issue with an MSP430F2252 microcontroller. I'm running Windows 11.
I've downloaded https://gnutoolchains.com/msp430/ which includes "mspdebug.exe" in v0.22.
My issue is: Once the code is halted using the debugger, it will never run normally again. Whenever I issue "run" it only executes a few cycles and then halts again.
When I start the debugger, the IC is hold in reset. When I then issue "run", it runs. When I hit "CTRL+C" it halts. So far so good.
When I then issue "run" again, it halts again after just a few cycles. Same if I reset and "run".
See:
https://youtu.be/abnVCSkxTNw
Any Ideas? This is not an issue with the MCU I'm debuging. It also happens with the MCU on the Launchpad.
I've also spent half of the day trying to compile the master branch for windows, which was a PITA, However, after I kind of succeeded, I have the same issue with v0.26.
Is this an issue with mspdebug or with the TI LaunchPad MSP-EXP430G2 I use as debugger?