MotionFX library with my custom board
I would like to use the MotionFX library with my custom board. My MCU is a STM32F303RE
(Cortex-M4) so I included the MotionFX_CM4F_wc32_ot.a library. The project starts but does not continue after MotionFX_initialize().
I am not getting any error... any recommendations what could be wrong?
I have tried to increase the heap size to 0x1000 and the stack size 0x8000.
I have also activated CRC in CubeMX. The MotionFX init() starts after the CRC init(), but I still get a HardFault_Handler
