I created a datalogging program using the starterware FATFS files from the sysbios_ind_sdk_1.1.0.3 package. Now I am trying to port it over to an existing SYSBIOS project that we have, but I it hangs during runtime when it tries to create a task. It seems that once I include one of the FATFS function calls somewhere in the code, it will hang during Task_Params_init or Task_create.
Do I need to do something with the .cfg file? Is moving to a SYSBIOS environment not just simply including the new source and header files?
Thank you.