Guest
#1171711
Hello, I am having troubles loading a small (test-)program into the RAM of my LPC2106 using "lpc21isp.exe" V1.31: the program can not be executed. When compiling the program for ROM (setting RUN_MODE=ROM_RUN in the Makefile), everything works fine. The program is based on the WinARM example "lpc2106_blink_switch". Anyone who had similar problems and knows a workaround? I suspect that "lpc21isp.exe" might be the reason for this, because a manual read back of the LPC2106 memory contents using the Bray Terminal shows correct content at address 0x00000000 (ROM), but only random numbers at address 0x40000000 (RAM). Apart from this, when looking at the debug output from "lpc21isp.exe", the ROM programming session shows "meaningful" UUE data being transmitted, whereas the RAM programming session seems to transmit only zeros (the log looks like "Sending 'M`````````````````````````"). Details: I have put a copy of Output-Log, Readback memory content and Project files (both for working ROM_RUN and non-working RAM_RUN mode) to: http://www.steiner-online.at/lpc2106/rambug.zip Thanks in advance, Matthias