• 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...
  • tinyos UART receive problem
    hi, i am working with tinyos version 2 and i have a problem with making the telosb mote receive the UART command sent by my computer thru a C program. What i want to know is which component to use...
  • tinyos UART receive problem
    hi, i am working with tinyos version 2 and i have a problem with making the telosb mote receive the UART command sent by my computer thru a C program. What i want to know is which component to use...
  • How to use Externel Memory to store data Using AT89C51
    I am using AT89c51. I have a project to get date from Rs232 and store on ROM. I dont know how to do this with Keil. If any one could help me. thanks in advance.