External VREF+ and VREF- for ADC
Hello,
I am using NUCLEO-F756ZG. My application is ADC related. I am measuring an analog signal at high sampling rate. Recently, I had a discussion with my team and had an interesting proposal. Our target signal is pretty much guranteed to be within 0.5V to 1V range. So, I thought of supplying external reference voltage for a custom range. On nucleo boards, the VDDA and VREF+ are tied to VDD by default and makes the ADC range 0V~3.3V. But from the MB1137 schematic I found here, it seems that I can decouple VREF+ from VDD by removing SB12. Problem is that VREF+ is tied to VDDA on the board and can't be decoupled. So, if I put 1V or less in AVDD pin, it's probably not going to be enough to power the ADC. Or is it? Additionally, VREF- seems to be connected to ground through SB162 and by removing it, seems like I can supply an external VREF-. Would it work if I supply custom voltages from an external DAC to both VREF+ and VREF-. The planned reference voltages are less than 1V for VREF+ and around 0.5V for VREF-.

