Hi,
I installed the new version of uVision, but trying to compile old and really simple projects for the NXP - LPC2292, I found differencies in the .Hex file, actually the new one is shorter, and after upload the code on my microcontroller... it doesn't work. :(
could anyone give me some directions? thnx,
Art.
Hi again, ... thanks for your comments ;)
About your problem - does Keil have examples for your specific processor? Have you checked if they works? Are all memory regions correct? Correct processr? Correct startup file? Have you tried to single-step your code from beginning, to see that you at least enter the startup code?
Yes, actually, I'm trying to upload a simple program blinking some leds on my board, but, even working during simulation, after uploading it doesn't work... Additionally, the startup is cancelled from the release, I found this in the MAP file:
============================================================================== Removing Unused input sections from the image. Removing startup.o(RESET), (272 bytes). 1 unused section(s) (total 272 bytes) removed from the image. ==============================================================================
could it be the point?...
comments are appreciated,
thanks,