This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SD card not detecting on MCB2300 board

MCB2300 and SD-Card/MCI

Hi,

I wanted to test the SD-card example from keil using the native MCI interface with an SD card.
It detects well an Formatted SDcard inserted but asks me forever to format the card, like this

SD/MMC Card is Unformatted
Format Flash Memory Card? [Y/N]
Memory Card Formatted.
Card Label is KEIL

SD/MMC Card is Unformatted
Format Flash Memory Card? [Y/N]
Memory Card Formatted.
Card Label is KEIL

SD/MMC Card is Unformatted
Format Flash Memory Card? [Y/N]
Memory Card Formatted.
Card Label is KEIL

SD/MMC Card is Unformatted
Format Flash Memory Card? [Y/N]
Memory Card Formatted.

1. Ensure that the USB RAM space is correctly specified in IRAM2 under Project — Options — Target — IRAM2 Start: 0x7FD00000, Size: 0x2000.
2. In the Project Workspace, right click with the mouse on the file RTLFS.lib (implements the data transfer buffers) and open the Options — Properties dialog.
3 .For the Zero Initialized Data select IRAM2 so that all data transfer buffers are located to this memory space.

I have tried this settings also.again same behaviour

but card is not detecting.please help me

Best Regards

0