Hello,
I've just tried to change an example code of LPC21xx for MCB2300 with LPC2378. Blinky with RTOS.
Linking... Program Size: Code=4688 RO-data=52 RW-data=52 ZI-data=2812 "Taskk.axf" - 0 Error(s), 0 Warning(s). Load "c:\\Keil\\ProjARM\\EX29-RTL Task Management\\Taskk.AXF" Cannot Write to RAM for Flash Algorithms ! Erase Failed!
RAM for Algoritm set as recomended by Keil.
What can be wrong?
With best regards, S.
This can have two reasons:
a) JTAG clock set to high. Use RTCK or 200KHz as JTAG clock for this device.
b) Project - Options - Utilities - ULINK Settings - RAM for Algorithm incorrect. Should be Start: 0x40000000 Size: 0x800 for this device.
Thanks,
it was 1Mhz.
Regards