how to open jlink rtt log in SDK12.3 dfu/bootloader_secure/pca10028 example
how to open jlink rtt log in SDK12.3 dfu/bootloader_secure/pca10028 example
Hi,
You can try to use the pca10028_debug project, the logging library is included in the project. If you want to port to the non debug , you can refer to that project to see which files needed, mainly it's Segger RTT file, nrf_log_* files.
Then you enable logging in sdk_config.h file, make sure RTT back end is selected.