External Vref+ on nucleo-h723zg
I'm trying to create an ADC project using nucleo-h723zg. I want to measure AC voltage and current (simultaneously). I created electronics with isolation amplifiers, which have, as an output, a differential signal with a common DC voltage. The common DC voltage is set by the manufacturer to be 1.45V.
I followed the STM32H723 manual and noticed that the input common voltage (for differential inputs) on the ADC should be around Vref+/2. So I need Vref+ to be 2.9V. So I created that reference voltage regulator on my separate electronics board. I also created a small power-up delay (~1ms) for this Vref+ voltage. 2.9V LDO's ground is connected to Agnd on the nucleo board.
I removed R36 from NUCLEO board and connected my new Vref+ source.
ADC signal is within 2.9V span (Agnd - Vref+), together with a DC common voltage. Also, I created a start delay for ADC signal as I did for Vref+ voltage (~1ms).
In software, I set VREFBUF mode to "external voltage reference".
When I start the system (nucleo board + my electronics board), STlink reports that the target can't be found. Probably, the microcontroller is burned. On board, everything looks good. LDO's are ok (3.3V, and 2.9V), and cold.
Am I doing something wrong? Any suggestions? Is there any manual explaining external Vref+ connection on these nucleo boards?
