Other Parts Discussed in Thread: MOTORWARE
Tool/software: TI C/C++ Compiler
Hello,
actually I wan't to test IPD_HFI and module AFSEL with our drive, that already uses the FAST observer. When I try to compile the drive project, I see the following error:
"Z:/source_code/Libs/ti/motorware/motorware_1_01_00_18/sw/modules/ipd/lib/32
b/f28x/ipd_hfi.lib<ipd_hfi_priv.obj>" specifies ISA revision "C2800", which
is not compatible with ISA revision "C28FPU32" specified in a previous file
or on the command line"
As I understand, the ipd_hfi.lib was not compiled with FPU option. But my project uses FPU32. I cannot deactivate this option.
Does InstaSpin IPD_HFI module support FPU32 option?
Or is it somehow possible to use the non FPU IPD_HFI.lib in a FPU32 project?