• problem in reading and sending data in eeprom using 8051(code given below)
    //Program to display String on LCD //Program to interface Serial EEPROM AT24C02 with 8051 microcontroller (AT89C51) #include<reg51.h> #include<intrins.h> //For using [_nop_()] sbit sda=P1^0;...
  • problem in reading and sending data in eeprom using 8051(code given below)
    //Program to display String on LCD //Program to interface Serial EEPROM AT24C02 with 8051 microcontroller (AT89C51) #include<reg51.h> #include<intrins.h> //For using [_nop_()] sbit sda=P1^0;...
  • UART sending characters
    Hello! I have a MCBSTR9 chip and i am trying to use the UART for sending some characters to the chip. All works great in simulator but when i am loading it on the chip it doesn't do anything at all....
  • UART sending characters
    Hello! I have a MCBSTR9 chip and i am trying to use the UART for sending some characters to the chip. All works great in simulator but when i am loading it on the chip it doesn't do anything at all....
  • WARNING L22: CLASS RANGE NOT GIVEN IN INVOCATION LINE
    I got the following warning message when compiling my application: WARNING L22: CLASS RANGE NOT GIVEN IN INVOCATION LINE Can anyone give me a hand with this? I'm trying to compile my application...