This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ENABLE LOGS IN SECURE BOOT LOADER EXAMPLE

Hi,

i am doing a project where i am modifying secure uart boot loader,

the problem which i am facing is while debugging into boot loader example i am not able to see the nrf logs,

i am working with nrf52810 soc with sdk 15.3.0 secure boot loader pca10040e_uart example.

please help with this,

thanks. 

Parents
  • Hi,

    We don't have a _debug variant for the pca10040e target because of size constraints, unfortunately. If you have enough flash (depends on the size of your current app image) you can reduce the bootloader start address with 2 flash pages (2*0x1000) and use pca10040_uart_debug project to see which files you need to include to enable logging. Alternatively, you can debug the bootloader on a 52832 if you have access to a 52 DK. 

Reply
  • Hi,

    We don't have a _debug variant for the pca10040e target because of size constraints, unfortunately. If you have enough flash (depends on the size of your current app image) you can reduce the bootloader start address with 2 flash pages (2*0x1000) and use pca10040_uart_debug project to see which files you need to include to enable logging. Alternatively, you can debug the bootloader on a 52832 if you have access to a 52 DK. 

Children
Related