Topic : RIDESCRIPT : DebugSetValAddr()

Forum : Ride IDE

Original Post
Post Information Post
December 5, 2007 - 1:45pm
Guest

Hi,

I would like to use DebugSetValAddr() function. But what are the available values for the first parameter (spacename) ?

thx.

Replies
Post Information Post
+1
0
-1
December 6, 2007 - 9:46am
Guest

it can be:

"code"
"data"
"xdata"
"bit"
"sfr"

regards,
Lionel

+1
0
-1
December 6, 2007 - 11:46am
Guest

With STR710 only "code" works.
Others gives
"Unknown command: xxx"
"Erreur à l'appel de fonction: DebugSetValAddr"

Access to external memory doesn't seem to work.

+1
0
-1
December 6, 2007 - 12:16pm
Guest

This is because all memory is mapped on "code" memory space for 32bit processors. You don't need the other spaces. Check where your external memory is mapped and use this address range...

regards,
Lionel