2022-10-06 08:05 AM
Dear Sir.
Attached a schematic of STM32U585 .
LDO_V28 is tested for 2.8v.
Issuing the command
HAL_SYSCFG_VREFBUF_HighImpedanceConfig(SYSCFG_VREFBUF_HIGH_IMPEDANCE_DISABLE);
HAL_SYSCFG_VREFBUF_VoltageScalingConfig(SYSCFG_VREFBUF_VOLTAGE_SCALE2);
HAL_SYSCFG_EnableVREFBUF();
No output at VREF+ .
Later the ADC_CALIBRATION gives an error.
Please Advise.
2022-10-06 09:10 AM
Read out and check/post VREFBUF_CSR register content.
JW
2022-11-10 07:00 AM
Hello @Community member,
Try this sequence :
Mohamed Aymen