• Efficient way for re-entrancy
    I was wondering why the Keil compiler doesn't allow an option for re-entrancy where some internal RAM is pushed on the stack upon function entry and popped off the stack upon exit. Doing it this way would...
  • The most simple A51 program
    Hi I just bought the MCB900 ver.4 with LPC935. I have programmed the first demo program into the flash - CheckLed - and it works fine on the eval board. I have many experiences with the old non Keil...
  • error 18 on most functions that are properly formatted??
    So, I am new to Keil. I am porting a project in and building to find errors. I get multiple error 18's insisting a ")" is expected on a simple line that is perfectly legitimate c syntax. Such as...
  • is there a way to "unoverlay"
    e.g. see watch1 and watch2 at the same time
  • how to make lib files for most common used files
    Hi all how can i go about for following : code of files cannot be read when opened but it should work when included in project. can i make lib files for individual files included in the project ?...