Hi!
I'm working on a project with one part of the source code (code_check) is checksum controlled and certified and the other one (code_standard) makes the system startup and boundary condition control, like temperature management. There are functions in code_check that are called from code_standard. I would like to create a const image for code_check, which should not be changed if a code adaption in code_standard e.g. for tempearture is necessary.
I tried to make this with an included lib for code_check, but does not work as on a change in code_standard the code_check is changed too and the checksum is not equal any more.
Is it possible to create a image or a dll of code_check, so that the checksum is always the same? Any other possibilities? BR Holger