My environment for this is
- Ubuntu 14.04
- ecipse Mars2
- ble_app_uart project of Nordic SDK11(makefile project)
- armgcc
- nRF52 PCA10040 Nordic board
ERROR : GDB closed TCP/IP connection
what should i do to solve this?
My environment for this is
ERROR : GDB closed TCP/IP connection
what should i do to solve this?
Hi you are using normal gdb that wont work with embedded devices. It just works when you debugging code running on your PC.
you should use arm-none-eabi-gdb.
Please go through this blogpost. Also you need to change one more thing. you need to change the executable to arm-none-eabi-gdb as below
yes, now the issue has been solved. Thanks for the help Aryan.
yes, now the issue has been solved. Thanks for the help Aryan.