Hi Arpruss,
Thanks for the pointer.
As the project was for an event mid November, I've found a quick & dirt solution: I have map myself an AZERTY keyboard over the QWERTY template I've found. Just modify the output code with a translate table.
The major issue was the need of the key "Alt Gr" to ...
Search found 7 matches
- Tue Dec 27, 2022 4:19 pm
- Forum: General discussion
- Topic: USBComposite and keymapping
- Replies: 3
- Views: 7811
- Tue Oct 25, 2022 6:34 pm
- Forum: General discussion
- Topic: USBComposite and keymapping
- Replies: 3
- Views: 7811
USBComposite and keymapping
Hi,
USBComposite is working like a charm to simulate a keyboard.
But, how to deal with key-mapping ?
On my test machine I have a french keyboard (AZERTY) and a "Keyboard.press('a');" give a "q".
Is there a way to deal with this problem ?
Cheers,
Phil
USBComposite is working like a charm to simulate a keyboard.
But, how to deal with key-mapping ?
On my test machine I have a french keyboard (AZERTY) and a "Keyboard.press('a');" give a "q".
Is there a way to deal with this problem ?
Cheers,
Phil
- Mon Aug 29, 2022 11:50 am
- Forum: USB bootloader
- Topic: STM32F1 is it possible to read the flash by DFU?
- Replies: 4
- Views: 14607
Re: STM32F1 is it possible to read the flash by DFU?
All the tests I've done are successful.
I've played with several bootloaders and I can program it with the Arduino SDK.
Sometime I need to do some "connect under reset" to flash it, but I don't remember the exact case.
I've also played with the timing, to keep it in DFU mode, or keep it longer in ...
I've played with several bootloaders and I can program it with the Arduino SDK.
Sometime I need to do some "connect under reset" to flash it, but I don't remember the exact case.
I've also played with the timing, to keep it in DFU mode, or keep it longer in ...
- Wed Aug 10, 2022 1:50 pm
- Forum: USB bootloader
- Topic: STM32F1 is it possible to read the flash by DFU?
- Replies: 4
- Views: 14607
Re: STM32F1 is it possible to read the flash by DFU?
flashing and retrieval probably works, check the options for dfu-util.
it probably works the same for stm32 native usb dfu as well, e.g. the stm32f4xx series.
Yes, that was the right path. Got the flash zone after bootloader by DFU, with dfu-util.
Thanks for the suggestion 8-).
Now I need to ...
- Wed Aug 10, 2022 12:51 pm
- Forum: USB bootloader
- Topic: STM32F1 is it possible to read the flash by DFU?
- Replies: 4
- Views: 14607
Re: STM32F1 is it possible to read the flash by DFU?
Hum, I have some doubt ...
I've flashed the bootloder on a bluepill and here is what dfu-util told me:
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO ...
I've flashed the bootloder on a bluepill and here is what dfu-util told me:
dfu-util 0.11
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO ...
- Tue Aug 09, 2022 10:49 pm
- Forum: USB bootloader
- Topic: STM32F1 is it possible to read the flash by DFU?
- Replies: 4
- Views: 14607
STM32F1 is it possible to read the flash by DFU?
Hello,
I start a spare-time project with some bluepills.
It needs to be managed only by USB. That's the only port exposed from the bluepill.
I was reading the Roger Clark's bootloader source code regarding the DFU features :
https://github.com/rogerclarkmelbourne/STM32duino-bootloader/blob/master ...
I start a spare-time project with some bluepills.
It needs to be managed only by USB. That's the only port exposed from the bluepill.
I was reading the Roger Clark's bootloader source code regarding the DFU features :
https://github.com/rogerclarkmelbourne/STM32duino-bootloader/blob/master ...
- Tue Aug 09, 2022 10:13 pm
- Forum: Let us know a bit about you and your projects
- Topic: Hello
- Replies: 0
- Views: 2685
Hello
Hello everyone,
I've just start a project with a bluepill, mainly collecting data and get them back.
I've start to play with DFU but with no success, so I guess I'll need some helps ...
Best regards,
Phil
I've just start a project with a bluepill, mainly collecting data and get them back.
I've start to play with DFU but with no success, so I guess I'll need some helps ...
Best regards,
Phil