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

working with Keil 4 and other software

hello,
I am using Keil 4 and tritan (another s/w like Keil).
when I download the program using tritan into LPC2148, it is running but the same program but using keil is not working...I am not understanding whats going on...
all the program is same but the .hex file generated by Tritan is working and .hex generated by keil not...

plz help....

Parents
  • Hi,

    did you use the same startup code, or the code that is delivered by Keil?

    Did you try and analyze what's going on by single stepping through the programm from the beginning? (I.e. Flash Start Addr, where the PC is when 'Go to main' is unchecked?)

    .
    BR,
    /th.

Reply
  • Hi,

    did you use the same startup code, or the code that is delivered by Keil?

    Did you try and analyze what's going on by single stepping through the programm from the beginning? (I.e. Flash Start Addr, where the PC is when 'Go to main' is unchecked?)

    .
    BR,
    /th.

Children