Question about Mon166 debug monitor I'm currently trying to set up the MON166 to suit our target platform. I just have a small thinking so far… The user code that shall be debugged shall be loaded into RAM (that is done by the monitor I guess). But our application code is usually stored in a flash EEPROM and doesn't fit into RAM, so how can that be solved? Does the monitor partially download sections of the user code that is currently being debugged, or something? I guess that most applications are executed from flash and that the whole code in most cases won't fit into RAM. Anyone that has any experience about this?
Mon166 downloads the whole program into RAM. This is required for setting breakpoints. Jon
Ok, I understand. Thank you!