This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARM 7 TDMI

Hello I am  new to this forum and new to Arm 7 programming.

My question is - I have a programming (I think it is a Flash) file in hex ,which I downloaded to Arm 7 MCU through Rlink usb tool to run the programme.

If I need to modify this programme how do I do this?

Thanks

Parents
  • Hello,

    the basic idea are the folowings.
    1) to generate a source code from the hex file.
       If you can use an ICE, it would be very easy.
    2) to modify the source code as you like.
    3) to compile the modified source code.
    4) to convert the compiled binary to a hex file.
    That's all.

    Best regards,
    Yasuhiko Koumoto.

Reply
  • Hello,

    the basic idea are the folowings.
    1) to generate a source code from the hex file.
       If you can use an ICE, it would be very easy.
    2) to modify the source code as you like.
    3) to compile the modified source code.
    4) to convert the compiled binary to a hex file.
    That's all.

    Best regards,
    Yasuhiko Koumoto.

Children
No data