Hi guys,
I have a TM4C123G and am trying to get some SD-card example code working with code composer 5.5. The full version of Tivaware has some example SD code for the DK-TM4C123G which seems like a good place to start.
When I import this project into CCS I get a warning that the compiler version is not currently installed (5.0.4), I have 5.1.1. When I try to debug the program with my Launchpad and SD card connected I get a fault ISR immediately. If in project settings I change the compiler version to 5.1.1 I get the errors
"symbol g_pfnVectors redefined: first defined in "./tm4c123gh6pge_startup_css.obj"; refined in "./startup_css.obj"
How do I go about porting this example code to work with my board / compiler version?
Thanks