Part Number: BOOSTXL-DRV8323RS
Other Parts Discussed in Thread: MOTORWARE, C2000WARE, LAUNCHXL-F28069M, DRV8323
Tool/software: TI C/C++ Compiler
I'm trying to build this project:
motorware_1_01_00_18\sw\solutions\instaspin_foc\boards\boostxldrv8323_revA\f28x\f2806xF\projects\ccs\proj_lab01b
I'm getting an error at link time:
error #16008-D: file
"C:/ti/motorware/motorware_1_01_00_18/sw/modules/fast/lib/32b/f28x/f2806x/28
06xRevB_FastSpinROMSymbols.lib<TMS320x2806x_REVB_boot_rom_out_FD$$MPY_tmp.ob
j>" specifies ISA revision "C2800", which is not compatible with ISA
revision "C28FPU32" specified in a previous file or on the command line
There are many of these errors, all related to the boot rom, I think. I do have fpu32 option set in the build options, but is this telling me the boot rom can't handle the fpu?
What's the right way to fix this?
Mike