2004-07-07 04:00 AM
2004-07-02 03:49 AM
Hi to all,
could someone tell me how I can set the Flash memory every time I compile the project ? (e.g. I need to fill all Flash memory with $FF before start debugging) Many Tanks MBKS2004-07-02 04:19 AM
STVD7 fills all memory (except peripherals) with 0xFF when entering debug mode (simulator).
It does on my version anyway - v3.00. Regards sjo2004-07-04 07:43 PM
Hi sjo,
this is true for simulator (I tryed it end work fine) but when I use the Target ''Emu3'' on Debug Instrument Setting Form the memory doesn't come filled up with $FF. MKBS2004-07-07 04:00 AM
You can use the File>Save/Restore Layout from the memory window contextual menu. Beware that the PC value is reset to 0x0000 after a file restore (see release notes).