We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I'm using the evaluation board MCB2300 with the lpc2378. (eval. µV4) When i want to program the device with the program builded out of ( i2cmst.uvproj )
I get the following error:
"C:\\Users\\carl\\Desktop\\lpc\\LPC23xx_24xxSampleSoftware.r6\\Keil\\I2C\\Obj\\i2cmst_debug.AXF" No Algorithm found for: 40000000H - 40000C2BH
Can you help me to solve this problem
Thanks in advance Carl
It seems that your code is built for addresses belonging to internal RAM of LPC23xx.
In this case you don't need to program the device just start the debug session and the code will be downloaded to RAM automatically.
Thanks for the reply Robert,
I tried to start the debug session, but i've got the same error. Is there something i must set, or do before i start the debug session.
Thanks
Make sure that you uncheck "Update Target before Debugging" under the Target Option – Utilities Tab.
Thanks Robert,
All things are running ok !