I have been working using the VisualGDB with the Nordic SDK, so I am ready to jump with my code to a production status, but I am missing something because I could not find my .hex files, the only way I am able to Flash my devices is using VisualStudio, I would use hex files with Nrfstudio or nrfprog instead of VisualStudio.
Could someone give a hand with this possible trivial issue?
You can enable the .hex file generation via the Build Settings page of VisualGDB Project Properties (for GNU Make projects) or via the “Embedded Project” page of VS Project Properties (for MSBuild-based projects). Once enabled, the .hex file will be placed in the same directory as the .bin file.