I waas working with nrf52840dk sdk15.3.0 and pca10056 now I would like to migrate my code to nrf52840 dongle with pca10059 aht changes should I do ?
and how can I debug the nrf52840 dongle?
I waas working with nrf52840dk sdk15.3.0 and pca10056 now I would like to migrate my code to nrf52840 dongle with pca10059 aht changes should I do ?
and how can I debug the nrf52840 dongle?
Have you seen this:
aht changes should I do
The chips are the same - it is only the physical pin usage that differs.
You will have to look at the schematics of the dongle to see what pins are "occupied".
how can I debug the nrf52840 dongle
You would have to fit a debug connector, then you can use the J-Link on the DK, or a standalone J-Link or, if your IDE supports it, some other suitable debug probe.
See the Dongle documentation for details.
Have you seen this:
aht changes should I do
The chips are the same - it is only the physical pin usage that differs.
You will have to look at the schematics of the dongle to see what pins are "occupied".
how can I debug the nrf52840 dongle
You would have to fit a debug connector, then you can use the J-Link on the DK, or a standalone J-Link or, if your IDE supports it, some other suitable debug probe.
See the Dongle documentation for details.