problems with the new uVision version

Hi,

I installed the new version of uVision, but trying to compile old and really simple projects for the NXP - LPC2292, I found differencies in the .Hex file, actually the new one is shorter, and after upload the code on my microcontroller... it doesn't work. :(

could anyone give me some directions?
thnx,

Art.

Parents
  • I found differencies in the .Hex file, actually the new one is shorter

    This is to be expected.

    and after upload the code on my microcontroller... it doesn't work. :(

    Sometimes changes between toolchain versions are not backward compatible. Sometimes buggy application code relies on certain compiler behaviour and breaks when compiler output changes only slightly.

    could anyone give me some directions?

    Debug the program.

    Regards,
    - mike

Reply
  • I found differencies in the .Hex file, actually the new one is shorter

    This is to be expected.

    and after upload the code on my microcontroller... it doesn't work. :(

    Sometimes changes between toolchain versions are not backward compatible. Sometimes buggy application code relies on certain compiler behaviour and breaks when compiler output changes only slightly.

    could anyone give me some directions?

    Debug the program.

    Regards,
    - mike

Children
More questions in this forum