2013-01-09 07:48 PM
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-sdio2013-01-10 05:49 AM
Add Flash Programming Algorithm: Go to Project - Options - Utilities - Settings - Flash Download - Add, then select your device.
2013-01-10 03:42 PM
Thanks, is OK now.