IDE 2.3.3 Not Uploading Code To STM32F4

Hello, Been using IDE 2 since beta and love it.
But not used it for few months as been working on other aspect of this project. Came to make minor tweak to STM32F11 code today and code compiles ok but upload does not seem to happen also I don't see the LED on the STLINK V3 Mini blink. Also changes to code are not seen in the App output. Board is a WeAct BlackPill STM32F411CE OS is Win10 IDE which was update recently is IDE 2.3.3.. IDE Output is below, any thoughts please?
Many thanks in advance IMK

Sketch uses 157536 bytes (30%) of program storage space. Maximum is 524288 bytes.
Global variables use 13008 bytes (9%) of dynamic memory, leaving 118064 bytes for local variables. Maximum is 131072 bytes.
Selected interface: swd
-------------------------------------------------------------------
STM32CubeProgrammer v2.10.0
-------------------------------------------------------------------

Warning: Wrong connect parameter: --quietmode
Warning: Wrong connect parameter: --download
Warning: Wrong connect parameter: "c:\users\me\appdata\local\temp\arduino\sketches\b025f16b65e278ec995fa41bcc327951/ariachassis-v1-0.ino.bin"
Warning: Wrong connect parameter: 0x8000000
ST-LINK SN : 003F002B5553500720393256
ST-LINK FW : V3J9M3
Board : STLINK-V3MINI
Voltage : 3.27V
SWD freq : 24000 KHz
Connect mode: Under Reset
Reset mode : Hardware reset
Device ID : 0x431
Revision ID : Rev A
Device name : STM32F411xC/E
Flash size : 512 KBytes
Device type : MCU
Device CPU : Cortex-M4
BL Version : --

RUNNING Program ...
Address: : 0x8000000
Application is running, Please Hold on...
Start operation achieved successfully

Hello, Quick update to this thread, I found the .BIN file in ARDUINO library path and uploaded it with the STM32 CubeProgrammer via same STLink V3 Mini and new code runs as expected. So it seems to be a issue between the STLINK V3Mini and IDE 2.3.3.
PS I also removed and reinstalled the STM32 MCU 2.8.1 library.
Hope that helps, as always endless thanks to best forum on the web :slight_smile:

Hi @imk123.

When you did that successful upload, did you use the GUI of the STM32CubeProgrammer application, or did you use it from the command line?

I ask because if you used the command line, then we could compare the command used by Arduino IDE (which is shown when you enable the IDE's "Show verbose output during: upload" preference) against the command you ran directly and maybe spot the difference between the two.

Hello ptillish
I used the GUI of CubeProgrammer ver API v2.10.0
Many thanks imk

I just downloaded and installed latest V2.17.0 CubeProgrammer and now compile/upload from ARDUINO V2.3.3 is working.... Think this issue must have been caused by some difference between CUBEProgrammer v2.10.0 and V2.17.0 driver?
Sorry to have bothered, again many thanks for help IMK

Congratulations on finding a solution! I'm glad it is working now. Thank you for taking the time to post an update.

Regards, Per

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