The chip we use is nrf52832 and the SDK is nrf5_ SDK_ 15.3.0_ 59ac345,
the booeloader uses the example project nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040_ble_debug\arm5_no_packs,
using JLINK to capture log
The problems are as follows:
1. When bootloader is booted normally, the log under bootloader is not printed
2. When using your nrftool to download via Bluetooth, the bootloader log is not printed.
3. When downloading through Keil, bootloader can print log normally
How can I make the log of bootloader print all the time.