Small update:
Initial implementation of SET_IDLE is ready, most likely there are some issues, can't test it now but looks like it works in Mac OS in VMware.
Suspend and resume, as far as I can test it in Linux, Windows and BIOS, works fine. MCU enters low-power state, can wakeup a PC on a keypress ...
Search found 6 matches
- 24 Dec 2013, 22:52
- Forum: Workshop
- Topic: STM32 keyboard controller
- Replies: 10
- Views: 13136
- 14 Dec 2013, 22:54
- Forum: Workshop
- Topic: STM32 keyboard controller
- Replies: 10
- Views: 13136
Found one more board, probably the best one out there - compatible (same MCU), small size and open hardware.
Not tested, but should work.
LeafLabs Maple Mini There are blue-colored ("non-original", I suppose) boards on ebay and aliexpress.
Not tested, but should work.
LeafLabs Maple Mini There are blue-colored ("non-original", I suppose) boards on ebay and aliexpress.
- 13 Dec 2013, 21:12
- Forum: Workshop
- Topic: STM32 keyboard controller
- Replies: 10
- Views: 13136
- 08 Dec 2013, 12:56
- Forum: Workshop
- Topic: STM32 keyboard controller
- Replies: 10
- Views: 13136
- 08 Dec 2013, 11:13
- Forum: Workshop
- Topic: STM32 keyboard controller
- Replies: 10
- Views: 13136
The first problem with this is that the project relies heavily on ST libraries now (for simplicity and readability - almost no direct register programming), license limits their usage only with ST microcontrollers. The second - K20, while being ARM, has different peripheral programing interfaces. It ...
- 07 Dec 2013, 23:30
- Forum: Workshop
- Topic: STM32 keyboard controller
- Replies: 10
- Views: 13136
STM32 keyboard controller
Hi, I'm working on a keyboard controller based on STM32 MCU.
STM32 is a microcontroller family based on 32bit Contex-M3 CPU, it supports various peripherals, has lots of GPIO pins and more RAM than most megaAVR MCUs.
Here are some advantages and disadvantages of STM32F103C8 compared to generic ...
STM32 is a microcontroller family based on 32bit Contex-M3 CPU, it supports various peripherals, has lots of GPIO pins and more RAM than most megaAVR MCUs.
Here are some advantages and disadvantages of STM32F103C8 compared to generic ...