Skip to content
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

STM32 died after flash read. #1882

Open
therealuzr opened this issue Feb 20, 2024 · 4 comments
Open

STM32 died after flash read. #1882

therealuzr opened this issue Feb 20, 2024 · 4 comments
Labels
Awaiting Response Waiting for user response, if none issue will be closed.

Comments

@therealuzr
Copy link

I happens to buy a ts100 with broken firmware, after connecting it to pc it wasn't able to install driver, like the data lines was broken (they're not). So after some research i bought a St-link v2, because i thought that the bootloader was corrupted or something. I read the chip, saved what it showed me. and then i needed to flash the bootloader for ts100, which i not found, instead i flashed a ts80 bootloader and now stm32 from my iron is not responding in software (st-link utility). okay. fast forward to this very moment. I have a new ts100, i opened it, get the stm chip out, connected it to st-link, read the flash, it showed me 00x0 or something like that, then i tried to disable read protection, it read something (not only 00x0) and i unpluged stm to assembly my iron back, and it wont turn on, i disassembled to check the stm with stlink again and it's now not responding just as the previous chip. I do not understand what exactly i did wrong, any advices would be helpful. That was my 1st and 2nd time ever work with stm. So, try to not blame me much. thx

@discip
Copy link
Collaborator

discip commented Feb 20, 2024

@therealuzr
Try flashing this custom bootloader from @Ralim: https://github.com/Ralim/IronOS-dfu/releases/download/v0.3/TS100.zip using the St-link.
But I don't know if you will be able to flash a .hex or .dfu file using the ST-link.
As far as I know you need the original bootloader to do so.

If I got you right, you did not backup your bootloader right.
Maybe @Ralim has an idea.

@therealuzr
Copy link
Author

@therealuzr Try flashing this custom bootloader from @Ralim: https://github.com/Ralim/IronOS-dfu/releases/download/v0.3/TS100.zip using the St-link. But I don't know if you will be able to flash a .hex or .dfu file using the ST-link. As far as I know you need the original bootloader to do so.

If I got you right, you did not backup your bootloader right. Maybe @Ralim has an idea.

yeah thx, that could help if i had it before, i believe. but now st link can't connect to the stm chip

@discip
Copy link
Collaborator

discip commented Feb 20, 2024

I recently had to deal with st-link and got the advice to bridge VSSA to NRST on the chip at boot in order to connect to it.

#1806 (reply in thread)

@therealuzr
Copy link
Author

I recently had to deal with st-link and got the advice to bridge VSSA to NRST on the chip at boot in order to connect to it.

#1806 (reply in thread)

thx, i'll try to figure that out and try tomorrow

@Ralim Ralim added the Awaiting Response Waiting for user response, if none issue will be closed. label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Response Waiting for user response, if none issue will be closed.
Projects
None yet
Development

No branches or pull requests

3 participants