-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload fails with STLink2 firmware >= 2.28.18 #33
Comments
I'll run some tests, they probably changed the protocol somehow. |
I come to say the same, for version 2.28.18. |
Hi, The only way I found to restore arm mbed functionality is to flash a binary of choice with the stm32 utility for windows, that while flashing reports a read-protection activated. |
1.3.0 is not released yet. |
I moved 1.3.x code to the dev branch since people were assuming it's stable. |
Was able to test 2.28.18, seems like the main loader loop does no run. |
I can confirm that version 1.2.3 works with both stm32f401-nucleo(2.27.15) and stm32f469-disco(2.27.15). Thanks for moving the unstable code to a new branch, this way the AUR package in Arch Linux installs a working version. |
Still working on it, they might have deprecated some functions from the V1 API. |
@fpoussin I confirmed issue with ST-LINK/V2-1 version 2.28.17 on Nucleo64-F091RC. This issues was also found on the Mastering STM32 Forum (link) and provides a link to a downgraded version 2.24.11 of the the ST-LINK/V2-1 firmware (dropbox link). Downgrading to ST-LINK/V2-1 2.24.11 on Nucleo64-F091RC fixed issue and allowed .bin uploads to Nucleo64-F091RC. It would be nice for others to share links to more recent versions of ST-LINK/V2-1 firmware that are proven to work, until a fix for the most recent firmware is completed, as ST doesn't provide links to older version of ST-LINK/V2-1 firmware on their website. |
Thanks @diond31. |
Thanks @diond31. I was unable to flash an STM32f411 on Ubuntu virtual machine using STLink2-1 version 2.29, although there was not such issue on macOS. Now everything works alright on virtual environment using STLink2-1 2.24.11. |
Hi, |
Hi, freind!
I can't help solve this problem, it is better to ask for help to the original source (https://github.com/fpoussin/QStlink2)
In my project, I implement the firmware download to Russian microcontrollers MDR32
…Пятница, 2 февраля 2018, 23:08 +07:00 от Mauro Wencelewski ***@***.***>:
Hi,
I'm trying to upload a .bin file to my STM32F401 but i'm unable due the fact it stays at 0%. I'm using STLink2-1 2.24.11 and I alse tried to use the QStlink2 from the dev branch. It worked one time only, right after I've downgraded the STLink2-1 firmware to 2.24.11. But after that it returned to the same problem.
STlink2-1 Firmware Version 2.24.11
Board: STM32F401RE Nucleo
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub , or mute the thread .
--
Силиванов Денис
|
Hi,
I have found that the qstlink2 (v1.2.3) fails to upload binaries if the STLink2-1 version is 2.28.16. I've noticed that there is a closed ticket already and I did use the ppa to install the 1.2.3 but I believe the issue is still there. qstlink2 works fine (with the same binary file) if STLink2-1 version is 2.23.9.
Also the STM32-Utility uploads the binary file with no problem if the STLink2-1 version is 2.28.16.
I was able to mitigate the issue by downgrading STLink2-1 to 2.23.9.
For future sake, I've attached my binary (blinky) for STM32F429ZI-Nucleo.
Dummy_Blinky.zip
The text was updated successfully, but these errors were encountered: