I have a bootloader running on my NRF51822. It uses a relocated vector map in RAM and jumps to function.
I therefore have two debug files and source code sets.
Does anyone know how I can setup eclipse to use the .out file for the bootcode and jump into the main code when the code does. At the moment I dont even seem to be able to get either working properly.
Before I had the bootloader I could debug single images OK by simply following the Nordic guide on debugging with eclipse.