Configuring SEGGER debugger with boot loader

On our platform we have the following configuration of firmware:

  • Master boot record
  • Boot loader
  • Thread application (compiled separately from the boot loader)

We can currently use the SEGGER debugger to debug the application by only loading that and starting execution inside the application.

We cannot debug some aspects of the overall firmware (notably firmware update) without executing the boot loader.

What do we need to adapt to add the bootloader to a debugging session?

Parents Reply Children
No Data
Related