Hello, i've tested dfu process from secure_bootloader with different app examples with success (ble_app_blinky, ble_app_uart, even a custom application) but, when I try the same with the ble_app_buttonless_dfu example, with no change in code (main.c), my device is not advertising.
I'm on SDK16.0.0 with a custom board with nrf52811 and i've configured the mcu to use low frequency SoftDevice clock source (RC) as I've read before here in the forum (which previously was a problem and solved bootloader not advertising).
It's working (the ble_app_buttonless_dfu example advertising after DFU over dfuTarg) on the nrf52 DK (nrf52832) with low freq clock configuration and s112 SoftDevice.
Thanks in advance.
Note: bootloader's enter_method_button is disabled.