8 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. /media/uploads/mgvdatalogger/img_2819.jpg /media/uploads/mgvdatalogger/img_2820.jpg

My own other programs are compiling fine.

Question relating to:

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 2015

I didn't have any problem using uVision version 5 with Nucleo STM32L053. I could download image into the target using settings below: /media/uploads/MACRUM/stm32l053_flash.png

posted by Toyomasa Watarai 11 Jun 2015

2 Answers

8 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

Accepted Answer
8 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 Mohan gandhi Vinnakota 08 Jun 2015

Did you download proper pack for your device? Does the project finds the flash algo for your device? If you open debug options, you should see if the flash algo are loaded. Based on the message shared above, I would say it is not.

posted by Martin Kojtal 08 Jun 2015

Due to the above errors,I couldn't open the debug option. I would say yes i downloaded proper pack. Other programs( not mbed) are running fine on the same device. Also tried with other mbeb program but same problem.

posted by Mohan gandhi Vinnakota 08 Jun 2015