Hi,
could someone of you tell me if it is possible to add a specific magic number to a bin file created by keil uvision?
Under "target for options" -> User-tab I added the following line to the (Run user programs after build /rebuild.
fromelf --bin ".\test.axf" --output ".\test.bin"
best regards Jens
I actually attended a course of lectures on cryptography. One thing that I learned is that it is very easy to make a stupid mistake when designing a cryptographic system (which is what you are trying to do, apparently.) Digital signature is not a very complex cryptographic system, but still you need to have at least a basic understanding of it if you want to make it work properly.