Hi -
I'm using an nRF52840-DK with Segger IDE and if necessary, Gcc on a Macbook Pro. I have many years of embedded experience, but an new to the Nordic world. I'm able to run code on the DK and Segger without any problems and have the nordic command line tools installed. I'm trying to use the DK to program and debug the Thingy52, and that's where I'm running into problems and some confusion when searching reading through these archives, as some of the tools and techniques mentioned in the answers appear to be out of date. Here's what I'd like to do. It's probably something that many, many other folks would like to do as well:
- Build, load, run and debug the Thingy App on the Thingy device using Segger IDE. Is it possible to do this without a huge amount of effort?
- If I can't do (1) using Segger, next best would be to compile using Gcc + Make + the NRF command line tools.
- Regardless of whether (1) or (2) are used to load and run code on Thingy, I need to see the debug logs showing up on a console somewhere. How do I make that happen?
Can someone give me the latest and greatest answers for these? Thanks - much appreciated!