Search found 2 matches

by tobiokanobi
Mon Apr 11, 2022 9:40 pm
Forum: Circuit Talk
Topic: Monoflop
Replies: 3
Views: 32514

Re: Monoflop

Eugene!

Thanks for your reply.

A MCU = Micro Controller (some CPU)
Watchdog = a signal periodically send by the CPU whenever a task is completed or as long the internal power supply is okay (e.g. each tasks has at the end a codeline "send alive()". If one tasks gets stuck (endless loop) -> the ...
by tobiokanobi
Sun Apr 10, 2022 11:32 pm
Forum: Circuit Talk
Topic: Monoflop
Replies: 3
Views: 32514

Monoflop

Dear Forum members,

first thanks for this great tool, it is awesome.

I've one question (I'm not an electronic engineer) ;-)

A MCU has a watchdog signal (~Pulse). I'd like to use the WDS to set certain states via logic (e.g. CAN Transmitters turned on as long as WDS is okay).

Therefore the WDS ...