Can you use GDB for your app code if soft device was merged in the final hex?
Can you use GDB for your app code if soft device was merged in the final hex?
GDB doesn't read the hex file, it's only used for uploading the code to the chip, so if you have GDB issues, it has nothing to do with merged hex files.
GDB doesn't read the hex file, it's only used for uploading the code to the chip, so if you have GDB issues, it has nothing to do with merged hex files.