• P89LPC932 Quasi-bidirectional ports
    If I configure port 0 to be an Input and Output port. I need to make a pin for instance pin 1 an input pin. I do P0^1 = 1; //is this OK? If I make it Output pin then P0^1 = 0; //right? My question...
  • Library file extension
    Does Keil support library file with .a extension?
  • Large Physical Address Extension
    Note: This was originally posted on 19th November 2012 at http://forums.arm.com Hi, Can some body explain me about the Large Physical address extension in ARM ? i.e How it is implemented ? What are the...
  • Change hex file extension
    Hi, I have a project with multi-target. Each target has its own electronic. Each target generate a hex file which can be copied on a USB key and can be download on its right product. To avoid errors...
  • PCLint Rules Extension
    Hi, I read that PCLint supports MISRA rules and others, and that it allows for 'User defined semantic checking for function arguments and return values'. I'd like to figure out if there is also the...