Skip to main content
DCook
Visitor II
February 28, 2019
Question

In the STM32_MotionFX_Library, what is the difference between the wc16 and wc32 libraries?

  • February 28, 2019
  • 1 reply
  • 644 views

..

    This topic has been closed for replies.

    1 reply

    ST Employee
    March 8, 2019

    The library for each ARM Cortex core is provided in two versions:

    •MotionXX_CMx_wc16_ot.a … wchar variable size 16bits (2bytes)

    used in EWARM 7.x and Keil (MDK-ARM) 5.xx

    •MotionXX_CMx_wc32_ot.a … wchar variable size 32bits (4bytes)

    used in EWARM 8.X and SW4STM32 (GCC)