2013-01-13 12:52 PM
Hi guys,
I have been looking for an HID keyboard example for the GCC compiler. I love this STM32 microconroller so far due to the ability of having configurable endpoints. I have the Olimex STM32-H103 board. Would you be kind enough to share your keyboard example? or provide me a link? Has the mouse example been ported to GCC? Have a link? Thank you.2013-01-14 05:19 AM
''an HID keyboard example for the GCC compiler''
How would that differ from an HID keyboard example for any other compiler?2013-01-15 05:24 AM
/8dd76e0f
?
2013-01-16 05:37 PM
Thank you. I'll take a look at that.
2013-01-16 05:38 PM
''
How would that differ from an HID keyboard example for any other compiler?''
In a number of small ways: some compilers have special keywords and defines that are specific for them; sometimes, porting is trivial; sometimes not.Thanks.2013-01-16 05:51 PM
Actually, I just noticed that the link is for a host implementation of mouse/keyboard.
2013-01-16 11:40 PM
''I just noticed that the link is for a host implementation of mouse/keyboard''
You didn't state whether you wanted host or device - or both.