First off I'm new to bringing up hardware on our team. I know very little about USB or what I'm trying to do but luckily it is simple enough I don't think I'll need to know to much.
I need help finding resources or examples on creating USB HID Keyboard device using the MKL25Z64VLK4.
I have installed the USB Stack 4.1.1 and imported the components. Found the examples in the USB Components directory, but only see mouse examples.
My needs are pretty basic. I'm reading data coming in on the UART0 lines and need to forward that data out the USB HID Keyboard connection as if the keys were pressed related to the characters I'm reading.
If there are any recourses for learning the USB Device Stack, Processor Expert, or what I'm trying to do please feel free to recommend them as well.