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:
This is a problem,
Please help me solve this problem as soon as possible, thank you
Guan Yucheng
Hi,
Are these compilation errors coming from an existing example within C2000Ware? If so, pls let us know which version of C2000Ware and the example path.
Best Regards
Siddharth
version is “C2000Ware_5_01_00_00”;
code path:
\C2000Ware_5_01_00_00\device_support\f2806x\common\source\F2806x_SysCtrl.c
Hi,
Can you check if the include paths are correctly added to the project?
In F2806x_DevEmu.h, I am able to see the "SYSCLK2DIV2DIS" bit field defined.
Best Regards
Siddharth
thank you
I found a new header file in the folder "C2000Ware_5_01_00_00\device_support\f2806x", updated, that issue has been solved;
However, after updating all the files, a new error occurs and an error is reported during the simulation run. How can I solve it?
After updating all the files, when compiling, there are a lot of warning messages, does this need to be resolved?
Hi,
You will need to add the following file to your project to get rid of these warnings.
C:\ti\c2000\C2000Ware_5_01_00_00\device_support\f2806x\headers\cmd
Best Regards
Siddharth
HI,
I created a project and put the required header files into the Lib folder, including the lib folder in [include options].
Then I create the program main with 1 line of code in it.
And then I debug, and there's an error.
I can't fix this mistake.
Can you help me with debugging errors?
thanks
Hi,
You will need to add linker command files to the project.
Pls refer one of the examples provided within C2000Ware (C:\ti\c2000\C2000Ware_5_01_00_00\device_support\f2806x\examples\c28) and then create your own project.
Best Regards
Siddharth