Сергей Борщ (06.12.2005 18:38, просмотров: 1) ответил Сергей Борщ на 2 DASM по поводу ресета и MT-Link
Мля... Если ничего не помагает - прочтите наконец инструкцию! A software reset of the target does not change the settings of the target system; it only resets the program counter to its reset state. Normally, a C-SPY reset is a software reset only. If you use the Hardware reset option, C-SPY will generate an initial hardware
reset when the debugger is started. This is performed once before download, and if the option Flash download is selected, once after download.
Hardware resets can be a problem if the low-level setup of your application is not complete. If low-level setup does not set up memory configuration and clocks, the application will not work after a hardware reset. To handle this in C-SPY, the setup
macro function execUserReset() is suitable. For a similar example where execUserPreload() is used, see Remapping memory, page 117.