I'm trying to use the TI F2806x Firmware on my instaspin motion demo.
My program compiled fine till I added some files from the TI Firmware, working code. no code added just the files and tried to compile the program again.
If you look in F2806x_Device.h
you can select your target:
#define DSP28_28069P 0
#define DSP28_28069UP 0
#define DSP28_28069PZ 0
#define DSP28_28069UPZ TARGET
There is not an option for the 28069M controller.
Maybe that isn't a problem but I got a lot of not found registers:
Description Resource Path Location Type
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/16008.html">#16008-D</a> file CremerServo C/C++ Problem
unresolved symbol _XIntruptRegs, first referenced in C:/ti/controlSUITE/device_support/f2806x/v135/MWare/usblib/Debug/usblib.lib<f2806x_usbWrapper.obj> CremerServo C/C++ Problem
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain CremerServo C/C++ Problem
unresolved symbol _PieVectTable, first referenced in C:/ti/controlSUITE/device_support/f2806x/v135/MWare/driverlib/Debug/driverlib.lib<interrupt.obj> CremerServo C/C++ Problem
unresolved symbol _SysCtrlRegs, first referenced in ./usbserial.obj CremerServo C/C++ Problem
unresolved symbol _GpioDataRegs, first referenced in C:/ti/controlSUITE/device_support/f2806x/v135/MWare/usblib/Debug/usblib.lib<f2806x_usbWrapper.obj> CremerServo C/C++ Problem
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10099.html">#10099-D</a> F28069M_ram_lnk.cmd /CremerServo line 119 C/C++ Problem
unresolved symbol _GpioCtrlRegs, first referenced in ./usbserial.obj CremerServo C/C++ Problem
unresolved symbol _PieCtrlRegs, first referenced in C:/ti/controlSUITE/device_support/f2806x/v135/MWare/driverlib/Debug/driverlib.lib<interrupt.obj> CremerServo C/C++ Problem
unresolved symbol _GpioIntRegs, first referenced in C:/ti/controlSUITE/device_support/f2806x/v135/MWare/usblib/Debug/usblib.lib<f2806x_usbWrapper.obj> CremerServo C/C++ Problem
unresolved symbol _DSP28x_usDelay, first referenced in ./CMD_LINE.obj CremerServo C/C++ Problem