9 years, 5 months ago.

Usb device support of FRDM-K20D50M

I have tried the example for FRDM-K20D50M. It looks like the related code(USB device support) does not support FRDM-K20D50M yet. Will you add FRDM-K20D50M USB device support?

Question relating to:

This has just been fixed in the USBDevice files on github, so by the time anyone reads this it should also be fixed in the official lib here.

posted by Erik - 19 Nov 2014

1 Answer

9 years, 5 months ago.

In this file: http://developer.mbed.org/users/mbed_official/code/USBDevice/file/4d3e7f3d5211/USBDevice/USBEndpoints.h, and this file: http://developer.mbed.org/users/mbed_official/code/USBDevice/file/4d3e7f3d5211/USBDevice/USBHAL_KL25Z.cpp, replace K20D5M with K20D50M (there was a change of names since initially there was some confusion, apparantly it was never done in the USBDevice code, and yep that also should be changed in the official version, but this way you can continue).

Accepted Answer