• to use externel memory in CC2430 board for TinyOS 2.x
    I would like to use externel memory in CC2430 board for TinyOS 2.x I found an example named 'HalFlashP.nc'. And I can see uint8_t_xdata use in 'HalFlashP.nc' like this --> uint8_t_xdata eraseFunctionBuffer...
  • to use externel memory in CC2430 board for TinyOS 2.x
    I would like to use externel memory in CC2430 board for TinyOS 2.x I found an example named 'HalFlashP.nc'. And I can see uint8_t_xdata use in 'HalFlashP.nc' like this --> uint8_t_xdata eraseFunctionBuffer...
  • How to store 10-digits in AT24C04 using AT89C51
    Please help me in storing,retrieving and displaying a 10-digit number in an LCD. Memory used AT24C04, Microcontroller used AT89C51.
  • how to store data
    Hi, I am using keil C compiler using AT89S8252 as target device. I am good at assembly but a beginer for C language. Using C language, I need to know how do we store and retrive the data in code and...
  • AT89C51 and MT8888C
    Hi friends: Have to ask you other questions. Right now I am running my program on my experiment board. After resetting AT89C51, Should the initial values of P0 port be 0Xff? Why mine are 0x00? Should...