2024-08-22 03:24 AM - edited 2024-08-22 03:31 AM
Hi,
i am using ism330dhcx and lis2mdl on my custom board,
i am able to configure and read data from accelero, gyro and magneto.
i started the implementation of X-Cube-MEMS1 lib.
when i compile the code, every thing is ok,
but after running, when a function is called from the MEMS1 libraries, the code is blocked !
i tried different example (fusion, magneto calibration, ecompas)
i am usin the CM4 of stm32WL55. this core don't contain a hardware FPU. i tested with xxx_CM3_wc32_ot.a and xxx_CM4_wc32_ot.a files
here are the setting of my compiler :
it is blocked in the first call of any function from xxxxx_wc32_ot.a files
any suggestion to resolve that ?
Thank you,
Sincerely.
Solved! Go to Solution.
2024-08-22 08:05 AM
Finally i resolved the problem, the CRC was not initialized
it is work after calling the CRC_init function
2024-08-22 08:05 AM
Finally i resolved the problem, the CRC was not initialized
it is work after calling the CRC_init function