This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Misc debug / link questions

Hi all !

1) can I compile a fixed breakpoint into code with a simple "C" statement in "asm db xxx" style, like it was in the x86 days?

2) what happens between end of startup file and beginning of main(). I went through the code and found some lists of code being executed and a function named scatterload_rt2. Obviously the zero init phase takes place there and copying of ram-code and initialized varables .. but is there a detailed description of that?

3) I need some portions of uninitialized RAM for debug and some tracking purposes. It turned out I can take the ethernet ram (unused here) of our LPC2366, as it gets not initialized. But the settings in the project options state the eth-ram area NOT as "not initialized". So consequently it should become initialied. Any idea why it doens not get cleared?

4) Anyone out there using the RTAgent successfully with the latest RL-ARM version?

thanx in advance
Uli

0