Hi,
We have an issue with the new nRF52840 DK as a debugger.
Our target board reference design is RAYTAC (Nordic's Third party) Eval Board:
And we are using the same nRF module in our application.
We had a pair of nrf52840 DKs and we just purchased two more. We are using the DKs as jlink debuggers.
Until now, we had 2 of the nRF52840 DK PCA10056 Ver 2.0.1 and we managed to debug the code with segger embedded studio easily.
But now, with new purchased nRF52840 DK PCA10056 Ver 3.0.0 debug is not working (both kits). It seems like jlink usb drivers are ok in the Win10 Device manager.
We are facing a simillar issue like in this case:
devzone.nordicsemi.com/.../nrf-52840dk-debug-out-on-board-version-3-0-0-not-working
Yet, with a major difference: our target board runs/outputs a VCC=3.3V.
So, to make sure that there is nothing wrong with our target board, we tried to run debugging on RAYTAC (above mentioned) as a target board connected to "Debug out" connector of nRF52840 DK which is used as the debugger, and we got the same results: 2.0.1 is working but 3.0.0 is not working. See photo:
We also tried to upgrade the interface MCU firmware, but the jlink configurator messaged that no firmware upgrade is required:
OS: Windows 10
Segger Embedded Studio: V6.20a
Jlink V7.58b
Additional info:
When the 3.0.0 nRF52840 DK is connected to RAYTAC eval board and i run: nrfjprog --deviceversion i get:
C:\Users\SDSI5>nrfjprog --deviceversion
NRF52840_xxAA_REV2
But as i disconnect the jlink cable between the two i get:
C:\Users\SDSI5>nrfjprog --deviceversion
NRF51xxx_xxAA_REV1
Can you please help me understand what is wrong here?
Regards,
Gil