LPC54628 SD Card example not working

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

LPC54628 SD Card example not working

跳至解决方案
1,246 次查看
mateuszkiełbasa
Contributor III

Hi,

I'm trying to run `fatfs_sdcard` example from LPC54628 SDK. I\m running the example without any modyfications. When debugging mounting (f_mount) and selecting drive (f_chdrive) works fine. But when creating directory the program exits, beacuse the function returns code `FR_NOT_READY`. I have read some information and people say that maybe it's low level problem. I'm using 8GB KINGSTON class 4 SD card with adapter. It's the problem with the card? Maybe I have to format it properly? Now it's formatted using Windows as FAT32 module with default allocation unit. Maybe have I change something in the project?

标签 (1)
0 项奖励
回复
1 解答
1,141 次查看
mateuszkiełbasa
Contributor III

Deleting f_mkfs function call solved the problem

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,141 次查看
soledad
NXP Employee
NXP Employee

Hi,

thank you for share your solution. 

Have a nice day!

0 项奖励
回复
1,142 次查看
mateuszkiełbasa
Contributor III

Deleting f_mkfs function call solved the problem

0 项奖励
回复