comparison autocal/rxband.c @ 67:3f92d88fbb1c

fc-rfcal-rxband: FFS write implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 May 2017 07:22:09 +0000
parents a98873b713c3
children
comparison
equal deleted inserted replaced
66:8e675142cca7 67:3f92d88fbb1c
114 114
115 printf("Putting the DUT into Test Mode\n"); 115 printf("Putting the DUT into Test Mode\n");
116 do_tms(1); 116 do_tms(1);
117 do_rfpw(STD_BAND_FLAG, rxcal_band->rfpw_std_band); 117 do_rfpw(STD_BAND_FLAG, rxcal_band->rfpw_std_band);
118 l1tm_setup_for_rxcal(); 118 l1tm_setup_for_rxcal();
119
120 do_gmagic(); 119 do_gmagic();
121 do_rx_calchan(); 120 do_rx_calchan();
121
122 printf("Saving calibrated values in FFS\n");
123 misc_enable(CFG_WRITE_RX_CAL);
122 exit(0); 124 exit(0);
123 } 125 }
124 126
125 do_gmagic() 127 do_gmagic()
126 { 128 {