Hello,
I'm working on porting a Secure Bootloader application for a project, and trying to understand how the macro is used NRF_BL_WDT_MAX_SCHEDULER_LATENCY_MS.
I don't find any reference of it in the code (SDK v16.0.0), I'd expected to find its use in nrf_bootloader_wdt module.
What I see from the code is that now the Watchdog is fed regardless any parameter in the bootloader, via a timer. The user can also kick it manually via a dedicated API.
Can you confirm that this is the intended behaviour at the moment?
Best,
D