CircuitPython version
Description
I believe I have unwillingly discovered an incompatibility between the UF2 images built for STM32F405 boards and TinyUF2. Images produced both locally and downloaded from http://circuitpython.org cannot be flashed via TinyUF2.
This appears to be due to the family ID contained within the UF2 images being different from TinyUF2's expectation. Circuit Python builds use a value of 0x6d0922fa (STM32F407) whilst TinyUF2 is expecting 0x57755A57 (STM32F4).
Additional information
No response
CircuitPython version
Description
I believe I have unwillingly discovered an incompatibility between the UF2 images built for STM32F405 boards and TinyUF2. Images produced both locally and downloaded from http://circuitpython.org cannot be flashed via TinyUF2.
This appears to be due to the
family IDcontained within the UF2 images being different from TinyUF2's expectation. Circuit Python builds use a value of0x6d0922fa(STM32F407) whilst TinyUF2 is expecting0x57755A57(STM32F4).Additional information
No response