Question
STM32 FOC PMSM SDKv3.0 & GNU arm-none-eabi-gcc
Posted on January 23, 2012 at 01:11
I figured out some troubles during the migration of the FOC-library to the arm-none-eabi toolchain:
The toolchain uses 32-bit wchar_t, but the library is compiled with 16-bit wchar_t. I'm not shure if this is the reason for a HardFault in PWMC_Init. It also seems that there are conflicts in the platform configuration. Is it possible to provide a library compiled with 32-bit wchar_t? Regards, Clemens PS: Please let me know if I have a chance to get the source code. #stm32-foc-pmsm-sdkv3.0 #gnu