2015-09-14 03:25 AM
Hi,
i'm just start working with the Discovery Board STM32F072B. I've installed CubeMX, the MDK-ARM 5.16a & ST-Link Utility 3.7.0 At first i want to go through the examples of the Disco-Board. I can start and rebuild targets as described in the ''getting started'' manual. I also have a running connection via the integrated ST-Link/V2 But... after rebuild the target files i want to start the debug-session in µvision5 and get get a error-message: ''cannot load flash device description !'' and ''flash download failed - Cortex-M0'' Can someone give me hints, what's going wrong here ? Are there settings i haven't made etc ? thanks in advance...2015-09-14 05:13 AM
Hi brand.eckhard,
Are there settings i haven't made etc ?Open your MDK-ARM, go to: Project > Options for Target >Utilities>Settings>Flash Download>Add Flash programming related to your device.In your case add: STM32F0xx_128KB Flash -Syrine-2015-09-14 06:33 AM
Hi Syrine,
thank you ! that solved the problem...