CMSIS and FRDM KL03Z

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CMSIS and FRDM KL03Z

Jump to solution
569 Views
umlengineer
Contributor I

Hi,

I have a FRDM-KL03Z that I am trying to get up and running with KDS 3.0.  I used the SDK Builder to create an appropriate SDK and I pulled in the Hello World Demo App. The code compiles but I am unable to run it in debug.  When I do I get the following error:

 

Open On-Chip Debugger 0.8.0-dev (2015-01-09-16:22)
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.sourceforge.net/doc/doxygen/bugs.html
Info : only one transport option; autoselect 'cmsis-dap'
Error: unable to open CMSIS-DAP device
Error: unable to init CMSIS-DAP driver
Error: Error selecting 'cmsis-dap' as transport
Runtime Error: C:/Freescale/KDS_v3/openocd/bin/..//scripts/kinetis.cfg:3:
in procedure 'script'
at file "embedded:startup.tcl", line 58
in procedure 'interface' called at file "C:/Freescale/KDS_v3/openocd/bin/..//scripts/kinetis.cfg", line 3

 

I am attempting to run this on a Windows 10 PC and in Device Manager I see OpenSDA - CDC Serial Port (http://www.pemicro.com/opensda)

 

Thanks!

Tags (2)
0 Kudos
1 Solution
445 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Evan,

It seems that you are using the incorrect connection, since your board has the P&E OpenSDA you need to select the corresponding GDB PEMicro Interface debugging Connection:

pastedImage_1.jpg

Hope it helps!

Best Regards,
Carlos Mendoza
Technical Support Engineer

View solution in original post

1 Reply
446 Views
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Evan,

It seems that you are using the incorrect connection, since your board has the P&E OpenSDA you need to select the corresponding GDB PEMicro Interface debugging Connection:

pastedImage_1.jpg

Hope it helps!

Best Regards,
Carlos Mendoza
Technical Support Engineer