• 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...
  • eeprom with micro-controller
    I want to interfacing serial eeprom 24c08 with 8051. I have wirtten the code in asembly. Now i want to write the same in c51 for storing of 10byte data in the eeprom and then reading the data from it...
  • 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 ...
  • control modem using micro controller
    hii, I am using simcom300 modem and atmels 8051 micro controller for my project. can you tell me how to interface both using rs232 and program to control modem using at commands.
  • 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...