This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error related to Firmware download

Hi there,

Iam using GNU compiler alongwith Keil uVision3 IDE for my project. The compilation is fine and Iam also able to download the firmware via ISP. But, iam getting the following errors while Iam trying to download the firmware via JTAG(ULINK2).
Please give me your suggestions to debug this problem.


Build target 'Target 1'
compiling Blinky.c...
cc1: warning: -mapcs-stack-check incompatible with -mno-apcs-frame
assembling startup.s...
linking...
creating hex file...
"BlinkLED.elf" - 0 Error(s), 0 Warning(s).
Load "C:\\Documents and Settings\\spa\\Desktop\\MyTest\\BlinkLED.ELF"
Cannot Write to RAM for Flash Algorithms !
Erase Failed!

ULINK -ARM Error:LPC_IAP2_512.FLX
CANNOT LOAD FLASH PROGRAMMING ALGORITHM

Error:Flash download failed -ARM7TDMI

Parents
  • Hi there, Iam using NXP's LPC2368 controller.
    Also, the Flash programming algorithm is as per
    Keil's support documents.(i.e.LP2000 IAP2 512kB Flash).
    Yes, Iam using evaluation version Keil uVision3 IDE
    and installed and enabled the GNU Compiler option in it.
    Is this error due to the evaluation version Keil uVision3 IDE that Iam using ??????

Reply
  • Hi there, Iam using NXP's LPC2368 controller.
    Also, the Flash programming algorithm is as per
    Keil's support documents.(i.e.LP2000 IAP2 512kB Flash).
    Yes, Iam using evaluation version Keil uVision3 IDE
    and installed and enabled the GNU Compiler option in it.
    Is this error due to the evaluation version Keil uVision3 IDE that Iam using ??????

Children