cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32 code reading

ÖÇoba.1
Associate II

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)

5 REPLIES 5
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
ÖÇoba.1
Associate II

İt is easy for pic programing or others . Are you pozitive that there is not any way to read stm code .

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
ÖÇoba.1
Associate II

Thank you for helping. By the way is there any example or source to take the Hex code with Cube programmer ?

TDK
Guru

> 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.

If you feel a post has answered your question, please click "Accept as Solution".