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 with RM48

Other Parts Discussed in Thread: RM48L952

We are trying to use RM48L952 with MicroSD card, but I cannot find the example code with HDK which everyone is talking about. Where can I download the example project from?

The card is the same one that we use with PIC32 on which our current board is based. We are moving to RM48....

It would be nice if somebody can point me to a link for the example.

Vaidi.

  • Vaidi,

    Not sure - where did you see the references to this example code?

    There is a MSC demo that is included with the Micrium USB device driver demo for RM48.  It is available from: http://micrium.com/downloadcenter

    (Search under Texas Instruments)

    You want this file:

    It doesn't actually include SD Card support - the disk is a RAM disk.  But the file system component that is demonstrated says it supports SDCARD, so I think the demo is just a config change or two away from what you need.  Micrium could tell you for sure.   They also have a USB host demo that accesses files on a USB thumb drive with their file system component,  that might be close to what you need too..  depending on your use case.

    You might also check with Keil.  Their http://www.keil.com/support/man/docs/mcbtms570/mcbtms570_su_components.htm

    includes an SDCARD interface and they might have some demonstration code as part of their OS/Middleware products.

    -Anthony