• 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 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...
  • 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...
  • CC1010 - Changing the frequency runtime
    Hi Guys, I am trying to find out if it is possible to change the receiver frequency [for CC1010] during runtime. For example, i start at 433 MHz, then, after a few seconds I will change the frequency...