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.
Tool/software: Code Composer Studio
hello everyone, i have this project that i can't compile.
i've another project that is really similar and doesn't give me any problem.
i can't figure it out, can anyone try to compile it and tell me where i'm wrong?
thank you in advice
got by myself! can close the thread.
i have defined in my_USB.c
static tUSBHMSCInstance *g_psMSCInstance = 0;
and it was declared in "fat_usbmsc.c" as
extern tUSBHMSCInstance *g_psMSCInstance;