New PMU software version 122.0-beta is now available.
What’s new:
- CANBus Export: Added new “Conditional” transmit mode
- Added “Merge Project” icon to toolbar between Open Project and Save Project.
For more details, see the changelog.
Download the update here: https://www.ecumaster.com/tv
Sincerely,
The Ecumaster Team
What’s the “watchdog mechanism” ?
long story short: the watchdog is a built-in safety timer that automatically restarts a microcontroller if it crashes; your code must check the timer constantly to prove it is still running, but if the code freezes and stops resetting that timer, the watchdog realizes something is wrong and triggers a system reboot.