I have run a few sample applications on the FRDM-K22F with success, now I"m moving to my custom board using a MK22FX512VLH12 (has CAN which I need)
I copied code from the Blinky LED sample for the K22F and moved it to my fresh project, edited the code to use my ports PTB0-2 for my boards LED's. flashed the image and played with it for a bit. it worked great.
For my next test, I loaded the K22F Host USB keyboard and mouse demo to the K22F and got it working on the K22F board. I then changed the target MCU to the K22FX512VLH12,
What is the best way to get the USB demo working on my board?
I can't seem to find documentation on the USB operation using the SDK. Any help would be appreciated.