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

Stepping through nRF Mesh Bootloader code in Segger Embedded Studio

Has anyone been able to successfully setup a Segger Embedded Studio project to step through the Bootloader included in the nRF5 SDK for Mesh (https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v3.2.0/md_mesh_bootloader_README.html)?

I'm looking at adding some functionality in the bootloader to verify that the application firmware is not corrupted (via CRC32 check) before attempting to launch it. However, it seems fairly challenging to debug the bootloader without any sort of capability to step through the instructions in Segger. Am I missing something?

Related