X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=shellcode%2Fchipcon%2Fcc1110%2Freflexframe.c;h=4dd3ecf3a59ac82d57f93265bc4e789ea190ba01;hp=b4f6765a46af98bafabdd73b5f6e282c6062e624;hb=8e9ea4afe6fe3dc788cef00258e35b124165e259;hpb=54e9fb333dda40dcb934d60a970d42d7bbfccd0b;ds=sidebyside diff --git a/shellcode/chipcon/cc1110/reflexframe.c b/shellcode/chipcon/cc1110/reflexframe.c index b4f6765..4dd3ecf 100644 --- a/shellcode/chipcon/cc1110/reflexframe.c +++ b/shellcode/chipcon/cc1110/reflexframe.c @@ -40,7 +40,6 @@ void carrier(){ //FSCTRL0 = 0x00; // Frequency synthesizer control. - MDMCFG4 = 0x86; // Modem configuration. MDMCFG3 = 0x83; // Modem configuration. MDMCFG2 = 0x30; // Modem configuration. @@ -84,23 +83,24 @@ void main(){ //carrier(); - //idle a bit. - RFST=RFST_SIDLE; - while(MARCSTATE!=MARC_STATE_IDLE); - + while(1){ - restore_settings(); //idle a bit. - RFST=RFST_SFSTXON; - while(MARCSTATE!=MARC_STATE_FSTXON); + RFST=RFST_SIDLE; + while(MARCSTATE!=MARC_STATE_IDLE); + + restore_settings(); + //idle a bit, unecessary + //RFST=RFST_SFSTXON; + //while(MARCSTATE!=MARC_STATE_FSTXON); - sleepMillis(5); + //sleepMillis(100); rxwait(); //idle w/ oscillator - RFST=RFST_SFSTXON; - while(MARCSTATE!=MARC_STATE_FSTXON); + //RFST=RFST_SFSTXON; + //while(MARCSTATE!=MARC_STATE_FSTXON); //HALT; //sleepMillis(500); @@ -115,10 +115,11 @@ void main(){ carrier(); RFON; - //sleepMillis(2000); - - sleepMillis(500); - HALT; + //sleepMillis(200); + //sleepMillis(100); + //sleepMillis(50); + sleepMillis(10); + //HALT; } } @@ -143,6 +144,7 @@ void rxwait(){ RFST=RFST_SRX; while(MARCSTATE!=MARC_STATE_RX); + /* if(PKTCTRL0&1){ //auto length while(i