Hello, I have upgraded my KEIL from uv4 V4.00a to V4.70.0.0.I chave compiled same project(NXP-LPC2220) in both versions & found that there is difference in hex files generated by both. Why there is such a change,can anybody help me out? Thanks in advance.
Apart from differences in code generation by the compiler/linker, the standard library can be updated as well. This will lead to a different binary image too.
... any use of __DATE__ and/or __TIME__ in the source...