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.

Final try with the Tiva C

I got until friday to get the Tiva C with the CC3000 up and working. If I can not get this done I will be forced to stop all further work on the platform because of other projects that need my time.

I am right now working on moving the EEPROM updater from the MSP430 platform to the Tiva C so I can update the internal software on the CC3000 to the 1.13 version. But it hash´t gone smoothly and I got a few errors left as can be seen below. I am willing to send this project to you if that will help you help me.

I just removed the line following on line 423in the main function

// WDTCTL = WDTPW + WDTHOLD; //Removed

I don´t know if this is something I should but the error is gone!

How do I solve the error below when it refers to unresolved declaration.

Description Resource Path Location Type
#10010 errors encountered during linking; "Updater.out" not built Updater C/C++ Problem
#225-D function "unsolicicted_events_timer_init" declared implicitly Updater_DR.c /Updater line 270 C/C++ Problem
#169-D argument of type "char *" is incompatible with parameter of type "UINT8 *" Updater_DR.c /Updater line 365 C/C++ Problem
unresolved symbol unsolicicted_events_timer_init, first referenced in ./Updater_DR.obj Updater C/C++ Problem
#10234-D unresolved symbols remain Updater C/C++ Problem

As for my own project that I am working on I got the following errors that I just can solve. I have had something like this before and all I needed to do was to export the project and delete the original project and workspace and import it once again and the errors went away. But not this time...

Description Resource Path Location Type
#10010 errors encountered during linking; "TivaC_WBSAM.out" not built TivaC_WBSAM C/C++ Problem
unresolved symbol FlashIntHandler, first referenced in ./wbsam_ccs.obj TivaC_WBSAM C/C++ Problem
#10234-D unresolved symbols remain TivaC_WBSAM C/C++ Problem

I only have 3 more days on this so I will happily accept any kind of help I can get!