Other Parts Discussed in Thread: MSP430F5172
Good evening.
My current application inside an MSP430F5172 is misbehaving, and one of the suspects is that the compiler/assembler is not really generating the code that it was expected to be generated, or something was changed "on the fly" (when the circuit was used by third-party people).
One of the checks that I am trying to do is retrieving the code segment from the circuit and checking it . But I haven't found any software solution for this task.
Currently, I am using MSP-FET430UIF, and tried several softwares:
- IAR Embedded Workbench (it has this nice "Disassembly" window feature, but I'm not able to copy the whole memory content. At most, I can copy the current window content (this means if I can see 9 assembly instructions due to this window size, I'll copy 9 lines; if I see 20 assembly instructions, that's what I can get. So getting 10000+ lines is very complicated. It also has a "copy memory" feature, but this gives me only machine code);
- MSP430-GDBproxy (this didn't work well, because it didn't recognize my USB debugger);
- Elprotronic (this was the closest I got from what I wanted, but again, only offers me the machine code).
It's possible that one of the above softwares has what I want to do, but I haven't found how (or maybe it's not very clear how to do it).
Does someone have any suggestion? If more information is necessary, please feel free to ask here.
César.