Stm32 code reading
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-11 6: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)
- Labels:
-
STM32CubeProgrammer
-
TrueSTUDIO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-11 8: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-11 2:29 PM
Thank you for helping. By the way is there any example or source to take the Hex code with Cube programmer ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-11-11 2: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.
