Hi all, I am working on nrf51822 and I need to debug my code through gdb. Please give me suggestion how can I use gdb server and how can connect it to JLink. thanks in advance.
Hi all, I am working on nrf51822 and I need to debug my code through gdb. Please give me suggestion how can I use gdb server and how can connect it to JLink. thanks in advance.
Hello,
You can use JLinkGDBServer to make a link with your debug software ( like DDD on linux )
This command can active your remote server and allow you to debug with DDD :
JLinkGDBServer -If SWD -Speed 4000 -Device Cortex-M4
This command can active your remote server and allow you to debug with DDD :
JLinkGDBServer -If SWD -Speed 4000 -Device Cortex-M4