You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using STVP-STM32 on Windows confirmed my guess and made it even worse. So not only the ROP is set, the write protection is also set. So there neither real software reverse engineering possible nor can you recycle the existing processor. Software needed to be build from scratch.
They also activated the write protection, so unfortunately you have to replace the IC on the board.
I think it's not correct. According to the reference manual RM0016 page 50, in SWIM mode (external programmer) you can write to the ROP to disable the protection, erasing the STM8 in the process. But then you can program it again.
But having another STM8 is not a bad idea until a new stable firmware is developed that can replace the original one.
The text was updated successfully, but these errors were encountered:
When you say:
I think it's not correct. According to the reference manual RM0016 page 50, in SWIM mode (external programmer) you can write to the ROP to disable the protection, erasing the STM8 in the process. But then you can program it again.
But having another STM8 is not a bad idea until a new stable firmware is developed that can replace the original one.
The text was updated successfully, but these errors were encountered: