• FlexLM licensing with versions older than 4.54
    Hi. Can I use different MDK-ARM versions (e.g. v4.21 and v4.54) with a floating license managed by FlexLM? Does the old v4.21 work or I still need the old .FLF file? Can these two licensing methods...
  • Older C compiler bug
    I ran across a compiler bug in fairly recent renditions of the C51 compiler. unsigned char i,j; for (i=5; i<11; i--) j += i; Rather than walking the indexes 5,4,...0, this code goes 5,4,.....
  • Need older copy Archimedes Compiler
    I do not know how familiar you are with the RTCA/DO-178b, but it is a traceable, documented system for software development that assures reliability and instills trust in software developed to perform...
  • Pack failing to load on older project
    I have a few dev projects based around a Stm32F302 nucleus dev boards I did most of the work in jan this year and came to update change the functionality in the last week using the latest version...
  • Swapped Characters with Older Serial.C putbuf()
    The solutions I wrote about in "Problems with putchar and putbuf in "Getting Started" and Traffic example" at: < http://www.keil.com/forum/docs/thread11351.asp> seem to have solved all our serial...