Posted on January 31, 2006 at 09:27Trouble with CTU flash command Hi, I am using the ST10F269 processor and have trouble with unprotecting my flash, so my boot software/monitor is not working. First of all: The flash/erase software works fine withou...
Posted on November 11, 2005 at 04:54Hello Neila, I just solved the problem. I was hunting a ghost with the JMPA instruction. It was just a unfortunate coincidence that the JMPR instruction did work. The problem is in the incorrect processing of the ...
Posted on November 11, 2005 at 03:22Hi Neila The monitor() and blockerase() code is mapped to external RAM. (0x60000-0x6FFFF). The ROMS1 bit =0 .. We do not map to segment1. We do something like this: Monitor() { BlockErase(0); while(TRUE) { sw...
Posted on November 10, 2005 at 04:23Hi All, We are developing a bootstrap loader. At this moment we have 2 seperated programs tested: BlockErase(nr) and Monitor() who work seperated very well. Monitor() receives data via ASC0. Now I have implemented...