2019-07-17 07:25 AM
Hello
I'm trying to go from the frequency 30 Hz to the frequency 100 Hz and I used the manual that ST provides on this and I have the error code -18 which corresponds to
#define VL53L1_ERROR_STREAM_COUNT_CHECK_FAIL ((VL53L1_Error) - 18)
/*!< Stream count check fail - API out of sync with device */ on this fonction VL53L1_GetRangingMeasurementData(Dev,&RangingData)
I am using an Arduino Mega 2560 to display SPADs
could someone explain to me how to fix this?
2019-07-22 01:22 AM
Hello,
I looks like your device is not well initialized or you have an HW problem. Did you test it at 30Hz? Which API are you using, ULD or the full version?
Best regards
Dominique
2019-07-27 02:58 AM
Hello,
thank you for your return the problem is that I used a LCD display that occupied a lot of time on my bus i2c
Best regards
2019-08-06 02:11 AM
Hi,
The 100 Hz speed can only work with the STSW-IMG007 software package. Could you please confirm the application note (manual) that you were referring. Is it the attached AN5623 ?
Thanks
Julien
2019-08-07 05:31 AM
thank you for your return yes it's the same I use but the error came from an LCD display that I used that made it did not work
Best Regards