Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 10 months ago.
Exporting to µvision5
Hello,
I'm trying to import ms5611 project from mbed to µvision5. My board is Nucleo-L053R8.
I could successfully export the program,But had few problems with keil.
My own other programs are compiling fine.
Question relating to:
2 Answers
10 years, 10 months ago.
Quote:
can not load flash device discription Error: Flash Download failed - "Cortex-M0+" These are the errors.
- From menu [Project] - [Options for Target xxxx]
- Select Utilities tab
- Select 'Use Target Driver for Flash Programming'
- Uncheck 'Use Debug Driver'
- Click Setting button
- Make sure 'RAM for Algorithm' address and size are correct
- Click Add button and select proper flash algorithm for the device
10 years, 10 months ago.
See if this helps: http://www.keil.com/dd2/pack/
Thank you for the answer. These packs were already installed. But still not working. can not load flash device discription Error: Flash Download failed - "Cortex-M0+" These are the errors.
posted by 08 Jun 2015
I had the same error. I think it went away after migrating the project to version 5 and reloading.
posted by Eduardo de Mier 09 Jun 2015I didn't have any problem using uVision version 5 with Nucleo STM32L053. I could download image into the target using settings below:
posted by Toyomasa Watarai 11 Jun 2015