Hi Everyone,
I am new to Freescale micro controllers. I am planning to use FreeScale Kinetis controllers in our product (commercial). I am graduate from the university. I might ask few silly questions but please bear with me.
I am using FRDM-K22F board, which has MK22FN512VLH12 MCU - 120 MHz, 512 KB flash memory, 128 KB RAM. I installed KDS and KSDK on my machine. I am running Windows 8-64 bit version. I have installed Jlink Segger firmware for OpenSDA so that I can debug.
When I build the code, everything works fine and the code gets built properly. When I try to enter debug mode, few times, things work fine and I successfully enter debug mode. But few times i get error -
" Error in services launch sequence
Starting J-Link GDB Server timed out. "
I have attached the image of the error. I have no clue why this error is coming. Please help me.
Solved! Go to Solution.
Hi Vishal,
there is a timeout value you can use for launing the GDB server:
Please try to increase that zero value e.g. to 10, 100 or higher (I believe it it is in ms).
I hope this helps,
Erich
Hi Vishal,
there is a timeout value you can use for launing the GDB server:
Please try to increase that zero value e.g. to 10, 100 or higher (I believe it it is in ms).
I hope this helps,
Erich
Hello Vishal,
(1) Please check whether here configure right :
(2) Plea create a simple project on KDS ,then debug , have a test , check whether it can work well .
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Alice,
1. I have the setting as you mention it.
2. I have a very simple project just to toggle LED on the board.
I moved from Jlink Segger debugger to PEMicro debug interface and things work fine with this completely.
Hi Alice,
Please see the post carefully. Sometimes I enter debug mode and everything works fine. I get this error only few times. So its not prob with JLINK.