This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I have the PBORCTL register which has not been modified (BOR0 and BOR1 to 1). When I changed the microphone voltage for what to 2.88V, I did not have a reset as indicated in the datasheet. Do you know why he doesn’t reset?
Best regards.
L.Micou
Hi,
Depending on the termperature, It can go as low as 2.83V for BOR1. Try to go lower than 2.83V and see if you can see the brown-out.
Hi,
The threshold to cause reset will be sensitive to the temperature although during IC characterization they should be already taken into account. You may be very close to the edge to be detected for BOR.
Can you please answer a few questions?
- At what voltage can you see BOR or you never see BOR at any voltages?
- Can you try a few different parts?
- How did you lower the voltage? Normally a brown-out is a sudden drop/dip in voltage like a spike. If you simply keep the voltage constant at a low voltage, it may not detect as a brown-out.
- For experiment, what if you set BOR0 and BOR1 to zero. Will you get an interrupt?
Hi,
When I have 2.46V, I have a reset. but Ihave have a external watchdog who have a reset at 2.62V.
I have tested this BOR in two device but i have the same state.
the power supply used to power the system has steps of 0.42V then it's a sudden drop voltage.
I don't have yet tested with BOR0 and OR1 to zero
Best Regards
HI,
I don't know the reason why it does not reset per the datasheet. Can you try with BOR0 and BOR1 equal to 0 and see if you get an interrupt?
Searching through e2e archives, it was suggested an external voltage regulator instead of relying on the internal brownout detector the internal brownout detector is sensitive to noises. Do you have an voltage regulator?
Hi,
I have a LDO with filtering capacity. The LDOis being re-sold and I can’t test it yet.
Best Regards.
Hi,
Can you confirm in your code you have configured the type of reset issued due to certain reset events. See below example from the TM4C Peripheral Driver Library user's guide. This example will cause a brown-out event to generate a POR reset. Again, please note that the internal BOR detector is not meant to replace an external voltage regulator. You must have proper voltage regulator to monitor the power supplies on your systems.