Hello all!
I have an active and operational project working with MK60F12, bur now I want to implement an USB port to perform serial communications in a similiar way to UART (with USB COM I would not have to have all wiring).
I have the USB port soldered to my development board, but I can't find information on how to implement the necessary code, enable necessary microncontroller pins, etc.
The only information that I have found is:
https://www.keil.com/pack/doc/mw/USB/html/dev_cdc_tutorial.html
I have on my possesion the following files:
- VirtualCOM.c
- USBD_User_CDC_ACM_UART_0.c and .h
- USBD_Config_CDC_0.h
But I don't know if it will work for the MK60F12 or is it exportable to my project.
Thank you very much in advance!