• How spi communication is done
    1. Suppose i am having a spi master and spi slave (both are lpc2468 based)what is the procedure to read some bytes from a particular address of spi slave i.e what we all need to do like send some commands...
  • How Keil IDE Software Validation is done?
    How can we validate the Keil IDE software? Is there any tools available freely to validate the Keil IDE?
  • uV2 fails to notice LX51 is done
    Using uV2 2.38, C51 7.06, LX51 3.58, on Windows 98SE, all of a sudden uV2 no longer seems to notice when LX51 is done with linking and thus uV2 could proceed with HEX file creation. It just sits there...
  • i have done basic c programming for this project but i dont know how can i do this for 89c51.
    so i have two input values. val1:- it is fetched from a notepad file after every 15 minitues but for faster working here hi have taken it in two seconds. this input goes in to p1.i also meed suggestions...
  • variable in data segment of external memory are not getting initialized when done with declaration
    when a variable is declared and initialized along with it globally, it should be going to data segment of external memory( as per linker script provided). the variable gets stored at the expected location...