Hello! I wanted to get into MSP430 development on my Ubuntu ARM64 machine. Ubuntu on ARM64 packages mspdebug but this version did not work for me. It could not initialize a connection with my board. The source provided here was able to. However, whenever I tried version 0.26 or the upstream, I would get the following whenever I would try to upload my binary file.
(mspdebug) prog program
Done, 0 bytes total
*** stack smashing detected ***: terminated
[1] 65719 abort (core dumped) ./mspdebug ezfet
The program in question is about 664 bytes, and the board is an MSP430FR5994. The Ubuntu version in question is 26.04.
Hello! I wanted to get into MSP430 development on my Ubuntu ARM64 machine. Ubuntu on ARM64 packages
mspdebugbut this version did not work for me. It could not initialize a connection with my board. The source provided here was able to. However, whenever I tried version 0.26 or the upstream, I would get the following whenever I would try to upload my binary file.The program in question is about 664 bytes, and the board is an MSP430FR5994. The Ubuntu version in question is 26.04.