The Ultra Light Driver (STSW-IMG023) init function vl53l5cx_init() fails in this section :/* Get offset NVM data and store them into the offset buffer */
status |= WrMulti(&(p_dev->platform), 0x2fd8,
(uint8_t*)VL53L5CX_GET_NVM_CMD, sizeof(VL53...
mute
Am 19.07.2022 23:45 schrieb ST Community :
I stand corrected, I have also able to break the transfer into pieces.
[https://community.st.com/img/userprofile/default_profile_45_v2.png?fromEmail=1]<>
tekochip<> (Community Member)
I stand co...
I now found the reason for the problem. The send-2 bytes-function was implemented wrong by me, so the ToF-FW was not written to the device correctly. When i fixed it, the problem was solved.
Am 18.08.2021 17:15 schrieb ST Community :
Interesting. I'...