• CC2510 on Keil
    I am trying to get started with CC2510 and Keil. I wrote a small piece of code for Timer 1 in CC2510. When I try to simulate and select peripherals, I don't see timer1. I get the default 8051 timer...
  • using keil with the cc2510
    Hi, I want to use keil with the cc2510. Now the simplest code won't work....I think it has to do with the target option...e.g. the "use on chip xram (0x0000-0x1FFF) while the datasheet states the...
  • 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...
  • Interfacing to Chipcon CC-1110
    I'm planning to use Keil development environment to develop and debug a product based on new Chipcon CC-1110. Has anyone done that? Can ver. 7 with uVision2 be used?
  • 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...