-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial Bootloader for STM32F303CCT6 and compatibility with Arduino #23
Comments
I've done extensive searching about this in the past and AFIK.. there is no similar bootloader for any other STM32 device apart from the STM32F1. There are other bootloaders for the F1, including the new HID bootloader written by @bootsector, but its written using the hardware CMSIS, porting would require register level knowledge of the F3 |
@rogerclarkmelbourne, I've mailed you about this. |
@rogerclarkmelbourne, I've checked the STM32F303 Reference Manual and it does use the same USB macrocell being used by the STM32F103. Assuming one replaces the CMSIS files with the F3 ones and adjust the code accordingly, it should be fairly easy to port the HID bootloader to the F3 series. |
You don't need to install a bootloader for the f303c: it comes with a USB DFU bootloader built-in. Just use BOOT0 to activate it, and you can use dfu-util to upload. |
Wish to make a blue-pill like dev board, but feeling lost as I failed to find any maple-like bootloader for STM32F303CCT6 that can be uploaded via serial. Requesting your assistance/guidance to make such dev-board..
Please guide me to suitable Arduino Core repo for 303CC and most importantly, maple-like bootloader (if any)
Regards.
The text was updated successfully, but these errors were encountered: