I used to use IQmath on F28035 MCU, now I want to port the code project to F28069 MCU and use FPU. I need to use __fsat() lib function. Even though I added rts2800_fpu32.lib into my project, and included <stdio.h>, I still had the following compiler error.
unresolved symbol ___fsat, first referenced in ./Source/Claw/SpeedLoop.obj
How could I resolve the error? Please advise.
Many thanks!