User Activity

I am trying to perform the XTALK calibration for my system that includes a coverglass on top of the sensor. I am not exactly sure what the point of calibration should be. I've read in the forum: "When doing crosstalk calibration you need to find a ta...
I am trying to get consecutive measurements from the VL53L1X sensor but the timing budget is only kept on the first measurement with the below codeVL53L1X_BootState(dev, &sensorState); VL53L1X_SensorInit(dev); VL53L1X_SetDistanceMode(dev, 2); VL53L1X...
Hi,I am trying to interface an OV7670 camera module with the F746 NUCLEO board and was wondering if the f746 chip's DMA has only a specific memory area where it works.The image resolution will be QCIF so buffer has to be 50688 byte long.thanks
Hi,I know there are plenty of similar topics on here but most are unresolved and when they are resolved the OP never posts about it.So I am creating code through STM32CubeIDE for DCMI with DMA (with help from here).I'm using the NUCLEO board.The OV76...