2017-02-25 02:28 AM
Related reference manual RM0368
Related datasheet
I have a couple of questions about the power controller
1.
Page 74 Section 5.2.1 Figure 8
According to the text
'The device remains in Reset mode when VDD/VDDA is below a specified threshold, VPOR/PDR'
So either the diagram is wrong or Reset line is using negative logic (1 is low and 0 is high). Can someone confirm which is the correct statement?
2.
Brown out detection seems to perform the exact same thing as the power on reset. Why is there a need for both of them?
Thank you very much for your time.
With kind regards,
Satrapes
#power-on-reset #stm32-mcu #brown-out2017-03-02 10:19 AM
Hi
Paraskevopoulos.Pana
,Regarding your first question:
Correct, the Reset uses a negative logic.Regarding your second question:
The Brown Out Reset is a way to keep the MCU under reset until the supply voltage reaches a specified VBOR threshold set by the user.
The STM32F401 device have 3 possible BOR values, which are described in the datasheet.Additional information:
The STM32 devices have an embedded programmable voltage detector(PVD). It monitors the VDD/VDDA power supply, compares it to the PVD threshold and generate an interrupt when the VDD/VDDA voltage drops below/is higher than the PVD threshold.You can refer to the datasheet and the reference manual for further details.
Khouloud.