Hello,
I am using the Power Profiler Kit connected on top of an NRF52840-DK
I am using IAR and using IAR's J-LINK plugin to program/debug an application on the DK. However, if the PPK is attached to the DK, then I find that when I attempt to reflash my target firmware from IAR, the target firmware is *not* written to my target (the CPU on the DK) but is instead written to the CPU on the PPK!
Is there something I need to change in my programming flow to make this work?
Currently, if I want to reflash my target firmware, I have to:
1. Close the Power Profile app (or at least 'close device')
2. Unplug USB cable from the DK
3. Physically remove the PPK from the DK
4. Plug the USB cable back into the DK
5. Reflash the target FW
6. Unplug USB cable from the DK
7. Physically re-attach the PPK to the DK
8. Plug the USB cable back into the DK
All the switches on the PPK are in the 'DK' positions, as per the setup instructions.
Thanks!