I get a debugging issue in KDS, although I had read a lot of documents from Freescale, but I still don't know how to solve it.
Here is the issue information. What should I do? Thanks in advance.
- OS: Ubuntu Desktop 14.04 LTS (64 bit)
- Kinetis Design Studio 3.0.0 IDE
- Board: FRDM-KL25Z
- Debugging step:
1. Open the "Hello World" demo project from SDK. (Path: KSDK_1.3.0/examples/frdmkl25z/demo_apps)
2. Build the project successfully.
3. Open "Debug Configurations", choose "GDB PEMicro Interface Debugging" / "hello_world_frdmkl25z debug pne"
4. Click "Debug" button
5. "P&E Connection Assistant" dialog appears, as below:
First thing to check: have you loaded the P&E debug firmware on your board? Because the board comes from the factory without the ability to debug, you need to load the correct firmware first: Illustrated Step-by-Step Instructions: Updating the Freescale Freedom Board Firmware
I hope this helps,
Erich
Hi Erich
Your help is so useful to me, I installed the P&E debug firmware according to the "IIIustrated Step-by-Step Instructions", now can debug properly.Thank you for your help.