HID Keyboard example ported to GCC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-14 5:19 AM
''an HID keyboard example for the GCC compiler''
How would that differ from an HID keyboard example for any other compiler?A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-15 5:24 AM
/8dd76e0f
?
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-16 5:37 PM
Thank you. I'll take a look at that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-16 5: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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-01-16 5:51 PM
Actually, I just noticed that the link is for a host implementation of mouse/keyboard.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
A complex system designed from scratch never works and cannot be patched up to make it work.
