User Activity

Hi,I was measuring the STM32F373 core temperature.It seems that the core is 56°C while the environment is 23°C, no housing.Is the 56°C a reasonable temperature? It looks quite high to me.I used the settings below:
I am struggling with the SDADC of the STM32F373My goal is to read 3 different channels of the SDADC3 using DMA. I was able to get a single channel working, but as soon as I add the other channels, the data seems not to be ok.I used the following code...
I am working withe the STM32F373 SDADC on the STM32F373_EVAL board.When selecting the internal reference voltage (hsdadc1.Init.ReferenceVoltage  = SDADC_VREF_VREFINT1) ,the function HAL_SDADC_Init() will get stuck at while((hsdadc->Instance->ISR & SD...
Hi, I have two vl53l5cx sensors in my system. I need to change (at least one) of the device addresses. I used the instructions from n UM2884, section 2.3, that is.Power up the system.Reset the sensor by LPn pin LOW, I2C_Reset HIGH, wait 500msec, LPn...
I was able to run the vl53l5cx demo, however when calling 53l5cx_check_data_ready, I see that it reported a 'GO2'error. The code is C5.The content of the (relevant?) config.tempbuffer is 0, 5, C5, 81.How to figure out what is wrong here, is there an ...