I'm also having errors in this area of the ST provided Linux driver, I mentioned earlier up the thread. What could be causing these issues if there official driver support doesn't work? I2c speeds? I'm also stuck and have unfortunately had to move to...
Is this for the Linux VL53L5CX ULD?
Is this function still correct?
int32_t write_read_multi(
int fd,
uint16_t i2c_address,
uint16_t reg_address,
uint8_t *pdata,
uint32_t count,
int write_not_read)
{
#ifdef STMVL53L5CX_KERNEL
struct c...
I am also getting an error here: /* Get offset NVM data and store them into the offset buffer */
status |= WrMulti(&(p_dev->platform), 0x2fd8,(uint8_t*)VL53L5CX_GET_NVM_CMD, sizeof(VL53L5CX_GET_NVM_CMD));
status |= _vl53l5cx_poll_for_answer(p_dev,...
Hi @Imen DAHMEN Thank you for your input however this still doesnt clear up the steps nescassary to integrate the B-CAMS-OMV module with the STM32F746 board. I am also having a similar issue. According to the STM specification for the B-CAMS-OMV "Th...