Hi guys! I'm using CCS 6.1.0.00104 on W7 x64.
I'm working on a assembly project (a dozen made before), but I have an issue while using the Memory Browser.
I successfully build my project, and I can access any adress through the Memory Browser, but in onther projects I was able to write in the address field 'variable_one', and I would see the content of the memory for the address. So, I can read .bss contents not only by address, I read by label.
Here is a section of my .map:
SECTION ALLOCATION MAP
output attributes/
section page origin length input sections
-------- ---- ---------- ---------- ----------------
.bss 0 00001100 00000222 UNINITIALIZED
00001100 00000222 main.obj (.bss)
.text 0 00004000 00001530
00004000 0000152a main.obj (.text)
0000552a 00000006 rts430_eabi.lib : isr_trap.obj (.text:_isr:__TI_ISR_TRAP)
.cinit 0 00004000 00000000 UNINITIALIZED
.init_array
* 0 00004000 00000000 UNINITIALIZED
DACDMA 0 0000ffe0 00000002
0000ffe0 00000002 rts430_eabi.lib : int00.obj (.int00)
PORT2 0 0000ffe2 00000002
0000ffe2 00000002 rts430_eabi.lib : int01.obj (.int01)
How can I send the .bss section to the target? Thanks a lot for your help. I've done this before, but I can't debug without this.
Regards,