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

eclipse debug stuck in nrf52832

i am using nrf52832 and programmed it with eclipse by blinky example.. now i have to debug the project , but when i debug the project with the configuration given in tutorial it will stuck in "SEGGER J-Link GDB Server V6.12d - Terminal output channel" in the console ... cannt even run the program.. please help meimage description

Parents
  • I had the same issue, as mikster suggested the problem was the Eclipse Neon IDE. The complete configuration was:

    • Eclipse Neon.2 Release (4.6.2)
    • GNU ARM Eclipse plugin 201606210758
    • GNU Tools for ARM Embedded 4.9 2015q3
    • Segger JLink Software V612d

    It used to work for some time, then stopped running/debugging (hanging on "Launching: Configuring GDB", the console output the same like sajin's) for some reason that I was unable to find. Switching to Eclipse Mars solved the problem.

Reply
  • I had the same issue, as mikster suggested the problem was the Eclipse Neon IDE. The complete configuration was:

    • Eclipse Neon.2 Release (4.6.2)
    • GNU ARM Eclipse plugin 201606210758
    • GNU Tools for ARM Embedded 4.9 2015q3
    • Segger JLink Software V612d

    It used to work for some time, then stopped running/debugging (hanging on "Launching: Configuring GDB", the console output the same like sajin's) for some reason that I was unable to find. Switching to Eclipse Mars solved the problem.

Children
Related