cancel
Showing results for 
Search instead for 
Did you mean: 

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

DCook
Associate
 
1 REPLY 1
Miroslav BATEK
ST Employee

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)