• Keil Beginer
    Hello Everyone, I have just taken a few baby steps in embedded c,and have hit a snag.I am referring the book "Embedded C" by Pont, Michael J. In the book it says that i need Keil c51 development tools...
  • Keil Beginer
    Hello Everyone, I have just taken a few baby steps in embedded c,and have hit a snag.I am referring the book "Embedded C" by Pont, Michael J. In the book it says that i need Keil c51 development tools...
  • Error C141 with Variables beginning with '$'
    Hello, I am using BankSwitching with XdataPort. In the BankSwitching Assembly file exists a public variable called '?B_CURRENTBANK'. I would like to access this variable from my C-program: extern...
  • Error C141 with Variables beginning with '$'
    Hello, I am using BankSwitching with XdataPort. In the BankSwitching Assembly file exists a public variable called '?B_CURRENTBANK'. I would like to access this variable from my C-program: extern...
  • ARM7 Begineer
    Hello All, I just started to lean the basics of ARM. I tried with the following program with LPC2148 and it works perfectly. /********************************************************* #include ...