Search found 15 matches

by apica
20 Oct 2017 17:00
Forum: Z-Uno
Topic: Enable Hardware Watchdog
Replies: 15
Views: 15127

Re: Enable Hardware Watchdog

Thank you @PoltoS. I've tried enabling the output Log on UART0, but it didn't appeared (I'll check it again) -> EDIT: I didn't know about that codes and the meaing! Thank you! The stack usage shouldn't be that high (the same code runs in all arduino boards I tried). How big is the stack? Any way to ...
by apica
19 Oct 2017 18:24
Forum: Z-Uno
Topic: Enable Hardware Watchdog
Replies: 15
Views: 15127

Re: Enable Hardware Watchdog

@PoltoS, I've send you a private message with the sketch. I prefer to not make it public for the moment.

Thank you
by apica
19 Oct 2017 17:38
Forum: Z-Uno
Topic: Enable Hardware Watchdog
Replies: 15
Views: 15127

Re: Enable Hardware Watchdog

Yes!

I'm using the 2.1.1 from yesterday (I had the same problem with 2.1.0).
by apica
19 Oct 2017 17:02
Forum: Z-Uno
Topic: Enable Hardware Watchdog
Replies: 15
Views: 15127

Re: Enable Hardware Watchdog

Thank you for your reply. Yes, it hangs after a while. There is a problem when i read with ADC (analogRead) after a while. I found that moving all local variables (just few uint16_t) to a global scope and merging code (to avoid entering to a functions and increasing stack), the problem is solved. Bu...
by apica
19 Oct 2017 12:51
Forum: Z-Uno
Topic: Enable Hardware Watchdog
Replies: 15
Views: 15127

Enable Hardware Watchdog

Hello,

I'd like to enable the internal Watchdog. I saw an viewtopic.php?f=3427&t=25195 but it's not available in the last release (2.1.1), and I need an urgent solution.

How can I enable the watchdog? Which commands (and how) are needed?

Thank you.