Hi,
I am relatively new to Kinetis design studio . I am using the mk64fn1m0vll12 microcntroller. I need to debug it using the PE micro multilink. I have set up the debug configuration for the same.
The problem is I am not able to debug the project. I get the error as
Error in services launch sequence
Failed to launch GDB server. Please check that another instance of pegdbserver_console.exe is not running.
I have checked the , there is no pgdbserver running another instance.
I use the JTAG connectivity for debugging . I have attached the debug configuration file.
Kindly help me out with the solution for this problem.
Hi Sanket,
did you check it in the task manager (GDB Client and Server: Unlocking GDB | MCU on Eclipse )?
And check if the arm-none-eabi-gdb is running too (you might kill that one too).
I hope this helps,
Erich