Hi!
I'm using RM48EVM with FreeRTOS.
I need SD Card FatFS source code with SPI2.
Anybody have source code?
If someone have SD card source code, please gime me!
Thank you
Seongjin Jeong
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.
Hi!
I'm using RM48EVM with FreeRTOS.
I need SD Card FatFS source code with SPI2.
Anybody have source code?
If someone have SD card source code, please gime me!
Thank you
Seongjin Jeong
Hello Seogjin,
Sorry for the delayed reply on this. We will follow up on this and respond.
Regards,
TI Hercules Forum Support
Hi QJ,
QJ>Thanks. We have a plan to develop FAT FS for USB stick, but not for SD card at this moment.
Any progress in this direction?
Regards, Dmitri.
Hi Dmitri,
I am working on USB bootlaoder. The FAT FS will be part of the project, but it will be a simple version. I hope to release the beta version in April.
Regards,
QJ
Hi QJ,
Thanks. Do you have USB part outlined already? Or you concentrated on the boot loader itself? I need a USB stick writer.
Regards, Dmitri.
Hi Seongjin,
It is not a response for this particular forum but if you trying to work with FreeRtos and SD card you can try FreeRtos+IO example. It does exactly SD card + FatFS as you asking (not for RM48). You will need to figure out how to replace SPI part but it is doable. Not a rocket science.
Regards, Dmitri.
Hi Dmitri,
USB bootloader (from memory stick) is a big project. This project consists of 3 main parts: USB HC driver, MS (USB Flash Mass Storage) class (bulk read, buld write, etc), FAT FS (FAT16 only). I am still working on the project and it won't be ready until April. I am sorry.
Regards,
QJ
I am also having the same issue: RM48 with SD card and USB stick support.
I am looking at a solution of adding a cheap Microchip PIC24 or NXP with USB host and SPI support with File system on SD card, talk to this from the RM48 via SPI. Have used Microchip code on PIC24 and PIC32 for both file system and USB stick support very successfully and it is absolutely straightforward.