cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with the basic project of the SensorTile

Gp3 Reverse
Associate II
Posted on June 14, 2018 at 17:13

Hi everyone,

I've downloaded the basic project of the SensorTile from t

he St official site

, when I try to rebuild with the IAR platform I obtain this error:

Error[Li005]: no definition for '__iar_FSin' [referenced from motion_fx.o(MotionFX200_CM4F_IAR_ot.a)]

Is there a solution to solve that?

4 REPLIES 4
Miroslav BATEK
ST Employee
Posted on June 18, 2018 at 12:33

Which version of IAR are you using?

Posted on June 18, 2018 at 12:49

I'm using the version 8.22.2 of IAR.

Posted on June 18, 2018 at 14:34

OK, in this case you have to use library dedicated for IAR 8 (MotionFX100_CM0P_IAR8_ot.a).

You can find the library in

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-mems1.html

package.
Posted on June 19, 2018 at 15:34

Thank you