Page 1 of 1

Enabling brownout detection on SAM3X8E

Posted: Sat Jul 09, 2022 11:00 am
by evMacGyver
On tabletest I have no problems with Arduino DUE, but when used on car it required mostly, if not every time, push of the reset button or to begin USB serial terminal session after power on. Something to do with supply, maybe bigger capacitor might help, could also be DUE voltage regulator.

I assume Arduino programming environment does not burn fuses to enable BOD, does anybody know how BOD could be enabled?

Re: Enabling brownout detection on SAM3X8E

Posted: Sat Jul 09, 2022 11:25 am
by m.art.y
evMacGyver wrote: Sat Jul 09, 2022 11:00 am On tabletest I have no problems with Arduino DUE, but when used on car it required mostly, if not every time, push of the reset button or to begin USB serial terminal session after power on. Something to do with supply, maybe bigger capacitor might help, could also be DUE voltage regulator.

I assume Arduino programming environment does not burn fuses to enable BOD, does anybody know how BOD could be enabled?
I had this issue too with some of the Chinesse Due copies. Something to do with the bootup firmware that needs to be altered. Never had this issue with the original Due so far, some ot the Chinesse ones worked fine also.

Re: Enabling brownout detection on SAM3X8E

Posted: Sat Jul 09, 2022 12:26 pm
by Pete9008
I had a similar problem, fixed it by following this https://copperhilltech.com/blog/arduino ... res-reset/

Re: Enabling brownout detection on SAM3X8E

Posted: Sat Jul 09, 2022 3:12 pm
by evMacGyver
Pete9008 wrote: Sat Jul 09, 2022 12:26 pm I had a similar problem, fixed it by following this https://copperhilltech.com/blog/arduino ... res-reset/
Thank you!