Hi,
I'm working on the custom board using nrf52832 chip and have performed the secure bootloader using ble on the custom board.
I have made these changes so far on the secure bootloader example,
changed the NRF_BL_DFU_ENTER_METHOD_BUTTON_PIN to 24 because my custom board is using different pin configuration then the development kit.
I have performed dfu successfully and new application runs but the issue is that the UART is not responding in the new application after dfu update however everything works fine if burn application without a bootloader.
what I think of this issue is that maybe the secure bootloader is using for some other purpose that my custom board is using for serial.
Should I need to remove the BSP support from the secure bootloader and then try? if yes please tell me how to do that.
Otherwise please suggest why the UART is not responding after secure bootloader dfu.
Thanks