mmoskal/uf2-stm32f

The uf2(makecode arcade) is too large and USB mass storage can't open

Closed this issue · 5 comments

Hello!
I'm using stm32f411CEU6 and this board I flash bootloader.bin(MVD12) in 0x08000000.I found a new USB mass storage named likes "Arcade-F4" but I can't open.

i try to flash .uf2(download from arcade.makecode.com),i found every .uf2 is greater than 512k, i can't flash.

How to run the makecode arcade game? thank.

i try to
python .\uf2conv.py .\arcade-a.uf2
and i get the flash.bin(287kb), and i flash in APP_LOAD_ADDRESS(0x08010000)
the screen is white, what address is right?Thank

UF2 files are generally 2x the size of the actual binary. You should be able to just drop the file on the ARCADE-F4 drive. Are you getting some messages from operating system? Did you try a different computer? You should just be able to open the drive.

Loading at 0x08010000 should also work fine.

Can you connect gdb and send me dump of all RAM when it displays the white screen? There's an area where some logs are so they might be useful.

win7 is work fine,thank!

Which operating system did you try before?