• MDK V5.29.0.0 - Not all code line were compiled
    Not all code lines were compiled unless I declare local (stack) variables as 'v olatile'.
  • MDK V5.29.0.0 - Not all code line were compiled
    Not all code lines were compiled unless I declare local (stack) variables as 'v olatile'.
  • MDK 4.71 / 4.72 build compiles all
    MDK 4.72 seems to always recompile all project files, greatly extending compile times. 4.71 does this along with performing a project clean if the "use cross module optimization" is checked. 4.71...
  • MDK 4.71 / 4.72 build compiles all
    MDK 4.72 seems to always recompile all project files, greatly extending compile times. 4.71 does this along with performing a project clean if the "use cross module optimization" is checked. 4.71...
  • JTAG debugger doesn't stop in main task
    Hi, I am using ulink2 JTAG debugger. Though I have very strange problem. If I put break point in main (I mean in _task_ 0) then program doesn't hit the break point. But if I put break point in other...