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 Cark linkers

Greetings, i've been looking for some code for SD Card. I found but somehow i can't debug my code. It shows the problem with not creating the .out file.

Load program error.

Encountered a problem loading file:

C:\Users\Victor\Documents\TivaCNovo\SDCard\Debug\SDCard.out

Could not open file

I think the problem is the linkers, i can't get them right.

Can someone help me here?

0513.SDCard.rar

I'm using TM4C123GXL launchpad H6PM version, and CCS5

  • HI,

    First question related to your project: what really do you want to use as tools - either CCS/TI, either GCC(even with TI)? seems you have a mixed project with files from hello, sd-card (but not complete) - cannot see the specific sd card files compiled.

    Also, you linked to the project a file startup_ccs.c, but internally is startup_gcc.c so I doubt the project is built/linked without errors (while compiler logs exists, no linker logs) so I suggest to startup this project as new one and add all your files/paths needed.

    Petrei

  • Hi Victor,

         There is already a sd_card example program at Tivaware. So, just use that.

    - kel