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

uLink2 Error: Flash Download Failed

OK. I'm finally got uVision3 to detect my ULink2 and the processor.

uLink2 shows up in Device Manager
uLink2 shows up in uVision3 debug settings window
processor shows up in uVision3 debug settings window

Now when I go to download code it gives me the error
"Error: Flash Download Failed - ARM7TDMI". I have no idea what is causing it to fail the flash download. I have successfully built the application for the target processor I have (LPC2468). Followed all the instructions in the uVision3 and uLink2 manuals.

Anybody know what causes this error?

Thanks!

Parents
  • Do not worry about the init entry at this point. But check the "Settings" button. It should show a flash driver of some type. I'm not familiar with the LPC2468 but the NXP web site or some one on this forum should know what flash driver you might need for this device.
    I would leave the default driver entry in the "Setting" dialog and just add a different flash driver if required. Make sure the rest of the entries on the "Settings" dialog match your device.
    Also, go to http://www.flashmagictool.com for a Serial programmer external to Keil for an alternate resource. You can compare the Flash tools for the LPC2468 to the default tools of the Keil Utilities.
    Bradford

Reply
  • Do not worry about the init entry at this point. But check the "Settings" button. It should show a flash driver of some type. I'm not familiar with the LPC2468 but the NXP web site or some one on this forum should know what flash driver you might need for this device.
    I would leave the default driver entry in the "Setting" dialog and just add a different flash driver if required. Make sure the rest of the entries on the "Settings" dialog match your device.
    Also, go to http://www.flashmagictool.com for a Serial programmer external to Keil for an alternate resource. You can compare the Flash tools for the LPC2468 to the default tools of the Keil Utilities.
    Bradford

Children