mspdebug icon indicating copy to clipboard operation
mspdebug copied to clipboard

Debugging tool for MSP430 MCUs

Results 51 mspdebug issues
Sort by recently updated
recently updated
newest added

I am trying to use the GPIO driver on a Raspberry Pi 3, but I always get the following message: ``` Starting JTAG jtag_init: fuse is blown JTAG_power on JTAG_connct...

This does make some small architectural changes to the pif layer, but I hope it's acceptable. Assorted notes - Tested working on an MSP430F249 - FT232R with [known broken clock](http://blog.bitheap.net/2012/03/ft232r-bitbang-mode-is-broken.html)...

I'm currently trying to set up mspdebug for Windows 10. When I go to build the executable from inside mspdebug-master, I get the following error: $ set path=c:\mingw\bin;c:\MinGW\msys\1.0\bin\ > make...

Hi, I'm using mspdebugg to program my MSP430G2553 in Ubuntu 20.04 with FT232RL USB-UART bridge. My connection between MSP430G2553 and FTDI bridge are given below : FT232RL -> MSP430G2553 Pin...

I compiled using Code Composer Studio 6.0.1 and disasm with IAR 5.50.2, got: 01ABAC 4C82 04D0 mov.w R12,&MPY32L 01ABB0 4D82 04D2 mov.w R13,&MPY32H 01ABB4 4E82 04E0 mov.w R14,&OP2L 01ABB8 4F82...

in function fetch_operand in sim.c *data_ret = dev->regs[reg] & mask; goes wrong when reg is MSP430_REG_SR and PC>=0x10000. The SR contains PC19:16. this can be ignored normally, but push.

code: dev->regs[dreg] = res_data & mask; if (!res_data) dev->regs[MSP430_REG_SR] |= MSP430_SR_Z; in function step_RxxM in sim.c if res_data is 0x10000 and mask is 0xffff the dev->regs[dreg] is correctly set to...

In function step_pushm_popm in file sim.c, is_aword is not used. when is_aword is 0, awrod is pushed/poped otherwise word is done.

Makefile only sets `-framework IOKit -framework CoreFoundation` for MacPorts and homebrew. When building mspdebug with Fink, those flags aren't added and the build fails with the relevant missing symbols. Adding...