Hi there,
I have an annoying problem. Each time I start simulation, my breakpoints and watch list variables are lost. I uses an initialisation file. The file has three LOAD commands right at the very start:
LOAD "Simulate\\boot_V1_5.hex" INCREMENTAL LOAD "Simulate\\IRAM.hex" INCREMENTAL LOAD "Simulate\\XRAM.hex" INCREMENTAL
If I comment out the three lines (LOAD lines) the problem goes away. It is like the INCREMENTAL thing is broken??? This is super frustrating and I am sure there is a way around it. I am using uVision 3.21 (C166).
Any ideas or help appreciated...
Regards
Ashley
Still struggling with this... Any ideas?
Even typing:
LOAD somehexfile.hex incremental
into the command line wipes all breakpoints and watch list items.