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

In-application programing of XC-167

Can somebody help me with documentation about IAP? I want to replace program on chip flash without botstrap mode. Microcontroller is connected with external device by data link and will receive programing data by it.
I've read in Infineon Insider's Guide that "It is also possible for a program to reprogram itself, i.e. receive a new version of itself and blow it into FLASH.
This requires a specially written C function, which can be downloaded from the Infineon website" but havn't found it. How to make IAP?

Parents
  • Thanks for help a lot!
    My goal is to separate my application into two HEX files which will be separetly downloaded to target. But first program must to know pointers to functions (to call math functions) which are in second HEX file. So, you said that idea is to store pointers in second HEX file and to read it from first.
    I thought that it is not so uncommon task.

Reply
  • Thanks for help a lot!
    My goal is to separate my application into two HEX files which will be separetly downloaded to target. But first program must to know pointers to functions (to call math functions) which are in second HEX file. So, you said that idea is to store pointers in second HEX file and to read it from first.
    I thought that it is not so uncommon task.

Children
No data