Skip to main content
Patrick Pike
Associate
June 24, 2018
Question

decoding hex file for stm32101c8 cpu

  • June 24, 2018
  • 1 reply
  • 898 views
Posted on June 24, 2018 at 10:53

I have a program for a board we use that outputs a PWM signal.

I did not program the board but we have the HEX files for JTAG to the board.

Can this file be decoded back to source code?

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    June 24, 2018
    Posted on June 24, 2018 at 20:04

    >>Can this file be decoded back to source code?

    Not without significant effort.

    Could disassemble the code described in the .HEX file, and understand the functionality from there.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Patrick Pike
    Associate
    June 25, 2018
    Posted on June 25, 2018 at 01:36

    I am not a programmer at all.

    If it is possible to find one variable that sets the PWM timing then thats all I need.

    Are you able to see any of the code at all?