diff --git a/hw/bsp/versiboard2/README.md b/hw/bsp/versiboard2/README.md new file mode 100644 index 0000000..a9e21f2 --- /dev/null +++ b/hw/bsp/versiboard2/README.md @@ -0,0 +1,3 @@ +To deploy on versiboard2 you will need to use an external programmer such as blackmagic probe or JLink. + +If you are using the .bin file in the `release_images` directory then a command like `loadfile versiboard2-tinyuf2.bin 0x60000000` should do the trick. diff --git a/src/msc.c b/src/msc.c index 263b6fc..2e08a15 100644 --- a/src/msc.c +++ b/src/msc.c @@ -295,7 +295,7 @@ int32_t tud_msc_write10_cb(uint8_t lun, uint32_t lba, uint32_t offset, uint8_t* if (write_state.numWritten >= write_state.numBlocks) { board_flash_flush(); - reset_millis = board_millis() + 30; + reset_millis = board_millis() + 100; } } } else {