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

52832 DK to 52840 Dongle migration help

I have some code that runs on the 52832 DK and I'd like to migrate it to the 52840 dongle, but I'm not sure what I need to do to accomplish that. I changed the memory locations a bit, changed some defines in the linker and everything compiled and seems to have flashed OK, but the dongle doesn't appear as a USB device when it's running my app. The dongle works when I flash the connectivity hex file.

My app is a combination of the multilink example from the SDK (15.0.0) and the Thingy to nRF example from here: https://github.com/crfosse/Thingy-52-to-nRF52xx It connects to multiple Thingy:52 devices, receives their environment data and writes it to the host PC over USB serial. It compiles and runs as expected on the DK.

I'm running SDK 15.0.0, with S132 6.0.0. I also changed to S140 6.0.0 when I flashed to the dongle, but it didn't seem to make a difference.

What do I need to do to get my app to work on the dongle?

Thanks!

Parents Reply Children
Related