xmc4800 Brown-out detection

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User15581
Level 1
Level 1
I want to detection the supply voltage, and perform some action when the voltage drops.
The problem is that I can't find the handler (is that NMI_handler?) when brown-out detected.


//Enable power monitoring control register for brown-out detection.
XMC_SCU_POWER_EnableMonitor(0x01, 0x80);
//enable a trap source
XMC_SCU_TRAP_Enable(0X20);
0 Likes
1 Reply