• Chipcon CC2510 on Keil
    Has anybody in this forum successfully built a project with chipcon CC2510 micro on Keil compiler? I understand that all libraries sets available at Chipcom website are written for IAR compiler....
  • Chipcon CC2510 on Keil
    Has anybody in this forum successfully built a project with chipcon CC2510 micro on Keil compiler? I understand that all libraries sets available at Chipcom website are written for IAR compiler....
  • 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...
  • 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...
  • Porting Chipcon's CC2430 examples to KEIL's 51 environment
    Hi! I would like to use KEIL's C51 tools for Chipcons CC2430 instead of IAR's buggy IDE... What is the best way to port the Chipcons example files (from their website) writen for IAR's EW? Has someone...