Question
STM32G071 Temperature Sensor stabilization time
Hi
In CubeIDE the temperature sensor stabilization time for my STM32G071 is defined by: stm32g0xx_ll_adc.h
#define LL_ADC_DELAY_TEMPSENSOR_STAB_US ( 10UL)But in the Datasheet I see at least 15µs max for Tstart(ts_buf) and for Tstart itself its already 120µs max...
Now I am confused, shall I take the 10µs in the define or should I change it?
