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

Debugging MCUboot in SES

Hi

My requirement is to upgrade the application firmware on the nRF52840-DK from another processor using SPI interface, and I am trying to understand the code to plug-in SPI interface. For that, I need to debug the code and perform step by step operation and someone help me to explain the functions called. I am really interested to understand the following.

1. How to debug the MCUboot code?

2. boot_console_init()

3. boot_serial_start()

4. bs_upload() and cbor_   functions

5. boot_go() and do_boot()

6. sequence of these functions because I am not understanding it completely.

Thanks,

Ram

Related