I designed a board that uses the RP2040 Pico for its ADC and I/O.
To improve the ADC of RP2040 I wanted to use an external reference. In the past, for other projects, I used as external reference a LT1019 (a shunt or series reference) and it worked well.
For this new design, I decided to use a precision series reference (REF5030) and I overlooked the datasheet which specified you should use a shunt reference... (as a LM4040).
When I switched ON the board, I started to get a lot of noise at the output of the REF5030. By adding a resistor in series (200 ohm) to the output of the REF5030, the instability at the output of the REF5030 decrease to 20 mV (from 100 mV).
I went through the circuits board provided in the RP2040 Pico datasheet, in the appendix at p.24 I got the wiring of the ADC_VREF.
Since it will be difficult (and expensive) to re-build the board that I made in a reasonable amount of time, I was wondering if I could change R9 (1 ohm) on the Pico board (see image attached) to an higher value resistor.