External circuitry for voltage regulator pins (VCAP) and software configuration using HAL layer for STM32F207ZG device.
Dear all, I'm facing the firmware downloading on a custom board for the first time after its testing version was produced.
This custom board design was an heritance from an externarl designer but I have found some hardware issues that must be fixed.
The firmware was allready tested on the Nucleo Board and it's working fine.
Now I'm wondering about the regulator VCAP pins. I'm just comparing the Nucleo schematics with this custom board and they have differences. So I read about this two pins on datasheet in order to understand about the hardware needs and its configuration.
So after doing this, I have understood some things but there is other questions that I have not answered looking at the technical documents that I read.
What I have understood:
- These two pins will ever need some kind of external circuitry connection.
- Voltage regulator is enabled by default
- The only way for being desabled is by hardware (using IRROFF and REGOFF pins, and they are only present on WL64 package) so you can add external regulation
- Voltage regulator has 3 operation modes
- Voltage regulator needs two 2.2uF capacitors connected to VCAP0/1 and GND for stabilizing 1.2V that supplies internal digital circuits
My unclear conception, hence my questions:
- this internal voltage regulator also handles POR/PDR and voltage supervision. Is it? how it does. When 1,2V output drops or grows too much it resets, is it? I guess it's not refered to the 3.3V supply.
- after connecting 2.2uF capacitor what kind of softwre configuration does it needs? I was generating configuration code using cubeMX tool from stm32CubeIDE and I have not seen options about this. Does it mean that using cubeMx it is configured with default values?
- the proposal of my custom board is to use an external voltage supervisor circuit for reset signal (micro.jpg). Does the VCAP pins still needing these capacitors?
