• cc1010 falsh programming
    Hi everybody, I try to use STK500 for downloading Hex file into the cc1010 flash rom and I use Flash Magic software and choose 80c51 in 'select device' but it errors Unable to connect. I connect...
  • c51 cc1010
    hi, i'm working with the chipcon cc1010 evaluation board and i'm using the keil uvision3 software to program it, i have some problems with the software, so i would like to know what i have exactly to...
  • CC1010 A2D problems
    Hi everyone, I am having some problems getting the analog to digital converter on the CC1010 to work. I have a temperature sensor which puts out a constant voltage proportional to the temperature...
  • Chipcon cc1010 transever with MCU
    using a chipcon cc1010 transever with MCU Keil IDE, The setup: INT_ENABLE(INUM_RF, INT_ON); INT_GLOBAL_ENABLE(INT_O); ENTER_IDLE MODE(); while(1); ... ... ... void rf_isr (void) interrupt...
  • PCM using CC1010 SPI
    Hi all, I am using the wireless audio example from Texas Instruments. I would like to have 16bit IN/OUT PCM in one of the transceivers. I have modified the program in order to send/receive 16 bits through...