Skip to content

HID upload for F0 variants #1447

Closed
Closed
@geraldjust

Description

@geraldjust

Hi, I saw from Here: #1000
you were able to crack a way to flash the firmware using the stock bootloader with a F070. I'm trying to use this: https://github.com/aroerina/STM32_HID_Bootloader_F0
which does the same thing as copying the Vector into ram since it does not have a VTOR register. it seems that i only had to modify the script.ld so make flash and sram to work per the example. Then copy over in main program before HAL_INIT(). I've been trying to get this to work with the stm32duino but have been running into a brick wall. Is there any way you can help me? i got some pointers from the forum on were to place it but it does not seem to work. Weird thing is that it works just fine in cubeIDE.

Activity

fpistm

fpistm commented on Jul 15, 2021

@fpistm
Member

Hi @geraldjust
Issue is for reporting error not request support. Moreover you already create a topic on this on the forum.
https://www.stm32duino.com/viewtopic.php?f=58&t=1180

geraldjust

geraldjust commented on Jul 15, 2021

@geraldjust
Author

Sorry though here i might be more promising to get someone who could help, Thanks!

fpistm

fpistm commented on Jul 15, 2021

@fpistm
Member
locked and limited conversation to collaborators on Jul 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    question ❓Usually converted as a discussion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      HID upload for F0 variants · Issue #1447 · stm32duino/Arduino_Core_STM32