• EEPROM AT24C16
    I use At89C4051 and an eeprom AT24C16.I can not get ACK from eeprom.Could anyone give me source code to read and write from this eeprom.Thanks!
  • AT24c16 Eprom Code not Working
    Hi all... I am trying to Interface AT24C16 Eeprom with AT89S52 microcontroller. My concept is to save the data's from string Eprom_data in which user input's using keypad. and then again read the data...
  • Transfer data's from AT24c16 to SD Card
    Hi all.... i just want to know is it possible to tranfer data's from AT24C16 EEprom to SDcard using 8051. if it is then where can i get any tutorial related to it or any demo code.... i have tried...
  • RTOS (RTX) Mutex-Semaphore problem
    Hi all , I thought the only differences between a Mutex and a semaphore are the count(Semaphore Capability) and priority inversion(Semaphore Capability) . Today , I’ve encountered something strange...
  • ARM: Simulator printf
    I have created a project in Microvision 5 for an ARM Cortex-M0 (ARMCM0), and enabled the Simulator. I pull up the Debug (printf) Viewer and run the following code #include <stdio.h> main(void) ...