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

MDK-4.13 is broken?

Hello,

I'm working with a LPC2478 - installed MDK 4.13, performed ULINK firmware update and ever since, I cannot debug at all - the values of variables are totally corrupt, the debugger won't enter functions - a mess!
Does anybody experience this?

Parents
  • I think so - either way, I managed to end up in a block, while debugging, of code that is only executed if a static variable is <= 0. The debugger displayed the variable as garbage, as well as it failed to assign the value 0x62 to an automatic variable (I have sent Keil a screen shot). Functions are not even entered (usig F11). Have you installed it without problems?

Reply
  • I think so - either way, I managed to end up in a block, while debugging, of code that is only executed if a static variable is <= 0. The debugger displayed the variable as garbage, as well as it failed to assign the value 0x62 to an automatic variable (I have sent Keil a screen shot). Functions are not even entered (usig F11). Have you installed it without problems?

Children