• Placing Constant at a particular address
    Hi, I need to place a constant array at code address 0x10000. When i say this it puts it in address 0x0000 leaving out the one and it conflicts with the code already present at 0x0000. Can someone tell...
  • Placing Constant at a particular address
    Hi, I need to place a constant array at code address 0x10000. When i say this it puts it in address 0x0000 leaving out the one and it conflicts with the code already present at 0x0000. Can someone tell...
  • how to read message from particular number ?
    hi i am developing one application. in that i want read messages from some perticular number.and i want to read sms using AT commands only,so how can i read sms from particular number? now my AT...
  • how to read message from particular number ?
    hi i am developing one application. in that i want read messages from some perticular number.and i want to read sms using AT commands only,so how can i read sms from particular number? now my AT...
  • putting a function in a specific address in ROM
    Hi, I'm using the keil to compile a project for the 8051. I want to place a single function in a specific address in the rom. I found a lot of answers, in the forum, but non of them actually...