• COULDN'T ABLE TO CREATE THE PROJECT
    Hi, I am using NRF51822 controller in our project so i have downloaded the keil version 5 software and installed the software packet but when i tried to create the project in search option i am not...
  • i couldn't get output
    // This is my Code but i couldn't get output plz verify code and reply me anyone thanks in advance #include"stdio.h" #include"string.h" #include"sfr_r81b.h" #include"string.h" #define w_address...
  • Couldn't able to locate ST25RU3993-EVAL board in Pack installer
    HI, I am using Keil version 5.29 and Pack installer 1.3.91.0. I Couldn't able to locate ST25RU3993-EVAL board in Pack installer but could find the MCU of that board, which comes with another evaluation...
  • couldn't write anything to one register
    What could be the problem if I'm not able to write this value to this register? *AT91C_EMAC_TCR = 0x30; If I take a look in the memory window I don't see this value in this register... assembly...
  • Re: EEPROM Data read
    void I2C_Start(void) { SDA=HIGH; Delay(15); SCLK =HIGH; Delay(15); SDA = LOW; Delay(15); SCLK = LOW; Delay(15); } void I2C_Stop(void) { SCLK=LOW; Delay(15); SDA=LOW; Delay(15); SCLK...