Hello,
Im trying to add WDT functions to my FreeRTOS/BLE project.
I set
#define NRFX_WDT_ENABLED 1
Also added nrfx_wdt.c and .h files to path, but still doesnt help.
SDK15.3
What Im I doing wrong? Some extra defines missing?
Hello,
Im trying to add WDT functions to my FreeRTOS/BLE project.
I set
#define NRFX_WDT_ENABLED 1
Also added nrfx_wdt.c and .h files to path, but still doesnt help.
SDK15.3
What Im I doing wrong? Some extra defines missing?
I saw in the example legacy driver was also enabled, so I added
#define WDT_ENABLED 1
but didnt help...
I was about to ask if you had WDT_ENABLED set to '1' as the integration layer would have disabled NRFX_WDT_ENABLED otherwise. I was expecting that to be the problem.
Do the function calls in nrfx_wdt.c appear greyed out when you open the file in Keil?
Hi Vidar,
Sorry its Keil playing up like I never seen before. I rebuilt the whole project 3 times and that didnt help, rebooted PC and then it started working.
so not an issue on SDK side!
Hi Vidar,
Sorry its Keil playing up like I never seen before. I rebuilt the whole project 3 times and that didnt help, rebooted PC and then it started working.
so not an issue on SDK side!