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.

Compiler/TMS320F28069F: Does InstaSpin IPD_HFI module support FPU32 option?

Part Number: TMS320F28069F
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?

 

  • Unfortunately we only provide a fixed point version of the library in MotorWare. It's not compatible with your FPU32 project.

    If you have an FAE you can reach out to they can put in a request for the source code and then you can do the work of porting it to FPU yourself, but otherwise, this fixed point library is all that is available.

    Whitney