Part Number Hot Search : 
SMBJ14CA ND32E3 MC1488M MS2205 PCA9530 11411822 KBPC2501 1N3334
Product Description
Full Text Search
 

To Download RDA1846 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  RDA1846 RDA1846 p rogramming guide the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in p art without prior written permission of rda. 1 free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 2 contents document overview .............................................................................................................. ............................... 4 doc. a: interface .............................................................................................................. .................................... 5 1. i2c interface ............................................................................................................... 5 2 three- wire spi interface......................................................................................... 7 3. four- wire spi interface............................................................................................. 8 doc. b: programming guide...................................................................................................... ........................... 9 1. setting fre quency ...................................................................................................... 9 2. setting rf band......................................................................................................... 9 3. reference clock......................................................................................................... 9 4. setting tx and rx .................................................................................................... 10 5. deep sleep ............................................................................................................... 10 6. tx voice channel ..................................................................................................... 10 7. tx pa_bias output voltage ......................................................................................11 8. subaudio ...................................................................................................................11 9. sq ............................................................................................................................. 12 10. vox......................................................................................................................... 13 11. eliminating tail noise ............................................................................................ 13 12. dtmf ...................................................................................................................... 13 13. tx fm deviation ..................................................................................................... 15 14. rx voice range....................................................................................................... 16 free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 3 15. tx and rx code..................................................................................................... 16 16. gpio ....................................................................................................................... 16 17. int........................................................................................................................... 1 7 18. st_mode ................................................................................................................. 18 19. pre-emphasis/de-emp hasis filter ........................................................................ 20 20. only read register ................................................................................................. 20 21. flag......................................................................................................................... 21 22. initial process ........................................................................................................ 21 23. register introduction............................................................................................ 21 change list .................................................................................................................... .................................... 25 disclaimer ..................................................................................................................... ..................................... 26 free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 4 document overview this programming guide has been restructured from previous revisions for clarity. this contains two documents for interface and programmer separately. interface document contains i2c interface, 3 wire spi interface and 4 wire spi interface .p rogrammer document contains a comp lete programming guide for using any interface. free datasheet http://
RDA1846 doc. a: interface RDA1846 each register write is 24-bit long, including a r/ w bit,7-bit register address , and 16-bit data (msb is the first bit). r/w a [6:0] d[15:0] note if register address is more than 7fh, first write 0x0001 to 7fh, and then write value to the address subtracted by 80h. finally write 0x0000 to 7fh example: writing 85h register address is 0x001f . move 7fh 0x0001; move 05h 0x001f; 05h=85h-80h move 7fh 0x0000; 1. i2c interface RDA1846 enable software programming th rough i2c interface. software contro ls chip working states, such as txon or rxon operation, and reads status register to get operation result through i2c interface. it includes two pins: sclk and sdio. a i2c interface transfer begins with start condition, a command byte and data bytes, each byte has a followed ack (or nack) bit, and ends with stop condition. the command byte includes a 7-bit chip address and a r/ w bit. the 7-bit chip address is 7?b0101110 wh en sen is high, or is 7?1110001 when sen is low.the ack ( or nack) is always sent out by receiv er. when in write transfer, data bytes is written out from mcu, and when in read transfer, data bytes is read out from RDA1846. figure 1. i 2 c interface write timing diagram the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 5 free datasheet http://
RDA1846 figure 2. i 2 c interface read timing diagram figure 3 i 2 c interface write combined format figure 4 i 2 c interface read combined format table 2. i2c timing characteristics parameter symbol test condition min typ max unit sclk frequency f scl 0 - 400 khz sclk high time t high 0.6 - - ? s sclk low time t low 1.3 - - ? s setup time for start condition t su:sta 0.6 - - ? s hold time for start condition t hd:sta 0.6 - - ? s setup time for stop condition t su:sto 0.6 - - ? s sdio input to sclk setup t su:dat 100 - - ns sdio input to sclk hold t hd:dat 0 - 900 ns stop to start time t buf 1.3 - - ? s sdio output fall time t f:out 20+0.1c b - 250 ns sdio input, sclk rise/fall time t r:in / t f:in 20+0.1c b - 300 ns input spike suppression t sp - - 50 ns sclk, sdio capacitive loading c b - - 50 pf digital input pin capacitance 5 pf the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 6 free datasheet http://
RDA1846 2 three- wire spi interface RDA1846 enable software programming through three-wire(spi) interface. software controls chip working states, such as txon or rx on operation, and reads status register to get operation result through three-wire interface. three-wire i nterface is slave inte rface. it includes three pins: sen , sclk and sdio. sen and sclk are input pins , sdio are bi-direction pins. RDA1846 samples command byte and data at posedge of sclk.the turn around cycle between command byte from mcu and data from RDA1846 is a half cycle. RDA1846 samples command byte at posedge of sclk, and output data also at posedge of sclk. figure5. three-wire interface write timing diagram figure6. three-wire interface read timing diagram the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 7 free datasheet http://
RDA1846 table 2. three-wire timing characteristics parameter symbol test condition min typ max unit sclk cycle time t clk 35 ns sclk rise time t r 50 ns sclk fall time t f 50 ns sclk high time t hi 10 ns sclk low time t lo 10 ns sdio input, sen to sclk setup t s 10 - - ns sdio input, to sclk hold t h 10 - - ns sclk to sdio output valid t cdv read 2 - 10 ns sen to sdio output high z t sdz read 2 - 10 ns digital input pin capacitance 5 pf 3. four- wire spi interface RDA1846 enable software programming through four-w ire(spi) interface. software controls chip working states, such as txon or rxon operation, and reads status register to get operation result through four-wire interface. four-wire interface is slave inte rface. it includes four pins: sen , sclk , sdi and sdo. sen ,sclk and sdi are input pins , sdo are bi-direction pins. the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 8 free datasheet http://
RDA1846 figure7. four-wire interface write/read timing diagram the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 9 free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 9 doc. b: programming guide 1. setting frequency bit name function 29h[13:0] freq<29:16> freq high value (unit 1khz/8) 2ah[15:0] freq<15:0> freq low value (unit 1khz/8) freq<29:0>= binary (freq(mhz)*1000*8) such as frequency is 409.75mhz, freq<29:0>=409.75*1000*8=3278000= binary (1100100000010010110000) so write 29h [15:0] =000000000000110010 and 2ah [15:0] = 0000010010110000. 2. setting rf band bit name function 0fh[7:6] band_select<1:0> 00 = 400~520mhz 10 =200~260mhz 11 = 134~174mhz 3. reference clock RDA1846 takes 12mhz~14mhz or 24mhz~ 28 mhz crystals as its master re ference clock. setting 2bh[15:0], 2ch[15:0] and 04h[0] according different reference clock. bit name function 2bh[15:0] xtal_freq<15:0> crystal clk freq (unit khz) 12~14mhz:crystal freq*1000 24~ 28mhz: (crystal freq/2)*1000 2ch[15:0] adclk_freq<15:0> adc clk freq (unit khz) 12~14mhz:(crystal freq/2)*1000 24~ 28mhz: (crystal freq/4)*1000 04h[0] clk_mode 12~14mhz:1 24~ 28mhz:0 such as 12.8m crystal (12mhz~14mhz) free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 10 2bh[15:0]= xtal_freq<15:0>=12.8*1000=12800 2ch[12:0] =adclk_freq<15:0>=(12.8/2)*1000=6400 04h[0]= clk_mode =1 26m crystal (24mhz~28mhz) 2bh[15:0]= xtal_freq<15:0>=(26/2)*1000=13000 2ch[15:0] =adclk_freq<15:0>=(26/4)*1000=6500 04h[0]= clk_mode =0 4. setting tx and rx bit name function 30h[13:12] channel_mode 11 = 25khz channel mode 00 = 12.5khz channel mode 10,01=reserved 30h[6] tx_on 1 = on 0 = off 30h[5] rx_on 1 = on 0 = off 5. deep sleep bit name function 30h[2] pdn_reg the same as pdn pin 1 = enable 0 = disable while normal mode, pdn_reg and pdn pin must be high at the same time. only one of pdn_reg and pdn pin is low ,which can turn into deep sleep. 6. tx voice channel bit name function 3ch[15:14] voice_sel<1:0> =00; tx voice signal from mic =01; tx inner sine tone setted by tone2 =10; tx code from gpio1 code_in (gpio1<1:0> must be set to 01) =11; not tx any signal free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 11 7. tx pa_bias output voltage RDA1846 pa_bias pin output voltage can be controlled by 0ah [5:0]. bit name function 0ah [5:0] pabias_voltage<5:0> 000000: 1.01v 000001:1.05v 000010:1.09v 000100: 1.18v 001000: 1.34v 010000: 1.68v 100000: 2.45v 1111111:3.13v 8. subaudio bit name function 45h[2:0] c_mode<2:0> ctcss/cdcss mode sel x00=disable, 001=inner ctcss en, 010= inner cdcss en 101= outter ctcss en, 110=outter cdcss en others =disable 45h[3] ctcss_sel 1 = ctcss_cmp/cdcss_cmp out via gpio 0 = ctcss/cdcss sdo out vio gpio 45h[4] cdcss_sel 24/23 bit cdcss code sel for both txon and rxon 1 = 24 bit code 0 = 23 bit code 45h[7] neg_det_en if 1,cdcss inverse code will be detected at the same time. 45h[11] pos_det_en if 1, cdcss code will be detected. 45h[10] css_det_en if 1, sq detection will add ctcss/cdcss detect result, then 1846 control 1846 voice output on or off. 4ah[15:0] ctcss_freq<15:0> ctcss/cdcss frequency setting ctcss freq = ctcss_freq*2^16 khz it must be set to 134.4hz when use standard cdcss mode when use ctcss/cdcss, this register must be set both free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 12 in rx and tx state 4bh[7:0] 4ch[15:0] 4bh[7:0]=cdcss_code<23:16> 4ch[15:0]=cdcss_code<15::0> cdcss send/receive bit note that msb will be transmitted first!!! see ?RDA1846 register table? cdcss msb when use cdcss, this register must be set both in rx and tx state 23/24 bit cdcss can controlled by 45h [4] (cdcss_sel). cdcss_sel=1 is 24 bit code ,=0 is 23bit code. such as tx 94.7hz ctcss : 4ah[15:0](ctcss_sentreg)=0.0974*(2^16) = 6383 note: setting 45h [2:0]=000 when without subaudio add dcs_pos_det & dcs_neg_det register in 45h when use cdcss mode 9. sq bit name function 30h[3] sq_on 1 = on, then chip auto sq 0 = off 45h[3] ctcss_sel 1 = ctcss_cmp/cdcss_cmp out via gpio 0 = ctcss/cdcss sdo out vio gpio 45h[10] css_det_en if 1, sq detection will add ctcss/cdcss detect result, then 1846 control 1846 voice output on or off. 48h[9:0] th_h_sq<9:0> sq open threshlod sq detect high th, rssi_cmp will be 1 when rssi>th_h_sq, unit 1/8db 48h[9:3] binary (135+ sq open threshlod) 49h[9:0] th_l_sq<9:0> sq shut threshold sq detect low th, rssi_cmp will be 0 when rssi RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 13 10. vox bit name function 30h[4] vox_on 1 = on, then chip auto vox 0 = off 41h[15:0] th_h_vox<15:0> vox open threshold th_h_vox<15:0>=225* (open threshold) when vssi > th_h_vox, then vox will be 1 (unit mv ) 42h[15:0] th_l_vox<15:0> vox shut threshold th_l_vox<15:0>=225* (shut threshold) when vssi < th_l_vox && time delay meet, then vox will be 0 (unit mv ) such as vox open open threshold=2mv, vox shut threshold=2mv so 42h[15:0]=225*1(mv)= binary (225)= 0000000011100001 41h[15:0]=225*2(mv)= binary (450)= 0000000111000010 11. eliminating tail noise while setting 30h [11]=1 eliminates tail noise when tx and rx, note turning on tx and rx ctcss operation. tx ctcss phase can be controlled by 45h[15:14]. bit name function 30h[11] tail_elim_en 1 = tail elim enable 0 = disable 45h[15:14] shift_select<1:0> select ctcss phase shift when use tail eliminating function when tx 00 = 120 degree shift 01 = 180 degree shift 10 = 240 degree shift 11 = reserved 12. dtmf bit name function 63h[15:10] others<5:0> 000000 63h[9:8] dtmf_mode<1:0> 11 =transmit or receive dtmf single tone2 01 =transmit or receive dtmf dual tone1+tone2 others = disable free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 14 63h[7:4] dtmf_time1<3:0> time interval for dual tone transmission time = dtmf_time1*5ms 63h[3:0] dtmf_time2<3:0> time interval for dtmf idle state time = dtmf_time2*5ms 35h[15:0] tone1_freq<15:0> interval_v_reg= (tone1 freq(khz)* 2^12) 36h[15:0] tone2_freq<15:0> interval_c_reg= (tone2 freq(khz)* 2^12) 5ch[12] dtmf_idle dtmf idle 66h[15:8] dtmf_c0 697hz 66h[15:8]= 01100001 12.8mhz and 25.6mhz 66h[15:8]= 01100001 13mhz and 26mhz 66h[7:0] dtmf_c1 770hz 66h[7:0]=01011011 12.8mhz and 25.6mhz 66h[7:0]=01011110 13mhz and 26mhz 67h[15:8] dtmf_c2 852 hz 67h[15:8]=01010011 12.8mhz and 25.6mhz 67h[15:8]= 01010111 13mhz and 26mhz 67h[7:0] dtmf_c3 941 hz 67h[7:0]=01001011 12.8mhz and 25.6mhz 67h[7:0]= 01001011 13mhz and 26mhz 68h[15:8] dtmf_c4 1209 hz 68h[15:8]=00101100 12.8mhz and 25.6mhz 68h[15:8]=00110001 13mhz and 26mhz 68h[7:0] dtmf_c5 1336 hz 68h[7:0]=00011110 12.8mhz and 25.6mhz 68h[7:0]=00011110 13mhz and 26mhz 69h[15:8] dtmf_c6 1477 hz 69h[15:8]=00001010 12.8mhz and 25.6mhz 69h[15:8]=00001111 13mhz and 26mhz 69h[7:0] dtmf_c7 1633 hz 69h[7:0]=11110110 12.8mhz and 25.6mhz 69h[7:0]=11111011 13mhz and 26mhz 6ch[10:5] dtmf_index<5:0> <5:3> : tone1 detect index <2:0> : tone2 detect index, will be used when single tone mode 6ch [4] dtmf_flag dtmf code not valid flag 1 = not valid 6ch [3:0] dtmf_code<3:0> dtmf code out usually, f0~f7 is selected as 697, 770, 852, 941, 1209, 1336, 1477, 1633 hz (default) free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 15 f4 f5 f6 f7 f0 1 2 3 a f1 4 5 6 b f2 7 8 9 c f3 e(*) 0 f(#) d tx and rx dtmf set 63h [8]=1(dtmf_en),close dtmf set 63h [8]=0. setting dtmf frequency 35h[15:0 ] (tone1_freq) 35h and 36h[15:0 ] (tone2_freq) .unite is 1/2^12khz such as dtmf signal is 697hz 1633hz tone1_freq<15:0> = round 0.697 *2^12 =2855 tone2_freq<15:0> = round 1.633 *2^12 =6689 if tx single frequency signal, only setting tone2_freq and 63h [9:8]=11(single_tone), and 63h[7:4]=1111,63h[3:0]=0000.or setting tone2_freq and 3ch[15:14]=01. rx dtmf: step1:set 66h,67h,68h,69h dtmf frequency according to reference clock step2: set dtmf_en=1 (63h[8]) if use int mode, should set gpio2<1:0> to 01, and set int_grp_en<6> to 1 step3 read dtmf_idle every 10ms until dtmf_idle= 1 (5ch[12]) or wait int when use int mode step4: read dtmf_code<3:0> (6ch[3:0] step5: read dtmf_idle every 10ms until dtmf_idle=0 (5ch [12]) or write 00h=0x1846 (to clear int) when use int mode step6: jump to step3 end of rx dtmf, setting dtmf_en=0 and software jump out the circle steps. tx dtmf: step1: setting dtmf sequence and the first dtmf frequency (ton1_freq and ton2_freq) step2: set dtmf_en=1 when needed (63h[8]) if use int mode, should set gpio2<1:0> to 01, and set int_grp_en<6> to 1 step3: read dtmf_idle every 10ms until dtmf_idle= 1 (5ch[12]) or wait int when use int mode step4: setting the next dtmf frequency (ton1_freq and ton2_freq) according dtmf sequence step5: read dtmf_idle every 10ms until dtmf_idle=0 (5ch [12]) or write 00h, 0x1846 (to clear int) when use int mode step6: jump to step3 end of tx dtmf, setting dtmf_en=0 and software jump out the circle steps. 13. tx fm deviation bit name function [15:13] others 00 43h [12:6] xmitter_dev<6:0> ctcss/cdcss + voice dev setting free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 16 43h [5:0] c_dev<5:0> ctcss/cdcss dev setting adjusting 43h [12:6] ( xmitter_dev) can change tx fm deviation of voice and subaudio. adjusting 43h [5:0] ( c_dev) can only change tx fm deviation of ctcss and cdcss. 14. rx voice range bit name function 44h[15:8] others 00000000 44h[7:4] volume1<3:0> (0000)-15db~(1111)0db, step 1db 44h[3:0] volume2<3:0> (0000)-15db~(1111)0db, step 1db adjusting 44h [3:0] and 44h [7:4] can change rx voice range. 15. tx and rx code set code mode: step1: set 58h[1:0]=11 set voice hpf bypass step2: set 58h[5:3]=111 set voice lpf bypass and pre/de-emph bypass step3 set 3ch[15:14]=10 set code mode step4: set 1fh[3:2]=01 set gpio code in or code out tx code mode step1: 45h[2:0] 010 rx code mode step1: set 45h[2:0]=001 step2: set 4dh[15:10]=000001 16. gpio register 1fh. bit name function 15:14 gpio7<1:0> 00 =hi-z 01 = vox 10 = low 11 = high 13:12 gpio6<1:0> 00 =hi-z free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 17 01 = sq, or =sq&ctcss/cdcss,when sq_out_sel=1 10 = low 11 = high 11:10 gpio5<1:0> 00 =hi-z 01 = txon_rf 10 = low 11 = high 9:8 gpio4<1:0> 00 =hi-z 01 = rxon_rf 10 = low 11 = high 7:6 gpio3<1:0> 00 =hi-z 01 = sdo 10 = low 11 = high 5:4 gpio2<1:0> 00 =hi-z 01 = int 10 = low 11 = high 3:2 gpio1<1:0> 00 =hi-z 01 = code_out/code_in 10 = low 11 = high 1:0 gpio0<1:0> 00 =hi-z 01 = css_out/c ss_in/css_cmp 10 = low 11 = high 17. int register 2dh. 16? b0000_0000_0000 bit name function 15:10 others <5:0> 000000 9:0 int_grp_en<9:0> <9> :css_cmp_int enabl <8> : rxon_rf int enable <7> : txon_rf int enable <6> : dtmf_idle int enable free datasheet http://
RDA1846 <5> : ctcss phase shift detect int enable <4> : idle state time out int enable <3> : rxon_rf timerout int enable <2> : sq int enable; <1> : txon_rf time out int enable; <0> : vox int enable 18. st_mode bit name function 30h[9:8] st_mode<1:0> 11 = reserved 10 = txon_rf & rxon_rf auto 01 = rxon_rf auto, txon_rf manu 00 = txon_rf & rxon_rf manu timer1 st_mode=10 txon detect vox vox=0 vox =0 can generate int tmier1&timer5 timer1 txon detect vox vox=0 st_mode=00 timer5 timer5 timer1 vox=1 vox=1 vox=1 txon vox=0 txon timer1 vox=1 vox =1 can t generate int txon rxon sleep the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 18 free datasheet http://
RDA1846 txon txon rxon rxon timer3 timer5 timer4 timer4 st_mode=10 rxon rxon st_mode=01 timer4 timer4 tmier 3 tmier 4 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 19 free datasheet http://
RDA1846 txon rxon rxon timer7 timer7 timer7 timer7 txon idle time timer7 can generate int idle time < timer7 can t generate int idle time timer7 idle time >timer7 idle time >timer7 idle time >timer7 tmier 7 tmier 8 ppt off ppt off ppt push txon txoff txoff timer8 eliminate tail noise invert phase 120 or 180 19. pre-emphasis/de-emphasis filter bit name function 58h[3] pre/de-emph 1=pre/de-emph bypass 0=normal 20. only read register bit name function 5fh[9:0] rssi<9:0> received signal strength indication, unit 1/8db 60h[14:0] vssi<14:0> voice signal strength indication, unit mv 6ch[10:5] dtmf_index<5:0> <5:3> : tone1 detect index <2:0> : tone2 detect index 6ch[3:0] dtmf_code<3:0> dtmf code out the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 20 free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 21 1:f0+f4, 2:f0+f5, 3:f0+f6, a:f0+f7, 4:f1+f4, 5:f1+f5, 6:f1+f6, b:f1+f7, 7:f2+f4, 8:f2+f5, 9:f2+f6, c:f2+f7, e(*):f3+f4, 0:f3+f5, f(#):f3+f6, d:f3+f7 such as read 5fh[9:0]= binary (110100000)=dec(416) so received signal strength =(416*0.125)-135=(416/8)-135= -83dbm 21. flag bit name function 5ch[12] dtmf_idle dtmf idle 5ch [10] rxon_rf if 1, rxon is enable 5ch[ 9] txon_rf if 1, txon is enable 5ch[ 7] invert_det ctcss phase shift detected 5ch [2] css_cmp ctcss/cdcss compared 5ch [1] sq sq final signal out from dsp 5ch [0] vox vox out from dsp 22. initial process refer to the ?rda18456 _register_table? 23. register introduction register 30h. bit name function default 15:14 others 00 00 13:12 channel_mode 11 = 25khz channel mode 00 = 12.5khz channel mode 10,01=reserved 0 11 tail_elim_en 1 = tail elim enable 0 = disable 0 10 others 0 0 9:8 st_mode<1:0> 11 = reserved 10 = txon_rf & rxon_rf auto 00 free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 22 01 = rxon_rf auto, txon_rf manu 00 = txon_rf & rxon_rf manu 7 mute 1 = mute when rxno 0 = no mute 0 6 tx_on 1 = on 0 = off 0 5 rx_on 1 = on 0 = off 0 4 vox_on 1 = on, then chip auto vox 0 = off 0 3 sq_on 1 = on, then chip auto sq 0 = off 0 2 pdn_reg the same as pdn pin 1 = enable 0 = disable 0 1 chip_cal_en 1 = cal enable 0 = cal disable 0 0 soft_reset 1 = reset, then all the registers are reset to default value 0 = normal 0 register 04h. bit name function default 15:1 others 0000_1111_0001_000 0 clk_mode 12~14mhz:1 24~ 28mhz:0 1 register 0ah. bit name function default 15:6 others 0000_0100_00 5:0 pabias_voltage<5:0> see tx pa_bias output voltage 10_0000 register 0fh. bit name function default 15:8 others 00000000 7:6 band_select see setting rf band 00 5:0 others 100100 register 29h. bit name function default 15:14 others 00 13:0 freq_reg see setting frequency 0000000110010 register 2ah. bit name function default free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 23 15:0 freq_reg see setting frequency 0000010010110000 register 2bh. bit name function default 15:0 xtal_freq see reference clock 0011001000000000 register 3ch. bit name function default 15:14 voice_sel<1:0> see tx voice channel 00 13:0 others 00_1001_0101_1000 register 41h. bit name function default 15 others 0 14:0 th_h_vox<14:0> see vox 00_0000_0100_0000 register 42h. bit name function default 15 others 0 14:0 th_h_vox<14:0> see vox 00_0000_0011_1100 register 45h. bit name function default 15:14 shift_select<1:0> see eliminating tail noise 00 13:12 others 00 11 pos_det_en see subaudio 1 10 css_det_en see subaudio/sq 0 9:8 others 10 7 neg_det_en see subaudio 1 6:5 others 00 4 cdcss_sel see subaudio 0 3 others 0 2:0 c_mode<2:0> see subaudio 000 register 48h. bit name function default 15:10 others 000000 9:0 sq open threshold see sq 0001010000 register 49h. bit name function default 15:10 others 000000 9:0 sq shut threshold see sq 0000111100 register 4ah. bit name function default free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 24 15:0 ctcss_freq see subaudio 0001100110011001 register 4bh. bit name function default 15:8 others read as zeros 0000_0000 7:0 cdcss_code see subaudio 0110_0101 register 4ch. bit name function default 15:0 cdcss_code see subaudio 1101_1000_0001_0110 register 54h. bit name function default 15:13 others 0001_0001 7 sq_out_sel see sq 0 6:0 others 100_1000 register 63h. bit name function default 15:10 reserved<5:0> 000000 0000 9 single_tone see dtmf 0 8 dtmf_en see dtmf 0 7:4 dtmf_time1<3:0> see dtmf 1000 3:0 dtmf_time2<3:0> see dtmf 1000 register 66h bit name function default 15:8 dtmf_c0 697hz 0110_0001 7:0 dtmf_c1 770hz 0101_1011 register 67h. bit name function default 15:8 dtmf_c2<7:0> 852hz 0101_0011 7:0 dtmf_c3<7:0> 941hz 0100_1011 register 68h. bit name function default 15:8 dtmf_c4<7:0> 1209hz 0010_1100 7:0 dtmf_c5<7:0> 1336hz 0001_1110 register 69h. bit name function default 15:8 dtmf_c6<7:0> 1477hz 0000_1010 7:0 dtmf_c7<7:0> 1633hz 1111_0110 free datasheet http://
RDA1846 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 25 change list rev date author change description 0.1 2009-5-20 liu ge & liu ya nan original draft 1.1 2009-6-17 liu ge & liu ya nan 1.1 2009-10-13 liu ge add register indroduction 1.2 2009-11-13 liu ge modify dtmf and rssi indroduction free datasheet http://
RDA1846 disclaimer the information provided here is believed to be reliable; rda microelectronics assumes no liability for inaccuracies and omissions. rda microelectronics assume s no liability for the use of this information and all such information should entirely be at the user?s own risk. specifications described and contained here are subjected to change without notice for the purpose of improving the design and performance. all of the information described herein shall only be used for sole purpose of development work of RDA1846, no right or license is implied or granted except for the ab ove mentioned purpose. rda microelectronics does not authorize or warrant any rda products for use in the life support devices or systems. copyright@2006 rda microelectroni cs inc. all rights reserved for technical questions and additional info rmation about rda microelectronics inc.: website: www.rdamicro.com mailbox: info@rdamicro.com rd a microelectronics (shanghai), inc. rda microelectronics (beijing), inc. tel: +86-21-50271108 tel: +86-10-63635360 fax: +86-21-50271099 fax: +86-10-82612663 the information contained herein is the exclusive property of rda and shall not be distributed, reproduced, or disclosed in who le or in part without prior written permission of rda. 26 free datasheet http://


▲Up To Search▲   

 
Price & Availability of RDA1846

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X