2024-07-24 03:32 AM - edited 2024-07-25 02:55 AM
I want to operate the VL53L5CX to accomplish gesture recognition operations using an ARM Cortex-M4F microcontroller chip. So can libGesturesMZ_m4.a be used with Cortex-M4F?
I am trying to port the en.STSW-IMG035_F401 project to an ARM Cortex-M4F controller chip and the HT_set_square_resolution() function returns -5 at runtime.
Operation flow: lmz_platform_init -> vl53lmz_init -> gesture_library_init_configure(Err -5, HT_set_square_resolution() failed).
2024-07-24 08:35 PM - edited 2024-07-24 08:47 PM
Can a friend help?
2024-09-27 06:54 AM
Hi hx,
the error code -5 means that your resolution is not a square. Are you sure to input the value 64 ?
Regarding the ARM core, the library has been compiled for Cortex-M4, I have no idea if it's compatible with your Cortex-M4F (and I didn't know it before your post).
Thanks, Yann
2024-09-27 06:54 AM
Hi hx,
the error code -5 means that your resolution is not a square. Are you sure to input the value 64 ?
Regarding the ARM core, the library has been compiled for Cortex-M4, I have no idea if it's compatible with your Cortex-M4F (and I didn't know it before your post).
Thanks, Yann