This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

sd card interface

hello,

          I am working on stellaris lm4f120xl .I want to interface sd card with it.I had load the sd_card project of lm4f232. I had done the change in the program according  to pin configuration of lm4f120xl.but still it was showing me error #20 identifier "GPIO_PA2_SSI0CLK" is undefined cfal96x64x16.c   . I had check upper side of this main program and i was #define DISPLAY_PINCFG_SSI0CLK       GPIO_PA2_SSI0CLK it means i had already define it. and i had check  the rom.c file which is the library for the  "ROM_GPIOPinConfigure(DISPLAY_PINCFG_SSI0CLK);" i was ok.

I am  not able to understand the problem with this kind of error.

can you please help me??