Hi Friend,
I'm starting work with stellaris Lauchpad based on LM4F120H5QR ( default of launchpad), after test some examples of Stellaris Ware , I decide start develop my real application. In my university project I need read/write SD card, then my first step is: Test SPI.
Then to start I got a link to build a new project : http://processors.wiki.ti.com/index.php/Creating_new_CCS_v5_Project_with_Stellarisware
I executed step by step of this procedure. After finished this procedure, I change code main.c (empty default of project ) to C:\StellarisWare\examples\peripherals\ssi (spi_master.c) because I need communication with SD card then I need to be SPI HOST.
When I compiled this code I have the follow error:
GPIOPinTypeUART ./spi_master.obj
SSIBusy ./spi_master.obj
SSIConfigSetExpClk ./spi_master.obj
SSIDataGet ./spi_master.obj
SSIDataGetNonBlocking ./spi_master.obj
SSIDataPut ./spi_master.obj
SSIEnable ./spi_master.obj
SysCtlClockGet ./spi_master.obj
SysCtlClockSet ./spi_master.obj
SysCtlPeripheralEnable ./spi_master.obj
UARTStdioInit ./spi_master.obj
UARTprintf ./spi_master.obj
this for me meaning that compiler can't find files .c, and if I include this on code this problem is solved and other problems start.
I would like to help. someone can build this project for me or send informations that what is a correct procedures to get periferical devices code and build a new Project, I need this very very fast. Someone can help me8371.novotest2.rar
Attached has my code, someone can show me what I need to do to compile this code. Thanks too much and very sucess for everyone.6505.novotest2.rar


