Hi guy,
I have a board FRDM-KL05Z, I just try to build and debug, but it doesn't work and gave me the message :" Can't connect. No suitable USBDM debug interface was located(ARM GDI Protocol Adapter)"
Is there anyone tell me the reason ? in the connection i choose USBDM debug, and OpenSDA.
I think do should i buy a debugger/programmer from P&E such as USB Multilink Universal All-In-One Development Interface, then re-configure in Run->Run configuration, and Edit connection style,
your response will be highly appreciate.
Thanks,
Minh
已解决! 转到解答。
Hi Nguyen,
You have several choices for how to program the FRDM boards:
P&E's OpenSDA based debugger:
This is the one that is included standard in Freescale's software. You can follow the quick start guide that comes with the board or download the quick start package:
http://cache.freescale.com/files/32bit/software/board_support_packages/FRDM-KL25Z_QSP.zip
USBDM
This is an open source interface which you need to install separately. From the error message you provided it is likely that you have installed the USBDM software but have not installed the firmware on the board. See if this page helps (you don't need to do the hardware changes unless you want to program an external board. Follow the instructions from Installing USBDM firmware on FRDM-KL25Z: You can try the stand-alone programmers to check the board operations.
USBDM: Setting Up the FRDM-KL25Z
CMSIS (I haven't actually used it)
There's lots of useful information at:
MCU on Eclipse | Everything on Eclipse, Microcontrollers and Software
bye
Hi Nguyen,
You have several choices for how to program the FRDM boards:
P&E's OpenSDA based debugger:
This is the one that is included standard in Freescale's software. You can follow the quick start guide that comes with the board or download the quick start package:
http://cache.freescale.com/files/32bit/software/board_support_packages/FRDM-KL25Z_QSP.zip
USBDM
This is an open source interface which you need to install separately. From the error message you provided it is likely that you have installed the USBDM software but have not installed the firmware on the board. See if this page helps (you don't need to do the hardware changes unless you want to program an external board. Follow the instructions from Installing USBDM firmware on FRDM-KL25Z: You can try the stand-alone programmers to check the board operations.
USBDM: Setting Up the FRDM-KL25Z
CMSIS (I haven't actually used it)
There's lots of useful information at:
MCU on Eclipse | Everything on Eclipse, Microcontrollers and Software
bye