Part Number: MSP430F5359
I am trying to use IQmathLib for MSP430 and MSP432 version 01.10.00.05. A call to the function _FtoIQ(0.5) results in an error Error[e46]: Undefined external "_FtoIQ" referred in ...
I did not find any reference to this function in the provided header file IQmathlib.h.
The documentation Page 24 lists this function as available. The documentation also recommends that the function _FtoIQ() be used instead of the function _IQ() which also can convert floating point numbers into fixed point format. (due to performance overhead) The function _IQ() compiles and works as expected.
I was wondering if the _FtoIQ() function has been removed from the library and the documentation has not been updated?.