MCF 52233 and SD card

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MCF 52233 and SD card

跳至解决方案
3,060 次查看
Medx
Contributor I

Hello everybody,

 

    I'm developing a product using MCF52233 and I need to make the microcontroller communicate with an SD card. I was wondering if it's possible to make all  of the communication logic within the microcontroller, without the use of a secondary chip (Sd card controller) and, if that's not the case, which SD controller do you recommend? I realize that there are Sd card controllers modules in some of the chips in the CF family, but I couldn't find anything of the sort in the MCF52233 manual.

   

Thanks for your help,

        Medx

标签 (1)
0 项奖励
回复
1 解答
1,761 次查看
PaoloRenzo
Contributor V

Hi

 

SD card can be interfaced by SDIO interface or by SPI. For the first one, you need a special controller. For the second interface, it's a controller that is available in all the ColdFire family.

 

More details here:

 

http://en.wikipedia.org/wiki/Secure_Digital_card

 

There are some third parties that support SD interface with a mounted file system (FAT16, FAT32, etc).

 

As one of all the examples around, you can check AN3931 software. It uses a V1 MCU to handle SD with SPI with FAT16

 

Have fun

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,762 次查看
PaoloRenzo
Contributor V

Hi

 

SD card can be interfaced by SDIO interface or by SPI. For the first one, you need a special controller. For the second interface, it's a controller that is available in all the ColdFire family.

 

More details here:

 

http://en.wikipedia.org/wiki/Secure_Digital_card

 

There are some third parties that support SD interface with a mounted file system (FAT16, FAT32, etc).

 

As one of all the examples around, you can check AN3931 software. It uses a V1 MCU to handle SD with SPI with FAT16

 

Have fun

 

0 项奖励
回复
1,761 次查看
Medx
Contributor I

Hello,

 

Thank you very much, Paolo. That AN is just what i needed. Concidentally, i was thinking of using an FAT16 format and comunicate via SPI just like its done in the AN.

 

Thank you Again,

      Medx.

0 项奖励
回复