Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
December 5, 2007 - 1:45pm
|
Hi, I would like to use DebugSetValAddr() function. But what are the available values for the first parameter (spacename) ? thx. |
it can be:
"code"
"data"
"xdata"
"bit"
"sfr"
regards,
Lionel
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.
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