Part Number: AM13E23019
Hi experts,
Is early brownout detection (with interrupt) possible? How to configure thresholds?
- "7.8.1 Power Management Unit (PMU): section in datasheet mentions "Brownout reset (BOR) supply monitor with early warning capability using three programmable thresholds". However nor datasheet nor reference manual provides more information about these threshold. Also, no possibility to configure thresholds in driverlib.
- Regarding BORLVL interrupt - it is present in enum in driverlib dl_syctl module: " DL_SYSCTL_NMI_IIDX_BORLVL = 0x1U", but its marked as “Reserved”.
- In Reference Manual there is no such interrupt source mentioned in "3.5.11.2 CPU Nonmaskable Interrupt (NMI) Events"
- In "STM32G474x_AM13E230x_Migration_SDAA226.pdf" : 3.3 Power Up and Reset Summary and Comparison, mentions "The BOR threshold is not programmable and is derived from the internal bandgap circuit. The threshold is fixed and always higher than the POR threshold."
Due to this contradicting information its unclear if early brownout detection (with interrupt) possible, and if its possible to configure thresholds.
