Hi Guys
Maybe someone ended up here Googling, so it is useful to explain how I've found a solution to my problems for the HID bootloader and STM32F103RC.
I used a mixed solution: I got the bootloader bin file from the new project of TheKikGen, but I used the Flasher (hidflash) of Serasidis, down I ...
Search found 23 matches
- Fri Jan 29, 2021 2:06 am
- Forum: STM32 HID bootloader
- Topic: HID bootloader and STM32F103R
- Replies: 3
- Views: 19169
- Wed Jan 27, 2021 8:48 am
- Forum: STM32 HID bootloader
- Topic: HID bootloader and STM32F103R
- Replies: 3
- Views: 19169
Re: HID bootloader and STM32F103R
You should post the issue on Vassilis github site: https://github.com/Serasidis/STM32_HID_Bootloader
Hi Steve, I'll do it. I was thinking maybe other people didn't have this problem, and I've seen in Roger Clark core the hid_bootloader.ld file is already inside the variant STM32F103C8T6, but ...
- Wed Jan 27, 2021 7:26 am
- Forum: STM32 HID bootloader
- Topic: HID bootloader and STM32F103R
- Replies: 3
- Views: 19169
HID bootloader and STM32F103R
Hi Guys
I'm using Roger Core
I've used Serasidis Bootloader on Roger Clark's core and it was working great on 103c8t6... now I've tried to use on STM32F103RCT6 and there are problems that I cannot fix... (STM32 HID Bootloader 2.1.0)
I tried to add an edited hid_bootloader file to ....\STM32F1 ...
I'm using Roger Core
I've used Serasidis Bootloader on Roger Clark's core and it was working great on 103c8t6... now I've tried to use on STM32F103RCT6 and there are problems that I cannot fix... (STM32 HID Bootloader 2.1.0)
I tried to add an edited hid_bootloader file to ....\STM32F1 ...
- Thu Nov 05, 2020 9:07 am
- Forum: General discussion
- Topic: Float To String - Flash memory consumption
- Replies: 5
- Views: 9750
Re: Float To String - Flash memory consumption
Hi Guys
Pstring is nice and easy to use, but if you have loops that need to be fast...
*** CORRECTION ***
…. I wrote something wrong, it is fast enough … I just forgot a test delay inside a function... Pstring is OK
Many thanks to who wrote this function
Pstring is nice and easy to use, but if you have loops that need to be fast...
*** CORRECTION ***
…. I wrote something wrong, it is fast enough … I just forgot a test delay inside a function... Pstring is OK
Many thanks to who wrote this function
- Mon Oct 26, 2020 1:37 pm
- Forum: Let us know a bit about you and your projects
- Topic: I'm going PRO. I built myself a Pick & Place machine
- Replies: 4
- Views: 5860
- Sun Oct 18, 2020 1:38 pm
- Forum: Let us know a bit about you and your projects
- Topic: I'm going PRO. I built myself a Pick & Place machine
- Replies: 4
- Views: 5860
I'm going PRO. I built myself a Pick & Place machine
Hi Guys
I am an Italian in China...
Thanks also to some of you I completed the project in early April... Then I started to produce , but I encountered the usual problem of the self made PCB and soldering...
Few months ago I built myself a PICK & PLACE machine ...
http://www.picksoeasy.com ...
I am an Italian in China...
Thanks also to some of you I completed the project in early April... Then I started to produce , but I encountered the usual problem of the self made PCB and soldering...
Few months ago I built myself a PICK & PLACE machine ...
http://www.picksoeasy.com ...
- Sun Oct 18, 2020 5:30 am
- Forum: STM32 HID bootloader
- Topic: Having a problem with bootloader after uploading code
- Replies: 48
- Views: 180660
Re: Having a problem with bootloader after uploading code
Hi Guys
Thanks also to you I completed the project early April... Then I started to produce , but I encountered the usual problem of the self made PCB and soldering...
Few months ago I built myself a PICK & PLACE machine ...
http://www.picksoeasy.com/images/PSE-20-1.jpg
the results: Nice ...
Thanks also to you I completed the project early April... Then I started to produce , but I encountered the usual problem of the self made PCB and soldering...
Few months ago I built myself a PICK & PLACE machine ...
http://www.picksoeasy.com/images/PSE-20-1.jpg
the results: Nice ...
- Fri Apr 24, 2020 8:12 am
- Forum: Libraries & Hardware
- Topic: EEPROM
- Replies: 4
- Views: 32828
Re: EEPROM
Ah, I think the confusion is because the EEPROM program should really be 2 separate programs...
The program requires the Operator to select the physical uC model: RB, ZE, RE which is really a technology decision.
const char HELP_MSG[] = "Press :\r\n" \
" 0 display configuration\r\n" \
" 1 ...
- Fri Apr 24, 2020 8:08 am
- Forum: STM32 HID bootloader
- Topic: Having a problem with bootloader after uploading code
- Replies: 48
- Views: 180660
FAKE OR NOT FAKE? Probably fake but good enough
Hi Guys
I keep writing here because it is in some way HID- bootloader related...
In the past I bought many Blue and Black pills from different Taobao shops... and they always worked... I was using Roger's USB bootloader, and they never failed me....
But now I'm starting questioning the ...
I keep writing here because it is in some way HID- bootloader related...
In the past I bought many Blue and Black pills from different Taobao shops... and they always worked... I was using Roger's USB bootloader, and they never failed me....
But now I'm starting questioning the ...
- Fri Apr 24, 2020 7:44 am
- Forum: STM32 HID bootloader
- Topic: Having a problem with bootloader after uploading code
- Replies: 48
- Views: 180660
Re: Having a problem with bootloader after uploading code
The HID patch is not needed for Roger's core, you can select the HID upload in the Arduino IDE.
Hi Steve
Thanks
I've tried many combinations of Roger's core releases and Hid Bootloaders..
If I install the last Roger Core one of the HID bootloader is working, but doesn't reboot the board on ...