Search found 4 matches
- Tue Jul 13, 2021 11:01 pm
- Forum: STM32 HID bootloader
- Topic: HID bootloader for STM32F0 series
- Replies: 4
- Views: 16757
Re: HID bootloader for STM32F0 series
Dam it did not work. i need to see why. But i discovered that under STM32duino variant for "MALYANMx00_F070CB" also uses a sram offset. but im a little stumped. I will see what else i can do. Does anyone have any suggestions on how this can be done?
- Mon Jul 12, 2021 8:47 am
- Forum: STM32 HID bootloader
- Topic: HID bootloader for STM32F0 series
- Replies: 4
- Views: 16757
Re: HID bootloader for STM32F0 series
Thanks! i will come back to see how it when!
- Mon Jul 12, 2021 8:46 am
- Forum: STM32 HID bootloader
- Topic: Java GUI for HID upload works on mac/win
- Replies: 0
- Views: 12900
Java GUI for HID upload works on mac/win
Hey ! I wanted to share this with you guys. its a GUI for a standalone HID application to upload new firmware:
https://github.com/geraldjust/GUI_HID_uploader
Runs on Processing from Processing.org . With controlP5 as the GUI, and a hidAPI wrapper for java. Works on mac or windows (have not tested ...
https://github.com/geraldjust/GUI_HID_uploader
Runs on Processing from Processing.org . With controlP5 as the GUI, and a hidAPI wrapper for java. Works on mac or windows (have not tested ...
- Mon Jul 12, 2021 7:01 am
- Forum: STM32 HID bootloader
- Topic: HID bootloader for STM32F0 series
- Replies: 4
- Views: 16757
HID bootloader for STM32F0 series
Hi there guys! im new but i wanted to ask this question as you guys are more familiar with the arduinos side of the STM32 stuff. I recently wrote a Bootloader for the stm32F0 in HID following losely the example HAL for the F4 platform. managed to use to to flash chips. But hit the brick wall until i ...