STM32 USB bootloader error on Arduino IDE

Hi,
I'm trying to load the USB bootloader on my STM32 blue pill, but am getting an error while uploading the sketch of a simple blink (in built LED). Have attached a screenshot of the error message along with the error report log for reference.

Environment used:

Any suggestions or help would be appreciated. Thanks and have a nice day!


hs_err_pid7848.log (44.8 KB)

I don't think you are doing the same as in the article. in the article they use Arduino IDE 1.8.15 and your screenshot shows Arduino IDE 2.0.0

1 Like

Yes, downgrading to 1.8.15 worked, although I'm not sure why it doesn't work with an updated version of Arduino IDE.

2.0.0 is not a simple update, but a more or less complete redesign of the IDE. Libraries and cores that were compatible with V1.x.x need to be checked and/or adapted for compatibility with V2.x.x by their maintainers.
And since V2 has quite a bit of pending things that still need to be implemented (e.g. portable installation) I can imagine this is going to take a while.
I will stick to V1 for the for the foreseeable future, until V2 is complete.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.