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

How can I use nrf_wdt and nrfx_wdt in a same segger project?

Hi 

In my boot loader application I am using nrf_bootloader files which uses "nrf_wdt.h" for watchdog functionality. 

I also have included some other customised files into this one and that uses "nrfx_wdt.h", while I am combining both of them it gives me an error like there is multiple definition for "WDT_IRQHandler".

Is there any way that I can use both of them in same ( "nrf_wdt" anf "nrfx_wdt" ) in same segger project?

Regards,

KRA

Parents Reply Children
No Data
Related