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 to everyone.
I've recently bought uVision 3.04 and uLink2 in order to develop an application with NXP LPC2366.
I use GCC compiler version 3.3.1.
Now I have developed a very simple application, in order to check if debug works.
The project builds correctly.
Ulink2 is correctly found by the computer, and its clock is set to RTCK.
When I try to enter in debug mode, I see the debugger delete the flash, and when it tries to write the code in the flash, the following message appear: "memory mismatch". Other timer appears "Flash timeout. Reset the target and try again".
Anyone could help me to find the solution?
I'm going crazy!
Thank you very much in advance,
A
Hi, I've found the problem! the size of the programming alghorithm wasn't correct: it was 0x8000 instead of 0x800.
Thank you very much to everyone!