Hello Elleshar, While developing your own realtime bundles, you should disable the hardware-watchdog like it is shown in the documentation. Otherwise you are not able to debug your code, because the hardware watchdog would trigger an error response (reboot) when reaching a breakpoint. Further running into an endless loop in your bundle-application would lead to a boot loop triggered by the hardware watchdog. But if you are done with developing and your app is finished. You should be able to run your app on your CORE with a activated hardware watchdog. The phrase: "Disabling the monitoring can be persistent." is a bit misleading. If you disabled your hardware watchdog it is persistent (still disabled after reboot). So the debug mode is active until you delete the created node. See here how to deactivate the debug mode again. Regards, Nick
... View more