-
|
I would like to ask how to convert my compiled bin file into a uf2 file |
Beta Was this translation helpful? Give feedback.
Answered by
pfeerick
Jan 21, 2026
Replies: 1 comment 3 replies
-
|
While it probably is technically possible, why? STM32F2 and STM32F4 radios do not use or understand them, only STM32H7 radios, and when you compile for them, you should be getting a UF2 file. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Are you using the correct PCB type / flags for your radio?
i.e. for the TX15 instead of of
you should be using
From start to finish that would be:
(note: if you ran a cmake command like the one for the TX16S in the build directory and now want to build for a different transmitter type, empty the build directory and start again. i.e. run
rm -R *from within…