??? 07/08/07 21:40 Read: times |
#141585 - give ULTRAMON51 a try, if you can Responding to: ???'s previous message |
This is a free, full-blown monitor. Depending on your hardware, you may be able to use it with little effort. It works best in a "deMorganized" memory map, i.e, where code and data space are merged. I typically use a 32KB BBRAM and a 32KB SRAM to accomplish this, with a 74HCT08 to merge the code and data by "ORing" the code and data space reads. This works VERY well. I'm told it works OK with internal code, too, but I've never tried it.
The beauty, if you've got external RAM is that you can run at precisely the speed of your target system, use the inline assembler and disassembler to tweak the code, and then "fix" it in situ if your MCU allows ISP of the code space. RE |