2006-08-08 11:04 PM
ICD is causing ROM corruption. Why???
2006-05-01 06:51 PM
Micro Used: St7FL35
Tool Used: DVP3 Issue: Micro does not start as a stand alone device once it is removed from the debugger. I read back the contents of the ROM and option byte info after the debugger is being used. And I could see the ROM file getting corrupted. The debugger has changed the vector address of the reset and trap and hence the micro was not starting. But how can it modify the ROM? Please suggest something to avoid this. As we are landing to flash the code every time we remove it from the debugger. Regards, Suganya2006-08-08 11:04 PM
The debugger is for debug phase !
It patches some part of the code for debug purpose. If you want to program your chip in order to run it in standalone, you should use the programmer (STVP7). Emmanuel.