Upload without Mass Storage enabled, STM32Cube?

Development environment specific, Arduino, Eclipse, VS2013, Em::Blocks etc
Post Reply
DrMN
Posts: 10
Joined: Sun Dec 04, 2022 3:37 pm

Upload without Mass Storage enabled, STM32Cube?

Post by DrMN »

After using stmlink to disable mass storage, the Arduino IDE fails to upload to the board.

In the menua upload method, the options are mass storage or three flavors of STM32CubeProgrammer.

What are these, and how do I add them to my Fedora Linux Arduino 1.8.19 environment?

Thank you
GonzoG
Posts: 403
Joined: Wed Jan 15, 2020 11:30 am
Answers: 26
Location: Prudnik, Poland

Re: Upload without Mass Storage enabled, STM32Cube?

Post by GonzoG »

Those are hardware bootloader upload methods.
SWD - uses ST-Link programmer
Serial - as it says uses serial port (UART) and usually you need USB-TTL converter.
DFU - uses built-in USB interface, no additional hardware required, but only for MCUs that support it.
All of them use STM32CubeProgrammer to upload firmware, so you need to install STM32CubeProgrammer.
User avatar
fpiSTM
Posts: 1723
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: Upload without Mass Storage enabled, STM32Cube?

Post by fpiSTM »

Post Reply

Return to “IDE's”