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.

C6748 StarterWare SD Card Example

Other Parts Discussed in Thread: TMS320C6748

Attached is a SD Card example fro the C6748. Most of the modified code is derived from SD Card code in AM335x StarterWare and uboot with some bits from linux. A great deal of of it is technically GPL'ed.
- Only LCDK-C6748 board is supported.
- Only C6748 processor is supported.
- SD Card supported, no MMC
- No card insertion detection.
- No card write protect protection.
- Card is assumed to be always inserted and writeable.
- Tested with 2GB and 4GB cards.
- Command line is via UART2 at 115200, 8N1.
- Debug printing is turned off. Enable by setting DEBUG_PRINT to 1 in mmc modules see the init progress. The debug print output will make a mess of the command line.
- CCS5.2.1.00018 on Windows
- XDS100 v1

2045.starterware_c6748_mmcsd.zip