I am planning to start a project using nRF52832 but do not want to buy IAR or Keil as they are expensive, if I use GCC Compiler with SDK then is it possible to debug the code as well or do I need Keil or IAR to use Seggar J Link
I am planning to start a project using nRF52832 but do not want to buy IAR or Keil as they are expensive, if I use GCC Compiler with SDK then is it possible to debug the code as well or do I need Keil or IAR to use Seggar J Link
I myself made a CMake project and use the arm gdb in the terminal without any problems. Just start a gdb server and connect to it using gdb.
I myself made a CMake project and use the arm gdb in the terminal without any problems. Just start a gdb server and connect to it using gdb.