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
I used Matlab 2016b to generate a C code (pulse generator and GPIO/Digital Output).
I've created a new CCS Project, but I have this problem: "error #10234-D: unresolved symbols remain ". Ok, I searched about it, and some "symbols" aren't linked with some libraries., but I can't find what are.
In File Search Path I included these :
- rts2800_ml
- IQmath_fpu32
- PM_bissC
- PM_pto_pulsegen
- PM_sincos
- Driverlib
How Can I resolve it ?
The undefined symbol are:
undefined first referenced
symbol in file
--------- ----------------
_DisableDog ./MW_c28xx_board.obj
_InitCpuTimers ./MW_c28xx_board.obj
_InitPeripheralClocks ./MW_c28xx_board.obj
_InitPieCtrl ./MW_c28xx_board.obj
_InitPieVectTable ./MW_c28xx_board.obj
_InitPll . /MW_c28xx_board.obj
_SysCtrlRegs ./MW_c28xx_board.obj
_XintfRegs ./MW_c28xx_board.obj
_c2000_flash_init ./ert_main.obj
_configureTimer0 ./ert_main.obj
_disableTimer0Interrupt ./ert_main.obj
_enableTimer0Interrupt ./ert_main.obj
_globalInterruptDisable ./ert_main.obj
_globalInterruptEnable ./ert_main.obj
Thanks for your answer.
According to F2833x-F2823x Firmware Development Package User Guide I solve it, but I can't finish the import's project.
The problems is:
>> Compilation failure
subdir_rules.mk:21: recipe for target 'DSP2833x_GlobalVariableDefs.obj' failed
"C:/ti/controlSUITE/device_support/f2833x/v141/DSP2833x_headers/source/DSP2833x_GlobalVariableDefs.c", line 364: error #148: declaration is incompatible with "struct PIE_VECT_TABLE PieVectTable" (declared at line 196 of "C:\ti\controlSUITE\device_support\f2833x\v132\DSP2833x_headers\include\DSP2833x_PieVect.h")
Others users had the same problems but it still unsolved:
CCS/LAUNCHXL-F28069M: CCS Error: Incompatible declaration of PieVectTable - C2000 microcontrollers forum...
How can I solve it ?
Regards
Thanks fot your answer.
I've running this example with the hardware (F28335) and Matlab 2016b directly, the project was running ok .
Now I'm trying to use a Matlab Code for build the code and import ir in CCSV6 but I've finded problems.
So I don't understand what is the problem to use 2016b and CCSV6 ?
I'will install 2017a and try to do it.
Regards