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.
Hello! I'm evaluationing code to 51LPC-uC (89LPC767). I can't get the code to right place. Code starts allways from 4000H and it should be from start of the memory, for example 0x100, OTP code area is 0x000-0xfff. I have put CODE area to options for target/L51 locate/CODE range 0x100-0xfff, but it results target address overflow and many other errors... What to do? Tips? Hints? If someone could send me a a simple project where is all done correctly, i would be very happy. I'm using evaluation version of uVision 2. Regards, JV
Yes, i re-readed the eval version 'bugs'-list... That was not a nice suprice, got to find a linker which do the thing for asm code... JV