Hi all,
I am trying to implement a USB hid keyboard on my Tiva C series controllers. I am using one of the sample code given for TM4C123H6PZ and I am facing some problems with it.
1: When my controller is busy in stuff like reading adc and other stuff and when I press the key the interrupt is very slow and also in the keyboard callback function in HID key release case is called very slowly.
2: But when controller is not busy with other work it works fine and normal.
What should I do.
Regards Sagar