• 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...
  • CC2430 Help
    Hi Timo Ollikainen, Have you ported the example codes to the Keil compiler. If you have done so, could you send them to me: furkansahin@gmail.com I am starting a new project with the...
  • about cc2430 xdata memory process
    I would like to use externel memory in CC2430 board. I found an example named 'HalFlashP'. And I can see uint8_t_xdata use in 'HalFlashP.nc' like this --> uint8_t_xdata eraseFunctionBuffer[] = ...
  • CC2430 startup code
    Keil claims that it supports Chipcon products, CC2430, CC2510, etc. However, I could not find any suitable startup file for it. What I have now is the CC2430 startup file for IAR compiler. Can...