Hi team:
My customer has a problem with the definition of structure. Can you help me to solve it?

He use ccs 9.2 and the compiler version is TI V18.12.4.LTS.
The attachment is the compressed project file.
Best regardsf28069m_FPU.zip
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.
Hi team:
My customer has a problem with the definition of structure. Can you help me to solve it?

He use ccs 9.2 and the compiler version is TI V18.12.4.LTS.
The attachment is the compressed project file.
Best regardsf28069m_FPU.zip
Hi,
I just looked at the project, and it looks like you have
"APP_SystemInit.h" --> #include "APP_SleepManage.h"
and
APP_SleepManage.h --> #include "APP_SystemInit.h"
I think that is why it is not able to resolve it.
You should comment/remove #include "APP_SystemInit.h" from APP_SleepManage.h
and move MOTORSUM accordingly to compile.