2020-11-11 06:40 AM
I have a Stm32 which was coded by my friend. I want to reach this code and I want to change some thing. How can I do it.(note: code doesnt have reading protection)
2020-11-11 08:32 AM
This will depend on your time you want to spent and other resources, as changing a binary or even decompiling a binary file into a readable form is an extremely demanding task.
Good luck!
/Peter
2020-11-11 12:31 PM
İt is easy for pic programing or others . Are you pozitive that there is not any way to read stm code .
2020-11-11 12:54 PM
Read it how?
The STM32 Cube Programmer can easily dump the code to a .BIN or .HEX
What you do after that is up to you.
You can disassemble and patch it as you would most any other MCU code.
2020-11-11 02:29 PM
Thank you for helping. By the way is there any example or source to take the Hex code with Cube programmer ?
2020-11-11 02:37 PM
> I have a Stm32 which was coded by my friend. I want to reach this code and I want to change some thing. How can I do it.
The simplest solution is to ask your friend for the source code and change it there.