cancel
Showing results for 
Search instead for 
Did you mean: 

STM3221G-EVAL Keil uVision SDIO

zbyszekl
Associate II
Posted on January 10, 2013 at 04:48

Hello,

I'm using:  STM3221G-EVAL board with Keil uVision V4.53.0.0 and supplied by MCD Application Team SDIO_uSDCard example software V1.1.0 to test operation of  SDIO and micro SD card on the evaluation board. STM32F217G is selected and ST-Link debugger. All options for Target are working OK with different software examples. With the SDIO_uSDCard example I can not programm.

The error pops: Error Flash Download Failed -'Cortex-M3' and after OK compiling and linking I got:

Program Size: Code=7236 RO-data=484 RW-data=76 ZI-data=104660

''.\STM322xG_EVAL\STM322xG_EVAL.axf'' - 0 Error(s), 0 Warning(s).

Load ''C:\\P556\\STM32F2xx_StdPeriph_Lib_V1.1.0\\Project\\STM32F2xx_StdPeriph_Template_SDIO\\MDK-ARM\\STM322xG_EVAL\\STM322xG_EVAL.AXF''

Full Chip Erase Done.

No Algorithm found for: 08000000H - 08001E73H

Programming skipped!

What is wrong? 

JP16 and JP22 is 1<->2

#stm3221g-eval-keil-uvision-sdio
2 REPLIES 2
amin23
Associate II
Posted on January 10, 2013 at 14:49

Add Flash Programming Algorithm: Go to Project - Options - Utilities - Settings - Flash Download - Add, then select your device.

 

zbyszekl
Associate II
Posted on January 11, 2013 at 00:42

Thanks, is OK now.