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?
Enabling brownout detection on SAM3X8E
-
- Posts: 98
- Joined: Tue Jun 15, 2021 5:44 pm
- Location: Finland
- Has thanked: 15 times
- Been thanked: 5 times
-
- Posts: 519
- Joined: Sat Jun 06, 2020 6:54 pm
- Location: UK
- Has thanked: 18 times
- Been thanked: 12 times
Re: Enabling brownout detection on SAM3X8E
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.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?
-
- Posts: 1801
- Joined: Sun Apr 03, 2022 1:57 pm
- Has thanked: 102 times
- Been thanked: 344 times
Re: Enabling brownout detection on SAM3X8E
I had a similar problem, fixed it by following this https://copperhilltech.com/blog/arduino ... res-reset/
-
- Posts: 98
- Joined: Tue Jun 15, 2021 5:44 pm
- Location: Finland
- Has thanked: 15 times
- Been thanked: 5 times
Re: Enabling brownout detection on SAM3X8E
Thank you!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/