Dear All,
I am fairly new to the nrf9160 and the Zephyr Os.
I am trying to write a simple example code for watchdog. All I want to do is to reset my board if I don't feed it for 2 seconds. I am using trying to use the ncs\zephyr\tests\drivers\watchdog test code as the base for my own code. What I have written so far is this:
Furthermore my prj.conf looks like this:
But this code won't run