X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=firmware%2Fapps%2Fchipcon%2Fchipcon.c;h=4b0e0df711de1f7aa99b59c3c6c2613d6c3b7bf4;hb=30b52ae1a038f8ad3c563bf8e12f3a849abf8704;hp=fac551cbc67640786e75dced12a5934ba9bd9a85;hpb=a0a53c7bbe270a0c98c77b460eb56384a35c913c;p=goodfet diff --git a/firmware/apps/chipcon/chipcon.c b/firmware/apps/chipcon/chipcon.c index fac551c..4b0e0df 100644 --- a/firmware/apps/chipcon/chipcon.c +++ b/firmware/apps/chipcon/chipcon.c @@ -346,11 +346,13 @@ unsigned short cc_get_chip_id(){ case 0x01://CC1110 case 0x81://CC2510 case 0x91://CC2511 - flash_word_size=0x02; //debugstr("2 bytes/flash word"); + flash_word_size=0x02; break; default: - debugstr("Warning: Guessing flash word size."); + //debugstr("Warning: Guessing flash word size."); + //flash_word_size=0; + break; case 0x85://CC2430 case 0x89://CC2431 //debugstr("4 bytes/flash word"); @@ -455,8 +457,9 @@ void cc_write_flash_page(u32 adr){ return; } - if(flash_word_size==0){ - debugstr("Flash word size is wrong."); + if(flash_word_size!=2 && flash_word_size!=4){ + debugstr("Flash word size is wrong, aborting write to"); + debughex(adr); while(1); } @@ -475,8 +478,7 @@ void cc_write_flash_page(u32 adr){ flash_word_size); //debugstr("Wrote flash routine."); - - + //MOV MEMCTR, (bank * 16) + 1; cmddata[0]=0x75; cmddata[1]=0xc7; @@ -491,13 +493,13 @@ void cc_write_flash_page(u32 adr){ while(!(cc_read_status()&CC_STATUS_CPUHALTED)){ - P1OUT^=1;//blink LED while flashing + PLEDOUT^=PLEDPIN;//blink LED while flashing } //debugstr("Done flashing."); - P1OUT&=~1;//clear LED + PLEDOUT&=~PLEDPIN;//clear LED } //! Read the PC