Hello, I'm working on a project about nRF52840, I completed the code with nrf52840 DK board and wrote the code to nRF52840 dongle, but dongle doesn't work.
I changed the gpio declaration part of led to fit the dongle and tried writing the code again, but the result was the same.
As a result of searching, nRF52840 DK is PCA10056 and dongle is PCA10059.
There was no project for pca10059 in the example folder referenced, and I included the header file of my project in another pca10059 project and copied the source code, but there was a build error. Same..)
Is there any good way to convert pca10056 to pca10059?
Thanks.