This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Program the pca10059 with pca10056

So, currently I utilize DK's to program and debug both pca10040 and pca10056 utilizing a custom shield that plugs into any of the nRF52 DKs. The programming and the debugging utilize the SWDIO, the SWCLK, and the segger firmware. I am having a little difficulty with the pca10059, which is the nRF52840 USB Dongle. I want to use the hardware as is with the pca10056 projects. I have cut the D- and D+ traces from the dongle and can get the DK, the shield and the nRF52840 to communicate and erases the the chip but can not flash. I utilize the armgcc tool chain to develop and random text editors to edit or create .c files as well as the makefile. The tool chain gives the error 33 when attempting to flash. It suggests I send along the log.log file for the error that may have occurred when flashing.

Question: In my process is there anything glaringly wrong trying to utilize the USB dogle nRF52840 hardware with the pca10056 examples in the SDKs?

Question: where would I find the log.log file?   

Parents
  • I have tried another dongle with only the SWDCLK and SWDIO hardware edits, the original board also has a piggyback of a voltage regulator and an inertial sensor. I attempted to program the ble_app_blinky example from the SDK15 onto the second dongle with success. I suspect the piggyback is affecting the programming of the original dongle.

Reply
  • I have tried another dongle with only the SWDCLK and SWDIO hardware edits, the original board also has a piggyback of a voltage regulator and an inertial sensor. I attempted to program the ble_app_blinky example from the SDK15 onto the second dongle with success. I suspect the piggyback is affecting the programming of the original dongle.

Children
No Data
Related