STM32F103_MSD_BOOTLOADER icon indicating copy to clipboard operation
STM32F103_MSD_BOOTLOADER copied to clipboard

STM32F103 Mass Storage Device Bootloader

Results 6 STM32F103_MSD_BOOTLOADER issues
Sort by recently updated
recently updated
newest added

Currently, the total size of the mass storage device shows 116MB, from which 115MB are free (according Windows Explorer). It would be better to display the actual sizes: - Total...

It might be very useful to have ability to place/edit some configuration data as file (config.json for example or any other pre-defined name ) Is it possible to do some...

I am currently working on a STM32F1 project, which uses the last 2KB of Flash for an EEPROM emulation. When updating the application using MSD_BOOTLOADER, that last 2KB get overwritten,...

I'm using a mac and I can't flash the device through it. I have to send a file to a Windows laptop and update the firmware through it. It is...

Once the device appears on the macOS system, it will keep writing random data to it and interfere the fw update process.

Hello, I want to encrypt an application using the command "hex_crypt -o dest.hex -i src.hex", exactly as described on your Github Readme [Link]( https://github.com/sfyip/STM32F103_MSD_BOOTLOADER/tree/master/tools/hex-crypt). But the tool immediately stops with...