• 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...
  • DS5 - Is this the beginning of the end for uVision?
    " DS-5 Application Edition The new Eclipse-based Development Studio 5 (DS-5) supports ARM Linux development on ARM9, ARM11, and Cortex-A application processors." http://www.keil.com/pr/article...
  • 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 ...
  • How to malloc from the beginning of init_mempool.
    Hi, there, The malloc always allocate memory at the tail of the memory initialized by init_mempool(). How to make "malloc()" allocate memory from the beginning of the initialized memory? In details...
  • 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...