dlbeer / mspdebug

Debugging tool for MSP430 MCUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regs problem with MSP430F233

iddq opened this issue · comments

commented

JTAG ID: 0x89
Chip ID data:
ver_id: 49f2
ver_sub_id: 0000
revision: 04
fab: 60
self: 0000
config: 00
fuses: 87
Device: MSP430F233

(mspdebug) regs
( PC: 001fe) ( R4: 001fe) ( R8: 001fe) (R12: 001fe)
( SP: 001fe) ( R5: 001fe) ( R9: 001fe) (R13: 001fe)
( SR: 001fe) ( R6: 001fe) (R10: 001fe) (R14: 001fe)
( R3: 001fe) ( R7: 001fe) (R11: 001fe) (R15: 001fe)

commented

(gpio access, so jtaglib is in use)

commented

can we debug it somehow? I don't find any doc about register reading.

commented

I think the instruction is not executed. I modified 0x1fe to 0x200 and memory contents at address 0x200 is still unmodified.