Sipke de Leeuw wrote:
Hi all!I am using "msp430-objdump.exe -dS" to create an mixed assemble and source listing. Is it possible to automatically generate a RAM usage listing that contains the variable names (including static variables) and the memory addresses? Thanks in advance. Sipke
Why not use a source level debugger, and avoid all that hassle? Regards, Steve