This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error: L6218E: Undefined symbol nrfx_wdt_init (referred from main.o).

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?

Related