2015-11-12 10:48 PM
I am trying to run Micro SD card Read/Write code.But when i try to compile it in Keil .I get the error
''\main.c(141): error: #20: identifier ''SDIO_IRQn'' is undefined ''.Just need help how to resolve it .I am using STm32F108 R8 in simulator mode2015-11-13 02:10 AM
Hi singh.angad,
“I am using STm32F108 R8 in simulator mode�?Could you please provide exactly the correct part number of your STM32F1 product?Refer to thehttp://www.st.com/web/en/catalog/mmc/FM141/SC1169/SS1031?s_searchtype=reco
for more information.-Syrine-2015-11-13 03:33 AM
You need to make sure your project #includes the right files, and the defines passed to the compiler are correct.
The most critical ones are that you're using the SPL, and the specific class of part.USE_STDPERIPH_DRIVER, STM32F10X_HD_VLReview the SPL templates providedSTM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Template\MDK-ARMPretty sure the simulator will be useless for SDIO work
From: singh.angadPosted: Friday, November 13, 2015 7:48 AMSubject: How to resolve error error: ''SDIO_IRQn'' is undefined
I am trying to run Micro SD card Read/Write code.But when i try to compile it in Keil .I get the error
''\main.c(141): error: #20: identifier ''SDIO_IRQn'' is undefined ''.Just need help how to resolve it .I am using STm32F108 R8 in simulator mode