• Keil5 cant locate rtl.h, but generates hex file
    After getting the new keil5 MDK, i compiled the code developed in keil4. (the legacy package has to be installed to achieve the reverse-compatibility). everything seems to be working fine, except...
  • Modify file creation date value (RTL.h)
    Hi everyone, I'm using KEIL on LPC2478 and RTL.h library. All the file that I create have the same date/time creation value. Does anyone knows if it's possible to change it and how to change it...
  • PC-LINT ERROR 129 In RTX Header File - RTL.H
    Hi, We are attempting to run PC-Lint (version 8.00u) on our Keil project which uses the RL-ARM Real-Time Library Version V3.24. We have set up PC-Lint to use the latest example PC-Lint Configuration...
  • bits initialization
    I need to initializate 5 bits in the bit space,how can i do it?
  • Global variable not initialized by __main() function
    Hi. I hope this is the right place to ask to open this question. I define an initialized variable in my C code, let's say: ... int MyVariable = 0xDEADABBA; ... Using a scatter file, I instruct the arm...