You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check assignment of pins in software and board match
Are you using a USB keyboard through PS2 adapter ?
IF so get a native PS2 keyboard as USB keyboards draw too much current often with external power on your board causing MCU and/or keyboard resets
Has your board been tested to work with keyboard check the Readme file see Readme.md
Have you turned on ALL compiler warnings as shown in the Readme file see Readme.md
If when sending data to the Keyboard (e.g. LEDs) the application locks up, you have an interrupt issue try using PS2_CLEAR_PENDING_IRQ in PS2KeyAdvanced.h for your board/architecture
If you are sure your board has been tested ask questions here.
If your board has NOT been tested you may want to check how to add your own support and need to do various interrupt tests by sending commands to the keyboard like LEDs, see Porting.md
The text was updated successfully, but these errors were encountered:
When your board does not work with Library
PS2_CLEAR_PENDING_IRQ
in PS2KeyAdvanced.h for your board/architectureIf you are sure your board has been tested ask questions here.
If your board has NOT been tested you may want to check how to add your own support and need to do various interrupt tests by sending commands to the keyboard like LEDs, see Porting.md
The text was updated successfully, but these errors were encountered: