Following the instructions on http://leaflabs.com/docs/bootloader.html:
C:\Python27\python.exe stm32loader.py -p COM5 -evw maple_RET6_boot.bin
Bootloader version 22
Chip id `['0x4', '0x10']'
Write 256 bytes at 0x8000000
Write 256 bytes at 0x8000100
Read 256 bytes at 0x8000000
Read 256 bytes at 0x8000100
Verification OK
For some reason it only wrote 512 bytes of the file(I downloaded the pre-compiled binary from the website)...any idea what would cause this?
I'm using WindowsXP, Python 2.7, py-serial 2.6, and have the Maple Rev5 board.