WeACTSTM32H723VGT6 firmware.dfu request #17402
-
I was using a special Could you post a Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi I unarchived the repo and updated it to suit the newest version of micropython. You can just use this to build you own firmware. Note when I comment stuff like:
It will not necessarily cause troubles when you make the peripheral available to use, it's just a indicator for ppl using this config file to keep that in mind, to not use these peripherals at the same time. And if you do something like: #define MICROPY_HW_UART_REPL PYB_UART_3 Then uart_3 will be in use no matter what unless you specifically disabled it using micropython, so.. choose these wisely. Greetings. |
Beta Was this translation helpful? Give feedback.
-
Thank you for doing this, really appreciate it. Kind regards, |
Beta Was this translation helpful? Give feedback.
Hi
I unarchived the repo and updated it to suit the newest version of micropython. You can just use this to build you own firmware. Note when I comment stuff like:
It will not necessarily cause troubles when you make the peripheral available to use, it's just a indicator for ppl using this config file to keep that in mind, to not use these peripherals at the same time.
And if you do something like:
Then uart_3 will be in use no matter what unless you specifically disabled it using micropython, so.. choose these wisely.
Greetings.