Is it possible to implement USB CDC using Kinetis SDK?

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

Is it possible to implement USB CDC using Kinetis SDK?

839 Views
b51427
NXP Employee
NXP Employee

Hi everybody,

I can't find KSDK component for USB CDC class in the components library. Is it possible to implement USB CDC using KSDK?

Thanks

Tags (5)
0 Kudos
3 Replies

593 Views
ivadorazinova
NXP Employee
NXP Employee

Hello Muhammad Saad Nawaz,

yes, it is possible. You can create own component with using Processor Expert Software: CDE|Freescale (Component Development Environment) and inheritance (e.g. you can heritage fsl_usb_descriptors component).

For more details please see

KDS_3.0.0\eclipse\ProcessorExpert\Help\CDE_Getting_Started_Guide.pdf

KDS_3.0.0\eclipse\ProcessorExpert\Help\CDE_RTOS_User_Guide.pdf

KDS_3.0.0\eclipse\ProcessorExpert\Help\CDE_User_Guide.pdf

I hope this helps,

Iva

0 Kudos

593 Views
b51427
NXP Employee
NXP Employee

Hi Iva,

I see fsl_usb_descriptors and fsl_usb_framework components in KSDK 1.2 but no device class component for USB CDC. Is there a already developed component available for it?

Regards,

Saad

0 Kudos

593 Views
ivadorazinova
NXP Employee
NXP Employee

Hello Saad,

unfortunately no. There is no USB CDC support.

Have a nice day!

Iva

0 Kudos