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.
Part Number: CCSTUDIO-C2000
Tool/software: TI C/C++ Compiler
Hi,
In my application code, i have called DELAY_US() which is defined in F28M36x_Examples.h.
In my file, C28_ADC.cpp for example, i did include #include "F28M36x_Examples.h" but the compiler still show undefined symbol.
undefined first referenced
symbol in file
--------- ----------------
_DSP28x_usDelay ./Code/BSP/C28_ADC.obj
The CCS version: 7.2.0.00013 i am using.
The device support library i use is C:\ti\controlSUITE\device_support\f28m36x\v207\MWare\driverlib\ccs
Can you please help ?