Index: Librarier/bt_rom/format/headset.format
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/Librarier/bt_rom/format/headset.format	(revision 4319)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/Librarier/bt_rom/format/headset.format	(working copy)
@@ -267,6 +267,10 @@
 	1 mem_queue_init_flag
 	2 mem_hci_version_svnid
 	6 mem_bd_addr_new
+	32 mem_efuse_encryp_data
+	2 mem_encryp_inital_value
+	2 mem_encryp_param
+	1 mem_encryp_count
 0 mem_headset_end
 )
 (
Index: Librarier/bt_rom/util/geneep.exe
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: ModuleDemo/25_OTA/bt_demo/BT/do.bat
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/BT/do.bat	(revision 4319)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/BT/do.bat	(working copy)
@@ -70,6 +70,12 @@
 
 ::copy %output%\flash.dat  ..\..\..\..\24_TWS\bt_demo\BT\output\ota.dat
 
+copy sched.rom  	..\..\CM0\respin
+copy memmap.format  ..\..\CM0\respin
+copy ramcode.rom  ..\..\CM0\respin
+copy zcode.rom  ..\..\CM0\respin
+
+
 :gen_eep_end
 cd ..
 echo **********************************
Index: ModuleDemo/25_OTA/bt_demo/BT/patch/patch.prog
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/BT/patch/patch.prog	(revision 4319)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/BT/patch/patch.prog	(working copy)
@@ -1,5 +1,5 @@
 //define EFUSE_CODE
-//define FUNCTION_WATCH_DOG
+define FUNCTION_WATCH_DOG
 //define TEST_QUEUE_DEBUG
 //define RF_DEBUG
 //define WHITE_LIST
@@ -34,6 +34,7 @@
 	beq patch10_5,p_set_freq_tx
 	beq patch10_6,p_initialize_radio_cont
 
+	beq patch11_4,p_prep_crypt
 	
 	beq patch13_6,p_initialize_radio_cont_by_init_param
 
@@ -86,6 +87,9 @@
 	branch assert
 
 p_main_loop:
+ifdef FUNCTION_WATCH_DOG
+	call p_wdt_kick_watchdog
+endif //FUNCTION_WATCH_DOG
 	call sp_calc_sequence 
 	call sp_calc_sequence_256
 	call publickey_calc
@@ -419,6 +423,11 @@
 	call p_buck_setting
 	fetch 1,0x8341
 	store 1,mem_hibernate_flag
+	
+	setarg 0x1171
+	store 2,mem_encryp_inital_value
+	call z_efuse_custom_encryption
+	
 ifdef FUNCTION_WATCH_DOG
 	call wdt_init_reset_with_start
 endif //FUNCTION_WATCH_DOG
@@ -623,6 +632,9 @@
 
 p_slave_loop:
 //	bpatch patch07_2,mem_patch07
+ifdef FUNCTION_WATCH_DOG
+	call p_wdt_kick_watchdog
+endif //FUNCTION_WATCH_DOG
 	call scheduler_process
 	call slave_conn_recv_packet	/* go listen for a packet */
 	nbranch slave_notmatch,match
@@ -1310,6 +1322,7 @@
 
 // input: rega	return pdata=0:true  pdata = 1:false
 p_check_addr_in_white_list:
+ifdef WHITE_LIST
 	fetch 1,mem_le_white_list_cnt
 	copy pdata,loopcnt
 	arg mem_le_white_list,regb
@@ -1322,6 +1335,7 @@
 	increase 7,regb
 	loop p_check_addr_in_white_list_loop
 	setarg 1
+endif	
 	rtn
 
 
@@ -3354,3 +3368,11 @@
 	disable master
 	rtn	
 
+p_prep_crypt:
+	fetch 1,mem_state_map
+	isolate1 smap_encryption,pdata
+	setflag true,0,pdata
+	and pdata,0x01,pdata
+	branch prep_crypt+4
+
+
Index: ModuleDemo/25_OTA/bt_demo/BT/patch/z.prog
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/BT/patch/z.prog	(revision 4319)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/BT/patch/z.prog	(working copy)
@@ -1506,3 +1506,58 @@
 	jam SP_STAT_KEY_SEND,mem_master_sp_state
 	rtn	
 	
+org z
+// input --- mem_encryp_inital_value  output --- mem_encryp_inital_value
+z_efuse_custom_encryption:
+	arg 0x20,pdata
+	arg mem_efuse_encryp_data,rega
+	arg 32,temp
+	call efuse_read_data
+//	setarg 0xaa55
+//	store 2,mem_encryp_inital_value
+	arg mem_efuse_encryp_data,contr
+	ifetch 2,contr
+	rtn blank
+	store 2,mem_encryp_param
+	call z_efuse_custom_encryption_init
+	call z_efuse_custom_encryption_read_efuse_data_add_loop
+	call z_efuse_custom_encryption_init
+	branch z_efuse_custom_encryption_read_efuse_data_ixor_loop
+	
+z_efuse_custom_encryption_init:
+	arg mem_efuse_encryp_data+2,rega
+	arg 6,loopcnt
+	jam 1,mem_encryp_count
+	rtn
+	
+// input:pdata----read efuse addr
+z_efuse_custom_encryption_read_efuse_data_add_loop:
+	ifetch 2,rega
+	fetcht 2,mem_encryp_inital_value
+	iadd temp,pdata
+	store 2,mem_encryp_inital_value
+	fetch 1,mem_encryp_count
+	iadd rega,rega
+	increase 2,rega
+	fetch 1,mem_encryp_count
+	pincrease 1
+	store 1,mem_encryp_count
+	loop z_efuse_custom_encryption_read_efuse_data_add_loop
+	rtn
+z_efuse_custom_encryption_read_efuse_data_ixor_loop:
+	ifetch 2,rega
+	fetcht 2,mem_encryp_inital_value
+	ixor temp,pdata
+	store 2,mem_encryp_inital_value
+	fetch 1,mem_encryp_count
+	iadd rega,rega
+	add rega,2,rega
+	fetch 1,mem_encryp_count
+	pincrease 1
+	store 1,mem_encryp_count
+	loop z_efuse_custom_encryption_read_efuse_data_ixor_loop
+	fetch 2,mem_encryp_inital_value
+	fetcht 2,mem_encryp_param
+	isub temp,null
+	nbranch assert,zero
+	rtn
\ No newline at end of file
Index: ModuleDemo/25_OTA/bt_demo/BT/sched/patch.dat
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/BT/sched/patch.dat	(revision 4319)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/BT/sched/patch.dat	(working copy)
@@ -17,7 +17,7 @@
 00   #mem_patch0E
 00   #mem_patch0F
 62   #mem_patch10
-00   #mem_patch11
+10   #mem_patch11
 00   #mem_patch12
 40   #mem_patch13
 01   #mem_patch14
Index: ModuleDemo/25_OTA/bt_demo/CM0/Prj/MDK/Objects/tool/c.bat
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/Prj/MDK/Objects/tool/c.bat	(revision 4319)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/Prj/MDK/Objects/tool/c.bat	(working copy)
@@ -1,21 +1,159 @@
-::@echo off
+@echo off
 cls
 
-set ROOT_PATH=..\..\..
-set BT_PATH=%ROOT_PATH%\BT
-set PATCH_PATH=%BT_PATH%\output
+set ROOT_PATH=..\..
+set RESPIN_PATH=%ROOT_PATH%\respin
 set OBJ_PATH=.\Objects
-
+set now_path=%~dp0
+call:getstrlocation %now_path% ModuleDemo location
+call:get_fix_len_str  %now_path% location soft_path
+set lib_path=%soft_path%Librarier
+set rom_path=%lib_path%\bt_rom
+set util=%rom_path%\util
+@echo on
 echo start compile cm0 bin
 set OBJ_PATH=.\Objects
 perl %OBJ_PATH%\tool\hex2rom.pl 0 80000  32 %OBJ_PATH%\yc11xx.hex  %OBJ_PATH%\output\out.rom
 copy %OBJ_PATH%\output\out.rom ..\Output
 
 echo compile cm0 bin ok
+@echo off
+copy %RESPIN_PATH%\ramcode.rom ..\Output\ramcode.rom
+copy %RESPIN_PATH%\sched.rom   ..\Output\sched.rom
+copy %RESPIN_PATH%\memmap.format   ..\Output\memmap.format
+copy %RESPIN_PATH%\zcode.rom   ..\Output\zcode.rom 
+cd ..\Output
+::%util%/geneep  -n -z 
+%util%/geneep -f -n -z
+
+del zcode.rom 	/s
+del ramcode.rom 	/s
+del memmap.format 	/s
+del sched.rom 	/s
 
+perl %util%\flash2bin.pl
 
-echo start compile full bin
-echo %BT_PATH%
-cd %BT_PATH%
-call do.bat eep
 echo compile full bin ok
+
+:end
+goto:eof
+
+::------------------------------------------
+::---------------func:get_fix_len_str-------
+::------------------------------------------
+:get_fix_len_str
+setlocal
+set "getstr=%NULL%"
+set str=%1
+set /a len=%2
+set num=0
+:get_fix_len_str_loop
+set getstr=%getstr%%str:~0,1%
+set /a num+=1
+set str=%str:~1%
+if %num% lss %len% goto get_fix_len_str_loop
+(endlocal
+ set %3=%getstr%
+)
+goto:eof
+::---------------end:func-------------------
+
+
+
+::------------------------------------------
+::---------------func:getstrlocation-------
+::------------------------------------------
+:getstrlocation
+setlocal
+set "bstr=%1"
+set "cstr=%2"
+set %3=0
+set "num=0"
+set "len_bstr=0"
+set "len_cstr=0"
+
+call:getstrlen %bstr% len_bstr
+call:getstrlen %cstr% len_cstr
+
+:getstrlocation_next
+set /a len_remain=len_bstr-num
+if %len_remain% lss %len_cstr% (
+echo "cann't get str location"
+set /a num =0
+goto getstrlocation_last
+)
+
+call:get_fix_len_str %bstr%  len_cstr compar_str
+
+if not %compar_str%==%cstr% (
+set /a num+=1
+set "bstr=%bstr:~1%"
+goto getstrlocation_next
+)
+
+:getstrlocation_last
+(endlocal
+	set %3=%num%
+)
+goto:eof
+::---------------end:func-------------------
+
+
+
+
+::------------------------------------------
+::---------------func:getstrlen-------------
+::------------------------------------------
+:getstrlen
+setlocal
+set str=%1
+set %2=0
+set /a "num=0"
+
+:getstrlen_next
+if "%str%"=="" goto getstrlen_last
+
+if not "%str%"=="" (
+set /a num+=1 
+set "str=%str:~1%"
+goto getstrlen_next
+)
+
+:getstrlen_last
+(endlocal
+	set /a "%2=%num%"
+)
+goto:eof
+::---------------end:func-------------------
+
+
+
+
+::------------------------------------------
+::---------------func:getcharlocation-------
+::------------------------------------------
+:getcharlocation
+setlocal
+set "str=%1"
+set "ch=%2"
+set %3=0
+set /a "num=0"
+
+:getcharnext
+if "%str%"=="" ( 
+set /a num=0
+goto getcharlast
+)
+
+if not "%str%"=="" (
+set /a num+=1
+if "%str:~0,1%"=="%ch%" goto getcharlast
+set "str=%str:~1%"
+goto getcharnext
+)
+:getcharlast
+(endlocal
+set %3=%num%
+)
+goto:eof 
+::---------------end:func-------------------
Index: ModuleDemo/25_OTA/bt_demo/CM0/Prj/MDK/Objects/tool/d.bat
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/Prj/MDK/Objects/tool/d.bat	(revision 4319)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/Prj/MDK/Objects/tool/d.bat	(working copy)
@@ -1,27 +1,30 @@
 ::@echo off
 cls
-
-set ROOT_PATH=..\..\..
-set BT_PATH=%ROOT_PATH%\BT
-set PATCH_PATH=%BT_PATH%\output
-set OBJ_PATH=.\Objects
-
 echo start download ROM code...
-cd %BT_PATH%
-call a.bat
-echo download ROM code OK
-goto:eof
-
-
-
-
-
-
-
-
+cd ..\Output
 
+e pu
+::e 8097   040307020506  
+:: enable flash vcc
+e 809a 3f
+:: set flash io port
+e 8090 060502
+e 8094 070304
+e pu
+e fa
+e fr 0 30 
+e fc
+e 8043 00
+::e fw 3 a5
+e fp flash.dat 1000
+e fw 4 a5
+e fw 0 031000
+e k
+pause
 
 
+echo download ROM code OK
+goto:eof
 
 
 
@@ -43,90 +46,13 @@
 
 
 
-::------------------------------------------
-::---------------func:getstrlocation-------
-::------------------------------------------
-:getstrlocation
-setlocal
-set "bstr=%1"
-set "cstr=%2"
-set %3=0
-set "num=0"
-set "len_bstr=0"
-set "len_cstr=0"
-
-call:getstrlen %bstr% len_bstr
-call:getstrlen %cstr% len_cstr
-
-:getstrlocation_next
-set /a len_remain=len_bstr-num
-if %len_remain% lss %len_cstr% (
-echo "cann't get str location"
-set /a num =0
-goto getstrlocation_last
-)
-
-call:get_fix_len_str %bstr%  len_cstr compar_str
-
-if not %compar_str%==%cstr% (
-set /a num+=1
-set "bstr=%bstr:~1%"
-goto getstrlocation_next
-)
-
-:getstrlocation_last
-(endlocal
-	set %3=%num%
-)
-goto:eof
-::---------------end:func-------------------
 
 
-::------------------------------------------
-::---------------func:get_fix_len_str-------
-::------------------------------------------
-:get_fix_len_str
-setlocal
-set "getstr=%NULL%"
-set str=%1
-set /a len=%2
-set num=0
-:get_fix_len_str_loop
-set getstr=%getstr%%str:~0,1%
-set /a num+=1
-set str=%str:~1%
-if %num% lss %len% goto get_fix_len_str_loop
-(endlocal
- set %3=%getstr%
-)
-goto:eof
-::---------------end:func-------------------
 
 
 
 
-::------------------------------------------
-::---------------func:getstrlen-------------
-::------------------------------------------
-:getstrlen
-setlocal
-set str=%1
-set %2=0
-set /a "num=0"
 
-:getstrlen_next
-if "%str%"=="" goto getstrlen_last
 
-if not "%str%"=="" (
-set /a num+=1 
-set "str=%str:~1%"
-goto getstrlen_next
-)
 
-:getstrlen_last
-(endlocal
-	set /a "%2=%num%"
-)
-goto:eof
-::---------------end:func-------------------
 
Index: ModuleDemo/25_OTA/bt_demo/CM0/User/btreg.h
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/User/btreg.h	(revision 4319)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/User/btreg.h	(working copy)
@@ -1675,7 +1675,11 @@
 #define	mem_queue_init_flag                     	0x4f3a
 #define	mem_hci_version_svnid                   	0x4f3b
 #define	mem_bd_addr_new                         	0x4f3d
-#define	mem_headset_end                         	0x4f43
+#define	mem_efuse_encryp_data                   	0x4f43
+#define	mem_encryp_inital_value                 	0x4f63
+#define	mem_encryp_param                        	0x4f65
+#define	mem_encryp_count                        	0x4f67
+#define	mem_headset_end                         	0x4f68
 #define	mem_usb_mouse_data                      	0x4ace
 #define	mem_usb_kb_data                         	0x4ade
 #define	mem_usb_kb_multikey                     	0x4aee
Index: ModuleDemo/25_OTA/bt_demo/CM0/respin/memmap.format
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/respin/memmap.format	(nonexistent)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/respin/memmap.format	(working copy)
@@ -0,0 +1,1684 @@
+0x0000 mem_le_adv_transmit
+0x0001 mem_le_adv_waitcnt
+0x0002 mem_sbc_error
+0x0002 mem_le_adv_rcv
+0x0003 mem_le_req_rcv
+0x0004 mem_le_scanrsp_rcv
+0x0005 mem_le_conn_rcv
+0x0006 mem_inquiryscan_waitcnt
+0x0007 mem_inquiryscan_rcvcnt
+0x0008 mem_pagescan_waitcnt
+0x0009 mem_pagescan_rcvcnt
+0x000a mem_pagescan_rcvfhscnt
+0x000b mem_slave_rcvcnt
+0x000c mem_page_transmit
+0x000d mem_page_rcv
+0x000e mem_page_rcv_fhs
+0x000f mem_master_rcvcnt
+0x0010 mem_fhs_wait_counter
+0x0011 mem_newconnto_counter
+0x0012 mem_inquiry_transmit
+0x0013 mem_inquiry_rcv
+0x0014 mem_fw_ver
+0x0015 mem_current_context
+0x0016 mem_empty_block
+0x0017 mem_last_freq
+0x0018 mem_rssi
+0x0019 mem_rx_type
+0x001a mem_rx_hec_err
+0x001c mem_rx_crc_err
+0x001e mem_context_ptr
+0x0020 mem_display
+0x0028 mem_bcd
+0x0030 mem_state
+0x0031 mem_mode
+0x0032 mem_tsniff
+0x0034 mem_sniff_anchor
+0x0038 mem_clk_offset
+0x003e mem_rx_window
+0x0040 mem_plap
+0x0043 mem_puap
+0x0044 mem_pnap
+0x0046 mem_conn_handle
+0x0047 mem_cur_arq
+0x0048 mem_lmp_to_send
+0x0049 mem_lmi_opcode
+0x004a mem_lmo_reason
+0x004b mem_op
+0x004c mem_state_map
+0x004d mem_supervision_timer
+0x0051 mem_supervision_to
+0x0053 mem_name_offset
+0x0054 mem_key_size
+0x0055 mem_reconn_lmp_sm
+0x0056 mem_aco
+0x0062 mem_kc
+0x0072 mem_conn_timer
+0x0073 mem_sniff_attempt
+0x0074 mem_sniff_timeout
+0x0075 mem_dsniff
+0x0077 mem_amaddr
+0x0078 mem_lmo_opcode1
+0x0079 mem_lmi_opcode1
+0x007a mem_lmo_reason1
+0x007b mem_lmo_tid1
+0x007c mem_lmo_opcode2
+0x007d mem_lmi_opcode2
+0x007e mem_lmo_reason2
+0x007f mem_lmo_tid2
+0x0080 mem_mark_load
+0x0088 mem_hci_version
+0x008b mem_acl_pktlen
+0x008d mem_sco_pktlen
+0x008e mem_acl_pktcnt
+0x0090 mem_sco_pktcnt
+0x0092 mem_current_sniff_attempt
+0x0093 mem_current_sniff_timeout
+0x0094 mem_nfreq_index_inq
+0x0095 mem_nfreq_index_page
+0x0096 mem_ninqy_index
+0x0097 mem_fhs_misc
+0x0098 mem_tx_lch
+0x0099 mem_tx_len
+0x009b mem_subsniff_instant
+0x009f mem_subsniff_rate
+0x00a0 mem_subsniff_tcmax
+0x00a2 mem_subsniff_tsniff
+0x00a3 mem_lpm_adjust
+0x00a4 mem_sync_clke
+0x00aa mem_lpm_current_mult
+0x00ab mem_gpio_wakeup_low
+0x00b0 mem_gpio_wakeup_high
+0x00b5 mem_npage_index
+0x00b6 mem_page_mode
+0x00b7 mem_page_clk
+0x00bb mem_tst_pktcnt_sync
+0x00bd mem_tst_pktcnt_hec
+0x00bf mem_tst_pktcnt_crc
+0x00c1 mem_tst_pktcnt_dmh
+0x00c3 mem_tmp_buffer_head
+0x00c6 mem_tmp_buffer
+0x0116 mem_tester_emulate
+0x0117 mem_temp_payload
+0x0117 test_mode_scenario
+0x0118 test_mode_hopping_mode
+0x0119 test_mode_tx_freq
+0x011a test_mode_rx_freq
+0x011b test_mode_power_mode
+0x011c test_mode_poll_period
+0x011d test_mode_packet_type
+0x011e test_mode_data_length
+0x0120 mem_test_mode_old_debug_config
+0x0121 mem_tester_cnt
+0x0122 mem_temp_am_addr
+0x0123 mem_temp_arq
+0x0124 mem_pdatatemp
+0x012c mem_len
+0x012e mem_clkn_bt
+0x0132 mem_clke_bt
+0x0136 mem_dpll_clkn
+0x013a mem_connection_options
+0x013b mem_nameres_cnt
+0x013c mem_txptr
+0x013e mem_slot_offset
+0x0140 mem_wait_auth_clk
+0x0144 extm_fhs_misc
+0x0145 extm_newconn_am_addr
+0x0146 extm_class
+0x0149 extm_lap
+0x014c extm_uap
+0x014d extm_nap
+0x0150 mem_debug_config
+0x0151 mem_lch_code
+0x0152 mem_fhs_am_addr
+0x0153 mem_dpll_error
+0x0155 mem_bdaddr_list_buff
+0x0179 mem_select_list_item
+0x017a mem_temp_reconn_record
+0x017a mem_record_bt_mode
+0x017b mem_temp_lap
+0x0181 mem_list_item_ptr
+0x0183 mem_eir
+0x01e7 mem_switch_timeout
+0x01e9 mem_acl_dsniff
+0x01eb mem_acl_tsniff
+0x01ed mem_acl_attempt
+0x01ee mem_acl_timeout
+0x01ef mem_temp_force_nack
+0x01f0 mem_avdtp_signal_cmd
+0x01f1 mem_transaction_label
+0x01f2 mem_temp_sbc_decode_buffer_size
+0x01f4 mem_temp_dac_soft_dma_work_wptr
+0x01f6 mem_temp_sbc_soft_dma_start_addr
+0x01f8 mem_temp_dac_soft_dma_start_addr
+0x01fa mem_temp_soft_dma_work_length
+0x01fc mem_temp_soft_dma_work_table_index_value
+0x01fd mem_ucode_status
+0x01fe mem_ucode_flag
+0x0200 mem_qspi_tbuf/* spid buf: 03 addr[23:16] addr[15:8] addr[7:0] */
+0x0201 mem_iicd_tbuf/* iicd buf: iic_adr addr[15:8] addr[7:0] iic_adr */
+0x0201 mem_addr_hi
+0x0202 mem_eep_addr_hi
+0x0202 mem_addr_mi
+0x0203 mem_addr_lo
+0x0204 mem_iicd_addr
+0x0205 mem_spid_rbuf
+0x0209 mem_ucode_buf
+0x020b mem_ucode_len
+0x020d mem_sched_addr
+0x020f mem_ucode_ptr
+0x0212 mem_ucode_keybuf
+0x0222 mem_check_plap_temp
+0x0234 mem_start_addr_temp
+0x0237 mem_spid_tbuf
+0x0239 mem_qspi_defualt
+0x023a mem_switch_fail_master_count
+0x023b mem_app_evt_timer_count
+0x023c mem_flash_address
+0x023f mem_flash_data_address
+0x0241 mem_flash_trans_length
+0x0243 mem_soft_dma_src_addr
+0x0247 mem_soft_dma_dst_addr
+0x024b mem_avctp_command_response
+0x024c mem_avrcp_vol
+0x024d mem_avctp_rx_label
+0x024e mem_h5rx_ackcnt
+0x024f mem_check_err_acl_cont
+0x0250 mem_rp_packets
+0x0251 mem_packet_type
+0x0253 mem_hci_sniff_conn_handle
+0x0255 mem_hci_sniff_max_interval
+0x0257 mem_hci_sniff_min_interval
+0x0259 mem_hci_sniff_attempt
+0x025b mem_hci_sniff_timeout
+0x025d mem_voice_setting
+0x025f mem_retransmission_effort
+0x0260 mem_sco_ptype
+0x0262 mem_extm_uap_restore
+0x0265 mem_h5rx_rptr
+0x0267 mem_h5rx_ack
+0x0268 mem_h5tx_ack
+0x0269 mem_h5tx_rptr
+0x026b mem_h5tx_wptr
+0x026d mem_h5tx_free
+0x026f mem_h5rx_tmp
+0x0270 mem_h5tx_seq
+0x0271 mem_hci_acl_queue_wptr
+0x0273 mem_hci_acl_queue_rptr
+0x0275 mem_hci_acl_queue_end
+0x0277 mem_hci_acl_queue_wcnt
+0x0278 mem_hci_acl_cnt
+0x0279 mem_hci_acl_tx_trigger_wptr//tx via uart
+0x027b mem_ucode_id_local
+0x027c mem_ucode_id_remote
+0x027d mem_check_sum
+0x027e mem_ucode_temp
+0x027f mem_ucode_temp1
+0x0280 mem_lock_in_enc
+0x0281 mem_hci_disconn_reason
+0x0282 mem_hci_curr_len
+0x0283 mem_hci_curr_target
+0x0285 mem_coef_table_temp
+0x03d7 mem_sco_indata
+0x0413 mem_sco_outdata
+0x044f mem_phone_num_count
+0x0450 mem_phone_num_len
+0x0451 mem_phone_number
+0x0460 mem_at_command_data
+0x047e mem_sco_flag
+0x047f mem_l2cap_mem_start
+0x047f mem_l2cap_rxbuff1_len
+0x0481 mem_l2cap_rxbuff2_len
+0x0483 mem_l2cap_rxbuff_new_temp
+0x0484 mem_l2cap_rxbuff_new
+0x0485 mem_l2cap_rxbuff_fifo
+0x0485 mem_l2cap_rxbuff_fifo1
+0x0486 mem_l2cap_rxbuff_fifo2
+0x0487 mem_l2cap_payload_ptr
+0x0489 mem_l2cap_rx_pkt_length
+0x048b mem_l2cap_rx_cid
+0x048d mem_l2cap_rx_done
+0x048e mem_l2cap_signal_ident
+0x048f mem_sdp_tx_buff_ptr
+0x0491 mem_sdp_tx_payload_ptr
+0x0493 mem_sdp_tx_pkt_length
+0x0495 mem_tx_malloc_log
+0x04d5 mem_l2cap_temp_ch_info
+0x04d5 mem_l2cap_temp_ch_psm
+0x04d6 mem_l2cap_temp_ch_state
+0x04d7 mem_l2cap_temp_local_cid
+0x04d9 mem_l2cap_temp_remote_cid
+0x04db mem_l2cap_mem_end
+0x04db mem_le_rxbuf
+0x0503 mem_le_l2capbuf
+0x05db mem_le_mic
+0x05df mem_le_peer_mic
+0x05e3 mem_le_skdm
+0x05eb mem_le_skds
+0x05f3 mem_le_peer_ltk
+0x0603 mem_le_my_ltk
+0x0613 mem_le_mrand
+0x0623 mem_le_state
+0x0624 mem_le_mode
+0x0625 mem_le_tsniff
+0x0627 mem_le_anchor
+0x062b mem_le_clk_offset
+0x0631 mem_le_receive_window
+0x0633 mem_le_plap
+0x0639 mem_le_conn_handle
+0x063a mem_le_arq
+0x063b mem_le_ch
+0x063c mem_le_hop
+0x063d mem_le_event_count
+0x063f mem_le_supervision_timer
+0x0643 mem_le_instant
+0x0645 mem_le_channels
+0x0646 mem_le_conn_sm
+0x0647 mem_le_op
+0x0648 mem_le_access
+0x064c mem_le_crcinit
+0x064f mem_le_window_size
+0x0650 mem_le_slave_latency
+0x0652 mem_le_superto
+0x0654 mem_le_channel_map
+0x0659 mem_le_no_using
+0x065b mem_le_peer_sca
+0x065c mem_le_att_opcode
+0x065d mem_le_att_handle
+0x065f mem_le_err_code
+0x0660 mem_le_ll_pairing_fail_reason
+0x0661 mem_le_sk
+0x0671 mem_le_testtype
+0x0672 mem_le_test_sync
+0x0674 mem_le_test_pcnt
+0x0676 mem_le_notify_len
+0x0677 mem_cmd_le_create_conn
+0x0678 mem_le_adv_temp
+0x068c mem_le_packet_size
+0x068d mem_le_packet_llid
+0x068e mem_le_payload_ptr
+0x0690 mem_lmo_header_length
+0x0691 mem_lmo_header_opcode
+0x0692 mem_lmo_payload
+0x06a3 mem_lmi_accepted_opcode
+0x06a4 mem_disconn_reason_send
+0x06a5 mem_tx_fixed_freq
+0x06a6 mem_rx_fixed_freq
+0x06a7 mem_ext_features_page
+0x06a8 mem_lmpext_ssp_enable
+0x06aa mem_remote_sppcap
+0x06ab mem_lmp_conn_state
+0x06ac mem_soft_timer
+0x06ae mem_pincode_state
+0x06af mem_sres_tid
+0x06b0 mem_accptsco_tid
+0x06b1 mem_wait_encryption
+0x06b2 mem_sniff_payload
+0x06c2 mem_aurand_send_delay_time
+0x06c6 mem_prcp_data
+0x06da mem_prcp
+0x06db mem_prcp_tx_len
+0x06dc rx_buf_data_ptr
+0x06de mem_mod2div_temp
+0x06e1 mem_contw_temp
+0x06e3 mem_rfc_adss
+0x06e4 mem_rfc_current_channel
+0x06e5 mem_rfc_frame_type
+0x06e6 mem_current_fcs
+0x06e7 mem_rfc_paylead_length
+0x06e9 mem_rfc_paylead_ptr
+0x06eb mem_uih_cmd_type
+0x06ec mem_uih_length
+0x06ee mem_rfc_payload_ptr
+0x06f0 mem_ms_param
+0x06f1 mem_pn_credit_flow_type_info
+0x06f2 mem_pn_priority
+0x06f3 mem_pn_acknowledg_timer
+0x06f4 mem_pn_max_retrans
+0x06f5 mem_rfcomm_send_adss
+0x06f6 mem_rfcomm_send_frame_type
+0x06f7 mem_rfcomm_send_fcs
+0x06f8 mem_sdp_mem_start
+0x06f8 mem_sdp_uuid_search_ptr
+0x0700 mem_sdp_continue_byte
+0x0702 mem_sdp_pduid
+0x0703 mem_sdp_transactionid
+0x0705 mem_sdp_transactionid_local
+0x0707 mem_sdp_attribute_maxbyte
+0x0709 mem_sdp_record_maxcnt
+0x070b mem_sdp_record_handle
+0x070f mem_sdp_LACAP_found
+0x0710 mem_sdp_RFCOMM_found
+0x0711 mem_sdp_handle_list
+0x0711 mem_sdp_attrib_list
+0x0731 mem_sdp_error_code
+0x0733 mem_sdp_all_length
+0x0735 mem_handle_humber
+0x0736 mem_search_uuid
+0x0738 mem_sdp_mem_end
+0x0738 mem_rxbuf
+0x0749 mem_random_number
+0x0759 mem_round_key
+0x0769 mem_kinit
+0x0779 mem_input_store
+0x0789 mem_x
+0x0799 mem_y
+0x07a8 mem_y15
+0x07a9 mem_key_store
+0x07ba mem_key_store_end
+0x07bb memp_ar_key
+0x07bd memp_ar_input
+0x07bf mem_ar_hround
+0x07c9 mem_ec_infinite
+0x07ca mem_ec_loopc
+0x07cc mem_aes_cmac_data_length
+0x07cd memdat
+0x07cd mem_ax
+0x07e5 mem_ay
+0x07fd mem_az
+0x0815 mem_bx
+0x082d mem_ax_256//32 bytes
+0x082d mem_by
+0x0845 mem_bz
+0x084d mem_ay_256// 32 bytes
+0x085d mem_cx
+0x086d mem_az_256// 32 bytes
+0x0875 mem_cy
+0x088c mem_cy5
+0x088d mem_bx_256// 32 bytes
+0x088d mem_cz
+0x08a5 mem_k
+0x08ad mem_by_256// 31 bytes
+0x08bd mem_align
+0x08cd mem_bz_256//32 bytes
+0x08cd mem_tmp1
+0x08cd memahbak
+0x08e5 mem_tmp5
+0x08ed mem_cx_256//32 bytes
+0x08ed memahsave
+0x08fd mem_tmp2
+0x090d mem_cy_256// 32 bytes
+0x090d memahsave_end
+0x090d mem_addr_padding
+0x090e mem_addr_value/* 12 bytes     */ 
+0x0915 mem_tmp3
+0x0915 mem_t1
+0x091a mem_addr_value_end
+0x091d mem_addr_iocap_end
+0x092c mem_cy5_256// 1 byte
+0x092d mem_cz_256// 32 bytes
+0x092d mem_tmp0
+0x092d mem_t0
+0x0935 mem_tmp0a
+0x0945 mem_t2
+0x094d mem_k_256//32 bytes
+0x095d mem_t3
+0x096d mem_tmp1_256//32 bytes
+0x0975 mem_t7
+0x098d mem_tmp5_256
+0x09ad mem_tmp2_256
+0x09cd mem_tmp3_256
+0x09cd mem_t1_256
+0x09ed mem_tmp0_256
+0x09ed mem_t0_256
+0x0a0d mem_t2_256
+0x0a2d mem_t3_256
+0x0a4d mem_t7_256
+0x0a6d mem_p
+0x0a85 mem_a
+0x0a9d mem_b
+0x0ab5 mem_gx
+0x0acd mem_gy
+0x0ae5 memh0
+0x0b05 mem_p_256
+0x0b25 mem_a_256
+0x0b45 mem_gx_256
+0x0b65 mem_gy_256
+0x0b85 mem_le_slat
+0x0b95 mem_sp_state_start
+0x0b95 mem_sp_state
+0x0b96 mem_master_sp_state
+0x0b97 mem_sp_flag
+0x0b98 mem_master_sp_flag
+0x0b99 mem_sp_calc
+0x0b9a mem_sp_dh_ready
+0x0b9b mem_sp_localsm
+0x0b9c mem_pairing_auth
+0x0b9d mem_sp_flag_start
+0x0b9d mem_sp_local_key_send_count
+0x0b9e mem_sp_remote_key_recv_count
+0x0b9f mem_sp_remote_key_invalid
+0x0ba0 mem_sp_dhkey_invalid
+0x0ba1 mem_gkey
+0x0ba5 mem_le_pubkey_remote_x_256
+0x0bad mem_sp_pubkey_remote
+0x0bad mem_sp_pubkey_remote_x
+0x0bc5 mem_sp_pubkey_remote_x_end
+0x0bc5 mem_sp_pubkey_remote_y
+0x0bc5 mem_le_pubkey_remote_y_256
+0x0be5 mem_le_dhkey_256
+0x0bed mem_sp_dhkey
+0x0c05 mem_sp_dhkey_end
+0x0c05 mem_sp_random_local
+0x0c15 mem_sp_random_local_end
+0x0c15 mem_sp_random_remote
+0x0c25 mem_sp_random_remote_end
+0x0c25 memresult
+0x0c25 mem_sp_calc_result
+0x0c25 memh
+0x0c29 memg
+0x0c2d memf
+0x0c31 meme
+0x0c35 mem_sp_calc_result_high
+0x0c35 memd
+0x0c39 memc
+0x0c3d memb
+0x0c41 mema
+0x0c45 mem_sp_check_result
+0x0c55 mem_sp_confirm_remote
+0x0c65 mem_sp_prarm_stack
+0x0c75 mem_ipc_skip_continue_proc
+0x0c76 mem_row_scanned_record
+0x0c77 mem_col_scanned_record
+0x0c78 mem_get_keypress_flag_record
+0x0c79 mem_usb_status
+0x0c7a mem_usb_fifo_empty
+0x0c7b mem_usb_read_len
+0x0c7d mem_usb_txbuf
+0x0cbe mem_usb_txbuf1
+0x0cc8 mem_usb_txbuf2
+0x0cd2 mem_usb_rxbuf
+0x0d0e mem_usb_rxbuf_end
+0x0d0f mem_usb_state
+0x0d10 mem_bufptr
+0x0d12 mem_remain
+0x0d13 mem_devicedesc
+0x0d27 mem_hidreportdesc_kb
+0x0d6d mem_hidreportdesc_m
+0x0e35 mem_confdesc
+0x0e7b mem_string0
+0x0e80 mem_string1
+0x0e9e mem_string2
+0x0ebc mem_string3
+0x0eda mem_usb_setup
+0x0eda mem_usb_setup_bmRequestType
+0x0edb mem_usb_setup_bRequest
+0x0edc mem_usb_setup_bValue
+0x0edd mem_usb_setup_bValueH
+0x0ede mem_usb_setup_wIndex
+0x0ee0 mem_usb_setup_bLength
+0x0ee1 mem_usb_setup_bLengthH
+0x0ee2 mem_usb0_setup_ptr
+0x0ee4 mem_usb0_set_report_data_ptr
+0x0ee6 mem_usb_setup_bValue_temp
+0x0ee8 mem_usb0_get_set_report
+0x0ee9 mem_usb0_data_ready_report
+0x0eea mem_usb_tx_win_enable
+0x0eeb mem_usb_tx_mac_enable
+0x0eec mem_usb_zero_packet
+0x0eee mem_usb_ones_packet
+0x0ef0 mem_usb_two_packet
+0x0ef2 mem_usb_idle_flag
+0x0ef3 mem_usb_idle_rate
+0x0ef4 mem_usb_get_protocol_flag
+0x0ef5 mem_usb_set_protocol_status
+0x0ef6 mem_usb_set_protocol_value
+0x0ef7 mem_usb0_state
+0x0ef8 mem_usb_remote_wakeup
+0x0ef9 mem_usb_clear_remote_wakeup
+0x0efa mem_usb_ep0_stall_status
+0x0efb mem_usb_ep1_stall_status
+0x0efc mem_usb_ep2_stall_status
+0x0efd mem_usb_ep3_stall_status
+0x0efe mem_dsc_info_data_pointer
+0x0f00 mem_dsc_info_len
+0x0f01 mem_usb_ep1_data
+0x0f02 mem_usb_ep2_data
+0x0f03 mem_usb_tx_enable
+0x0f04 mem_usb_device_enumeration_endflag
+0x0f05 mem_usb_wakestate_onetime_flag
+0x0f06 mem_usb_mac_wakeup_trig
+0x0f07 mem_usb_set_high_addr_flag
+0x0f08 mem_usb_clear_halt
+0x0f09 mem_hold_contr
+0x0f0b mem_hold_contw
+0x0f0d mem_fifo_temp
+0x0f0e mem_max_bitsneed
+0x0f12 mem_bits_need00
+0x0f12 mem_temp
+0x0f16 mem_bits_need01
+0x0f16 mem_temp1
+0x0f1a mem_bits_need02
+0x0f1a mem_timeup
+0x0f1e mem_bits_need03
+0x0f1e mem_rega
+0x0f22 mem_bits_need04
+0x0f22 mem_regb
+0x0f26 mem_bits_need05
+0x0f26 mem_regc
+0x0f2a mem_bits_need06
+0x0f2a mem_contr
+0x0f2c mem_contw
+0x0f2e mem_bits_need07
+0x0f32 mem_bits_need10
+0x0f36 mem_bits_need11
+0x0f3a mem_bits_need12
+0x0f3e mem_bits_need13
+0x0f42 mem_bits_need14
+0x0f46 mem_bits_need15
+0x0f4a mem_bits_need16
+0x0f4e mem_bits_need17
+0x0f52 mem_wakup_from_power_flag
+0x0f53 mem_saved_gpio_in
+0x0f57 mem_flash_data_address_t
+0x0f57 mem_le_data_len_temp//1byte
+0x0f57 mem_tx_fifo_map_temp
+0x0f57 mem_rpn_dlci//1byte
+0x0f57 mem_event_cmd_response_content//2byte
+0x0f57 mem_le_prand//16byte
+0x0f57 mem_AES_CMAC_k//16 bytes
+0x0f57 mem_regext_index//1 bytes
+0x0f57 mem_temp_block0
+0x0f58 mem_le_data_temp//15bytes
+0x0f58 mem_temp_block1
+0x0f67 mem_le_aes_128//16byte
+0x0f67 mem_regext//64 bytes
+0x0f67 mem_AES_CMAC_k1//16 bytes
+0x0f67 mem_sum_temp
+0x0f67 mem_temp_block2
+0x0f77 mem_AES_CMAC_k2//16 bytes
+0x0f77 mem_temp_block3
+0x0f87 mem_AES_CMAC_temp// 16 bytes
+0x0f87 mem_temp_block4
+0x0f97 mem_AES_CMAC_M_last// 16 bytes
+0x0f97 mem_temp_block5
+0x0fa7 mem_le_mackey//16 bytes
+0x0fa7 mem_temp_block6
+0x0fb7 mem_zcode_temp_param0
+0x0fb8 mem_zcode_temp_param1
+0x0fba mem_zcode_temp_param2
+0x0fbc mem_tws_sync_clk
+0x0fc0 mem_tws_connecting_phase
+0x0fc1 mem_temp_tx_power
+0x0fc2 mem_msbc_miss
+0x0fc4 mem_msbc_error
+0x0fc6 mem_vp_length
+0x0fc9 mem_ota_cmd
+0x0fca mem_ota_return_result
+0x0fcb mem_ota_update_flash_mode
+0x0fcc mem_ota_write_index
+0x0fce mem_ota_write_length
+0x0fd0 mem_ota_write_data_addr
+0x0fd3 mem_ota_write_flash_addr
+0x0fd6 mem_ota_enable_xip_flag
+0x0fd7 mem_xip_flash_offset_mram
+0x0fda mem_storage_start_addr_mram
+0x0fdd mem_ota_notify_handle_mram
+0x0fde mem_ota_write_handle_mram
+0x0fdf mem_ota_buck_size_mram
+0x0fe1 mem_ota_packet_max_len_mram
+0x0fe3 mem_ota_wdt_en_flag
+0x0fe4 mem_ota_wdt_m0_en
+0x4000 mem_patch00
+0x4001 mem_patch01
+0x4002 mem_patch02
+0x4003 mem_patch03
+0x4004 mem_patch04
+0x4005 mem_patch05
+0x4006 mem_patch06
+0x4007 mem_patch07
+0x4008 mem_patch08
+0x4009 mem_patch09
+0x400a mem_patch0a
+0x400b mem_patch0b
+0x400c mem_patch0c
+0x400d mem_patch0d
+0x400e mem_patch0e
+0x400f mem_patch0f
+0x4010 mem_patch10
+0x4011 mem_patch11
+0x4012 mem_patch12
+0x4013 mem_patch13
+0x4014 mem_patch14
+0x4015 mem_patch15
+0x4016 mem_patch16
+0x4017 mem_patch17
+0x4018 mem_patch18
+0x4019 mem_patch19
+0x401a mem_patch1a
+0x401b mem_patch1b
+0x401c mem_patch1c
+0x401d mem_patch1d
+0x401e mem_patch1e
+0x401f mem_patch1f
+0x4020 mem_patch20
+0x4021 mem_patch21
+0x4022 mem_patch22
+0x4023 mem_patch23
+0x4024 mem_patch24
+0x4025 mem_patch25
+0x4026 mem_patch26
+0x4027 mem_patch27
+0x4028 mem_patch28
+0x4029 mem_patch29
+0x402a mem_patch2a
+0x402b mem_patch2b
+0x402c mem_patch2c
+0x402d mem_patch2d
+0x402e mem_patch2e
+0x402f mem_patch2f
+0x4030 mem_patch30
+0x4031 mem_patch31
+0x4032 mem_patch32
+0x4033 mem_patch33
+0x4034 mem_patch34
+0x4035 mem_patch35
+0x4036 mem_patch36
+0x4037 mem_patch37
+0x4038 mem_patch38
+0x4039 mem_patch39
+0x403a mem_patch3a
+0x403b mem_patch3b
+0x403c mem_patch3c
+0x403d mem_patch3d
+0x403e mem_patch3e
+0x403f mem_patch3f
+0x4040 mem_context
+0x4130 mem_current_amaddr
+0x4131 mem_lpm_mode
+0x4132 mem_device_option
+0x4133 mem_scan_mode
+0x4134 mem_last_clkn
+0x4138 mem_features
+0x4140 mem_lap
+0x4143 mem_uap
+0x4144 mem_nap
+0x4146 mem_npage
+0x4147 mem_glap
+0x414a mem_class
+0x414d mem_iscan_window
+0x414f mem_iscan_interval
+0x4151 mem_pscan_window
+0x4153 mem_pscan_interval
+0x4155 mem_page_interval
+0x4157 mem_page_window
+0x4159 mem_page_to
+0x415b mem_inq_window
+0x415d mem_fcomp_mul
+0x415e mem_fcomp_div
+0x415f mem_rx_window_init
+0x4161 mem_rx_window_sniff
+0x4163 mem_rf_init_ptr
+0x4165 mem_rf_init
+0x4166 mem_last_type
+0x4167 mem_retransmission_cnt
+0x4169 mem_next_btclk
+0x416d mem_seqi
+0x416e mem_rf_rccal
+0x416f mem_handle_num
+0x4170 mem_max_slot
+0x4171 mem_eir_enable
+0x4172 mem_afh_instant
+0x4176 mem_afh_error_total
+0x4178 mem_afh_cfg
+0x4179 mem_afh_new_mod
+0x417a mem_afh_map_lo
+0x417f mem_afh_map_hi
+0x4184 mem_afh_used
+0x4185 mem_afh_index
+0x4187 mem_afh_map_new
+0x4192 mem_afh_map
+0x41e2 mem_afh_timer
+0x41e6 mem_afh_classify_channel_map
+0x41f0 mem_chip_functions
+0x41f2 mem_lpm_wake_lock
+0x41f4 mem_lpm_interval
+0x41f6 mem_lpm_overhead
+0x41f7 mem_lpm_hibernate_switch
+0x41f8 mem_sniff_unint_lost
+0x41f9 mem_ptt
+0x41fa mem_sleep_counter//should be 0x41fc in REVC
+0x41fe mem_sleep_counter_all
+0x4202 mem_sleep_clkn
+0x4208 mem_sniff_rcv
+0x420b mem_sniff_lost
+0x420e mem_clks_per_lpo
+0x4211 mem_lpm_loadcode_switch
+0x4212 mem_lpm_memory_choose
+0x4213 mem_lpm_mult
+0x4214 mem_lpm_mult_timeout
+0x4215 mem_lpm_mult_cnt
+0x4216 mem_lpm_config
+0x4219 mem_lpm_xtalcnt
+0x421a mem_lpm_buckcnt
+0x421b mem_lpm_ldocnt
+0x421c mem_lpm_isogate
+0x421d mem_lpm_isogate_final
+0x421e mem_saved_gpio// should be 0x421e in REVC
+0x4246 mem_saved_mark
+0x424e mem_saved_spidctrl
+0x424f mem_patch_ptr
+0x4251 mem_patch_len
+0x4253 mem_timers
+0x4293 mem_link_key_exists
+0x4294 mem_link_key_eeprom_head
+0x4297 mem_link_key
+0x42a7 mem_hci_cmd
+0x42a8 mem_hci_conn_handle
+0x42a9 mem_hci_plap
+0x42ac mem_hci_puap
+0x42ad mem_hci_pnap
+0x42af mem_uartd_rxitems_got_data
+0x42b0 mem_uartd_rxitems_threshold
+0x42b1 mem_uartd_rx_timeout
+0x42b3 mem_sco_attempt_cout
+0x42b4 mem_tx_power
+0x42b5 mem_sfreq_enable
+0x42b6 mem_param_rf_setup
+0x42b8 mem_param_pll_setup
+0x42ba mem_avdtp_xmem_start
+0x42ba mem_avdtpsignal_l2capch_ptr
+0x42bc mem_avdtpmedia_l2capch_ptr
+0x42be mem_audio_allow
+0x42bf mem_audio_state
+0x42c0 mem_audio_src_endpoint
+0x42c1 mem_audio_src_endpoint_state
+0x42c2 mem_a2dp_reconnct_delay_timer
+0x42c3 mem_avdtp_xmem_end
+0x42c3 mem_get_media_type
+0x42c4 mem_get_codec_type
+0x42c5 mem_get_samplefreq_channelmode
+0x42c6 mem_get_blocklen_subb_allocation
+0x42c7 mem_get_min_bitpool
+0x42c8 mem_get_max_bitpool
+0x42c9 mem_get_r_media_type
+0x42ca mem_get_r_codec_type
+0x42cb mem_get_r_samplefreq_channelmode
+0x42cc mem_get_r_blocklen_subb_allocation
+0x42cd mem_get_r_min_bitpool
+0x42ce mem_get_r_max_bitpool
+0x42cf mem_conf_media_type
+0x42d0 mem_conf_codec_type
+0x42d1 mem_conf_samplefreq_channelmode
+0x42d2 mem_conf_blocklen_subb_allocation
+0x42d3 mem_conf_min_bitpool
+0x42d4 mem_conf_max_bitpool
+0x42d5 mem_avc_local_transaction_label
+0x42d6 mem_avdtp_signal
+0x42d8 mem_avdtp_media
+0x42da mem_a2dp_state
+0x42db mem_a2dp_seq_num
+0x42dd mem_audio_output_setting
+0x42de mem_param_sco_use_cm0
+0x42df mem_media_in_fast_mode
+0x42e0 mem_a2dp_buffer_judge_add
+0x42e1 mem_param_a2dp_buffer_judge_add_limit
+0x42e2 mem_a2dp_buffer_judge_drop
+0x42e3 mem_param_a2dp_buffer_judge_drop_limit
+0x42e4 mem_drop_or_add_process_state
+0x42e5 mem_drop_or_add_min_receive_packet_size
+0x42e7 mem_first_buffer_cache
+0x42e8 mem_farrow_filter_delta_uk_sign_bit
+0x42e9 mem_farrow_filter_delta_uk
+0x42ed mem_a2dp_adjust_delta_uk_sign_bit
+0x42ee mem_a2dp_adjust_delta_uk
+0x42f2 mem_a2dp_adjust_total_work_sample
+0x42f6 mem_a2dp_adjust_delta_bytes_sign_bit
+0x42f7 mem_a2dp_adjust_delta_bytes
+0x42f9 mem_slave_force_mute_a2dp_voice
+0x42fa mem_slave_force_mute_a2dp_voice_cnt
+0x42fb mem_tws_wait_sync_ok
+0x42fc mem_last_a2dp_seq_num
+0x42fe mem_param_a2dp_dac_sbc_same_buffer_flag
+0x42ff mem_param_a2dp_dac_buffer_addr_mram_flag
+0x4300 mem_param_a2dp_dac_buffer_start_addr
+0x4302 mem_param_a2dp_dac_buffer_size
+0x4304 mem_param_a2dp_sbc_buffer_addr_mram_flag
+0x4305 mem_param_a2dp_sbc_buffer_start_addr
+0x4307 mem_param_a2dp_sbc_buffer_size
+0x4309 mem_app_state
+0x430a mem_app_handshake_flag
+0x430b mem_sniff_param_interval
+0x430d mem_sniff_param_attempt
+0x430f mem_sniff_param_timeout
+0x4311 mem_cb_check_wakelock
+0x4313 mem_cb_before_hibernate
+0x4315 mem_cb_before_lpm
+0x4317 mem_cb_le_process
+0x4319 mem_cb_bt_process
+0x431b mem_cb_idle_process
+0x431d mem_cb_bb_event_process
+0x431f mem_cb_event_timer
+0x4321 mem_cb_keyscan
+0x4323 mem_device_nums
+0x4324 mem_uart_txpin
+0x4325 mem_uart_rxpin
+0x4326 mem_uart_rtspin
+0x4327 mem_uart_ctspin
+0x4328 mem_uartb_txpin
+0x4329 mem_uartb_rxpin
+0x432a mem_uartb_rtspin
+0x432b mem_uartb_ctspin
+0x432c mem_spid_sclkpin
+0x432d mem_spid_sdiopin
+0x432e mem_iic_sda_pin
+0x432f mem_iic_scl_pin
+0x4330 mem_ef_base
+0x4333 mem_eeprom_block_size
+0x4335 mem_mram_qspi_tx_addr
+0x4337 mem_poweron_state
+0x4338 mem_app_connection_options
+0x4339 mem_app_disconn_reason
+0x433b mem_app_disconn_reason_flag
+0x433d mem_storage_start_addr
+0x4340 mem_local_bdaddr
+0x4346 mem_qspi_gpio_ncs
+0x4347 mem_qspi_gpio_sck
+0x4348 mem_qspi_gpio_io0
+0x4349 mem_qspi_gpio_io1
+0x434a mem_qspi_gpio_io2
+0x434b mem_qspi_gpio_io3
+0x434c mem_nv_data_ptr
+0x434e mem_nv_data_number
+0x434f mem_saradc_check_clk
+0x4350 mem_saradc_flag
+0x4351 mem_bat_read_timer
+0x4352 mem_rf_debug_enable
+0x4353 mem_rf_debug_rf_rx_debug_gpio
+0x4354 mem_rf_debug_rf_tx_debug_gpio
+0x4355 mem_rf_debug_rf_sync_detect_debug_gpio
+0x4356 mem_rf_debug_rf_crc_error_debug_gpio
+0x4357 mem_param_soft_dma_enable
+0x4358 mem_param_soft_dma_table_start_addr
+0x435b mem_param_m0_respin_sco_buffer_start_addr
+0x435e mem_param_app_debug_info_timeout
+0x435f mem_app_debug_info_timer
+0x4360 mem_public_code_svn_version_code
+0x4362 mem_public_code_time_info
+0x4366 mem_public_code_size
+0x4369 mem_fixed_param_area_start
+0x4369 mem_fixed_param_area_reserve
+0x436e mem_param_use_cm0_control_flag
+0x436f mem_avctp_xmem_start
+0x436f mem_avctp_tx_label
+0x4370 mem_avr_state
+0x4371 mem_avr_l2capch_ptr
+0x4373 mem_hp_avctp_timer
+0x4374 mem_avctp_play_state
+0x4375 mem_vlm_notify_enable
+0x4376 mem_vlm_notify_label
+0x4377 mem_avctp_xmem_end
+0x4377 mem_cvsd_in_addr_end
+0x4379 mem_cvsd_in_addr_ptr
+0x437b mem_cvsd_out_addr_start
+0x437d mem_cvsd_out_addr_end
+0x437f mem_cvsd_out_addr_ptr
+0x4381 mem_pcm_in_addr_end
+0x4383 mem_param_pcm_in_buffer_addr_mram_flag
+0x4384 mem_param_pcm_in_buffer_addr
+0x4386 mem_param_cvsd_out_buffer_addr_mram_flag
+0x4387 mem_param_cvsd_out_buffer_addr
+0x4389 mem_param_cvsd_in_buffer_addr_mram_flag
+0x438a mem_param_cvsd_in_buffer_addr
+0x438c mem_param_pcm_8k_out_buffer_addr_mram_flag
+0x438d mem_param_pcm_8k_out_buffer_addr
+0x438f mem_param_pcm_48k_out_buffer_addr_mram_flag
+0x4390 mem_param_pcm_48k_out_buffer_addr
+0x4392 mem_cvsd_start_send
+0x4393 mem_baud
+0x4395 mem_hci_lt_rx_state
+0x4396 mem_hid_xmem_start
+0x4396 mem_hid_l2capch_ptr
+0x4398 mem_hidint_l2capch_ptr
+0x439a mem_hid_xmem_end
+0x439a mem_xmem_sco_start
+0x439a mem_sco_asso_handle
+0x439b mem_sco_handle
+0x439d mem_sco_dsniff
+0x439f mem_sco_tsniff
+0x43a1 mem_sco_wsniff
+0x43a2 mem_sco_tx_packet_type
+0x43a3 mem_sco_rx_packet_type
+0x43a4 mem_sco_rx_packet_len
+0x43a6 mem_sco_tx_packet_len
+0x43a8 mem_air_mode
+0x43a9 mem_neogotiation_state
+0x43aa mem_acl_amaddr
+0x43ab mem_esco_amaddr
+0x43ac mem_esco_arq
+0x43ad mem_acl_arq
+0x43ae mem_last_type_esco
+0x43af mem_last_type_acl
+0x43b0 mem_sco_poll
+0x43b1 mem_esco_attempt
+0x43b2 mem_esco_abnormal_attempt
+0x43b3 mem_xmem_sco_end
+0x43b3 mem_xmem_hf_state_start
+0x43b3 mem_hf_state
+0x43b4 mem_hf_call_state
+0x43b5 mem_hf_command
+0x43b6 mem_agoption
+0x43b8 mem_AG_indicator_map
+0x43bf mem_AG_indicator
+0x43c6 mem_telephone_dialing_state
+0x43c7 mem_telephone_dialing_timer
+0x43c8 mem_xmem_hf_state_end
+0x43c8 mem_hf_vlm_speaker
+0x43c9 mem_music_vlm_speaker
+0x43ca mem_hf_vlm_mic
+0x43cb mem_at_payload_ptr
+0x43cd mem_at_command_ptr
+0x43cf mem_at_rfcomm_data_ptr
+0x43d1 mem_UI_HF_brsf_feature
+0x43d4 mem_codec_type
+0x43d5 mem_codec_msbc_support
+0x43d6 mem_cb_hfp_result_code
+0x43d8 mem_hfp_battery_state
+0x43d9 mem_esco_test
+0x43da mem_sco_transaction_enable
+0x43db mem_local_sco_in_process_flag
+0x43dc mem_ipc_mcu_phase
+0x43dd mem_ipc_mcu_state
+0x43de mem_ipc_enable
+0x43df mem_ipc_le_data_len
+0x43e0 mem_ipc_le_data_att_handle
+0x43e2 mem_ipc_tx_data_len
+0x43e3 mem_ipc_tx_data_ptr
+0x43e5 mem_ipc_loss_packet
+0x43e7 mem_temp_for_addr
+0x43ea mem_ipc_test_buff
+0x43f4 mem_param_ipc_mem_block_start_addr
+0x43f4 mem_param_ipc_to_bt_buf_start_addr
+0x43f7 mem_param_ipc_to_bt_buf_end_addr
+0x43fa mem_param_ipc_to_bt_wptr_addr
+0x43fd mem_param_ipc_to_bt_rptr_addr
+0x4400 mem_param_ipc_to_m0_wptr_addr
+0x4403 mem_param_ipc_to_m0_rptr_addr
+0x4406 mem_param_ipc_to_m0_buf_start_addr
+0x4409 mem_param_ipc_mem_block_end_addr
+0x4409 mem_param_ipc_to_m0_buf_end_addr
+0x440c mem_param_debug_log_func_enable
+0x440d mem_debug_log_temp_point
+0x4411 mem_param_debug_log_mem_block_start_addr
+0x4411 mem_param_debug_log_initial_flag_addr
+0x4414 mem_param_debug_log_lock_flag_cm0_addr
+0x4417 mem_param_debug_log_lock_flag_respin_addr
+0x441a mem_param_debug_log_lock_victim_addr
+0x441d mem_param_debug_log_read_index_addr
+0x4420 mem_param_debug_log_write_index_addr
+0x4423 mem_param_debug_log_buffer_start_addr
+0x4426 mem_param_debug_log_mem_block_end_addr
+0x4426 mem_param_debug_log_buffer_end_addr
+0x4429 mem_wake_flag
+0x442a mem_m0_lpm_flag
+0x442c mem_l2cap_xmem_start
+0x442c mem_l2cap_tx_multi_offset//0 means single packet
+0x442e mem_l2cap_pending_info
+0x442e mem_l2cap_pending_id0
+0x442f mem_l2cap_pending_delay_time0
+0x4433 mem_l2cap_pending_ptr0
+0x4435 mem_l2cap_pending_id1
+0x4436 mem_l2cap_pending_delay_time1
+0x443a mem_l2cap_pending_ptr1
+0x443c mem_l2cap_pending_id2
+0x443d mem_l2cap_pending_delay_time2
+0x4441 mem_l2cap_pending_ptr2
+0x4443 mem_l2cap_pending_count
+0x4444 mem_l2cap_active_ch_count
+0x4445 mem_l2cap_ch_info
+0x4445 mem_l2cap_ch_psm0
+0x4446 mem_l2cap_ch_state0
+0x4447 mem_l2cap_local_cid0
+0x4449 mem_l2cap_remote_cid0
+0x444b mem_l2cap_ch_psm1
+0x444c mem_l2cap_ch_state1
+0x444d mem_l2cap_local_cid1
+0x444f mem_l2cap_remote_cid1
+0x4451 mem_l2cap_ch_psm2
+0x4452 mem_l2cap_ch_state2
+0x4453 mem_l2cap_local_cid2
+0x4455 mem_l2cap_remote_cid2
+0x4457 mem_l2cap_ch_psm3
+0x4458 mem_l2cap_ch_state3
+0x4459 mem_l2cap_local_cid3
+0x445b mem_l2cap_remote_cid3
+0x445d mem_l2cap_ch_psm4
+0x445e mem_l2cap_ch_state4
+0x445f mem_l2cap_local_cid4
+0x4461 mem_l2cap_remote_cid4
+0x4463 mem_l2cap_ch_psm5
+0x4464 mem_l2cap_ch_state5
+0x4465 mem_l2cap_local_cid5
+0x4467 mem_l2cap_remote_cid5
+0x4469 mem_l2cap_ch_psm6
+0x446a mem_l2cap_ch_state6
+0x446b mem_l2cap_local_cid6
+0x446d mem_l2cap_remote_cid6
+0x446f mem_l2cap_ch_psm7
+0x4470 mem_l2cap_ch_state7
+0x4471 mem_l2cap_local_cid7
+0x4473 mem_l2cap_remote_cid7
+0x4475 mem_l2cap_prepare_confreq_count
+0x4476 mem_l2cap_channel_disconnect_timer
+0x4477 mem_sdp_state
+0x4478 mem_ML2CAP_comm_id
+0x4479 mem_used_map
+0x447a mem_tx_fifo0
+0x447a mem_tx_fifo0_map
+0x447b mem_tx_fifo0_ptr
+0x447d mem_tx_fifo1
+0x447d mem_tx_fifo1_map
+0x447e mem_tx_fifo1_ptr
+0x4480 mem_tx_fifo2
+0x4480 mem_tx_fifo2_map
+0x4481 mem_tx_fifo2_ptr
+0x4483 mem_tx_fifo3
+0x4483 mem_tx_fifo3_map
+0x4484 mem_tx_fifo3_ptr
+0x4486 mem_tx_fifo_end
+0x4486 mem_alloc_block
+0x4486 mem_alloc_header
+0x4488 mem_alloc_rptr
+0x448a mem_alloc_wptr
+0x448c mem_alloc_end
+0x448e mem_alloc_cur_len
+0x448f mem_alloc_block_start
+0x449e mem_media_release
+0x449f mem_media_block
+0x449f mem_media_header
+0x44a1 mem_media_rptr
+0x44a3 mem_media_wptr
+0x44a5 mem_media_end
+0x44a7 mem_media_cur_len
+0x44a8 mem_media_block_start
+0x44b7 mem_lcp_block
+0x44b7 mem_lcp_header
+0x44b9 mem_lcp_rptr
+0x44bb mem_lcp_wptr
+0x44bd mem_lcp_end
+0x44bf mem_lcp_cur_len
+0x44c0 mem_lcp_block_start
+0x44cf mem_l2cap_flow_ctrl_flag
+0x44d0 mem_l2cap_pending_item
+0x44d1 mem_l2cap_rxbuff_len_error
+0x44d2 mem_l2cap_xmem_end
+0x44d2 mem_l2cap_rx_max_lenth
+0x44d4 mem_l2cap_rx_malloc_num
+0x44d5 mem_le_dsniff
+0x44d7 mem_le_conn_interval
+0x44d9 mem_le_scan_enable
+0x44da mem_le_scan_interval
+0x44dc mem_le_scan_window
+0x44de mem_le_adv_enable
+0x44df mem_le_adv_data_len
+0x44e0 mem_le_adv_data
+0x44ff mem_le_scan_data_len
+0x4500 mem_le_scan_data
+0x451f mem_le_interal_min
+0x4521 mem_le_interal_max
+0x4523 mem_le_latency
+0x4525 mem_le_timeout
+0x4527 mem_le_ch_mapped
+0x4528 mem_le_new_map
+0x452d mem_le_new_param
+0x452d mem_le_new_transmitwindowsize
+0x452e mem_le_new_transmitwindowoffset
+0x4530 mem_le_new_conninterval
+0x4532 mem_le_new_connslavelatency
+0x4534 mem_le_new_connsupervisiontimeout
+0x4536 mem_le_txheader
+0x4537 mem_le_txlen
+0x4538 mem_le_txpayload
+0x453a mem_le_txcid
+0x453c mem_le_l2cap
+0x453d mem_le_l2cap_response
+0x453e mem_le_txbdy
+0x455d mem_le_pcnt_tx
+0x4562 mem_le_pcnt_rx
+0x4567 mem_le_last_mic
+0x456b mem_le_ivm
+0x456f mem_le_ivs
+0x4573 mem_le_ltk
+0x4583 mem_ltk_exists
+0x4584 mem_le_rconfirm
+0x4594 mem_le_srand
+0x45a4 mem_le_iat
+0x45a5 mem_le_rat
+0x45a6 mem_le_preq
+0x45a7 mem_le_preq_iocap
+0x45a8 mem_le_preq_oob
+0x45a9 mem_le_preq_auth
+0x45aa mem_le_preq_max_keysize
+0x45ab mem_le_preq_init_key_distribution
+0x45ac mem_le_preq_resp_key_distribution
+0x45ad mem_le_pres
+0x45ae mem_le_pres_iocap
+0x45af mem_le_pres_oob
+0x45b0 mem_le_pres_auth
+0x45b1 mem_le_pres_max_keysize
+0x45b2 mem_le_pres_init_key_distribution
+0x45b3 mem_le_pres_resp_key_distribution
+0x45b4 mem_le_pairing_state
+0x45b5 mem_le_enc_state
+0x45b6 mem_le_pairing_mode
+0x45b7 mem_le_tk
+0x45bb mem_le_ediv
+0x45bd mem_le_rand
+0x45c5 mem_le_irk
+0x45d5 mem_le_fixed_passkey_flag
+0x45d6 mem_le_secure_connect_enable
+0x45d7 mem_le_secure_connect_flag
+0x45d8 mem_le_sc_calc
+0x45d9 mem_le_secure_connect_state
+0x45da mem_le_sc_confirm_gkey_flag
+0x45db mem_le_sc_local_key_invalid
+0x45dc mem_le_pairing_handle
+0x45de mem_le_search_handle_start
+0x45e0 mem_le_search_handle_end
+0x45e2 mem_le_att_offset
+0x45e2 mem_le_search_att_type_length
+0x45e3 mem_le_search_att_type
+0x45f3 mem_le_notify_handle
+0x45f5 mem_le_search_uuid_length
+0x45f6 mem_le_search_uuid
+0x4606 mem_le_handle_data_len
+0x4607 mem_le_handle_data
+0x4617 mem_le_adv_param
+0x4617 mem_le_adv_interval_min
+0x4619 mem_le_adv_interval_max
+0x461b mem_le_adv_type
+0x461c mem_le_adv_own_addr_type
+0x461d mem_le_adv_direct_addr_type
+0x461e mem_le_adv_direct_addr
+0x4624 mem_le_adv_channel_map
+0x4625 mem_le_adv_filter_policy
+0x4626 mem_le_conn_param
+0x4626 mem_le_conn_peer_addr_type
+0x4627 mem_le_conn_peer_addr
+0x462d mem_le_conn_own_addr_type
+0x462e mem_le_conn_interval_min
+0x4630 mem_le_conn_interval_max
+0x4632 mem_le_conn_latency
+0x4634 mem_le_conn_superto
+0x4636 mem_le_scan_params
+0x4636 mem_le_scan_type
+0x4637 mem_le_scan_own_addr_type
+0x4638 mem_le_scan_filter_policy
+0x4639 mem_le_lap
+0x463c mem_le_uap
+0x463d mem_le_nap
+0x463f mem_le_xtype_fifo
+0x4644 mem_le_transmit_window
+0x4648 mem_le_connection_updata_param
+0x4658 mem_le_l2cap_size
+0x465a mem_le_packet_len_recved
+0x465b mem_le_tx_buff_used
+0x465c mem_le_tx_ptr0
+0x465e mem_le_tx_ptr1
+0x4660 mem_le_tx_ptr2
+0x4662 mem_le_tx_ptr3
+0x4664 mem_ui_le_uuid_table
+0x4666 mem_le_cur_attlist_start_ptr
+0x4668 mem_le_cur_handle_start
+0x466a mem_le_cur_handle_end
+0x466c mem_le_cur_uuid_lenth
+0x466d mem_le_cur_uuid
+0x467d mem_notify_handle_pool
+0x4681 mem_le_curr_att_len
+0x4682 mem_le_signaling_identifier
+0x4683 mem_le_more_data
+0x4684 mem_lmp_version
+0x4687 mem_lmp_subversion
+0x4689 mem_local_name_length
+0x468a mem_local_name
+0x468d mem_local_name2
+0x46cd mem_local_name_end
+0x46ce mem_unsniff2sniff_timer
+0x46cf mem_switch_flag
+0x46d0 mem_role_switch_flag
+0x46d1 mem_eeprom_ota_base_addr/*the start- writing addr in eeprom  */
+0x46d3 mem_rfc_xmem_start
+0x46d3 mem_pn_dlci
+0x46d4 mem_pn_max_frame_size
+0x46d6 memFCStemp1
+0x46d7 memFCStemp2
+0x46d8 memFCStemp3
+0x46d9 mem_rfcomm_initiator
+0x46da mem_remote_spp_channel
+0x46db mem_HIUfcs_SPP
+0x46dc mem_HIUfcs_SPP_WCredits
+0x46dd mem_remote_credits
+0x46df mem_credit_given
+0x46e0 mem_ms_channel
+0x46e1 mem_current_packet_length
+0x46e3 mem_profile_channel
+0x46e4 mem_rfc_l2capch_ptr
+0x46e6 mem_rfc_server_state
+0x46e8 mem_rfc_xmem_end
+0x46e8 mem_ui_uuid_table
+0x46ea mem_all_uuid_16bits
+0x4700 mem_all_uuid_128bits
+0x4722 mem_sdp_l2capch_ptr
+0x4724 mem_sp_local_key_invalid
+0x4725 mem_le_private_key_256
+0x4745 mem_le_pubkey_local_x_256
+0x4765 mem_le_pubkey_local_y_256
+0x4785 mem_sp_private_key
+0x479d mem_sp_pubkey_local
+0x479d mem_sp_pubkey_local_x
+0x47b5 mem_sp_pubkey_local_x_end
+0x47b5 mem_sp_pubkey_local_y
+0x47cd mem_ssp_enable
+0x47ce mem_sp_iocap_local
+0x47d1 mem_ssp_mode_flag
+0x47d2 mem_spp_reject_justwork_flag
+0x47d3 mem_sp_iocap_remote
+0x47d6 mem_flag_mode_ssp_pin
+0x47d7 mem_authentication_passkey_times
+0x47d8 mem_passkey_1bit
+0x47d9 mem_flag_pairing_state
+0x47da mem_ipc_lock_bt
+0x47db mem_ipc_lock_c51
+0x47dc mem_ipc_fifo_bt2c51
+0x47e1 mem_ipc_fifo_c512bt
+0x47e6 mem_ui_timer_last_btclk
+0x47ea mem_ui_state_map
+0x47ec mem_discovery_timer_count
+0x47ee mem_discovery_timeout
+0x47f0 mem_ui_profile_supported
+0x47f1 mem_pin_length
+0x47f2 mem_pin
+0x4802 mem_keyscan_switch
+0x4803 mem_kscan_row_nums
+0x4804 mem_kscan_col_nums
+0x4805 mem_row_scanned
+0x4806 mem_col_scanned
+0x4807 mem_row_cnt
+0x4808 mem_get_keypress_flag
+0x4809 mem_kscan_row_gpio_pin
+0x4829 mem_kscan_col_gpio_pin
+0x4849 mem_button_gpio1
+0x484a mem_button_last_state1
+0x484b mem_button_timer1
+0x484c mem_button_press_count1
+0x484d mem_button_timeout1
+0x484e mem_button_press_timeout1
+0x484f mem_button_down_cb1
+0x4851 mem_button_up_cb1
+0x4853 mem_button_longpress_cb1
+0x4855 mem_button_long_release_cb1
+0x4857 mem_button_gpio2
+0x4858 mem_button_last_state2
+0x4859 mem_button_timer2
+0x485a mem_button_press_count2
+0x485b mem_button_timeout2
+0x485c mem_button_press_timeout2
+0x485d mem_button_down_cb2
+0x485f mem_button_up_cb2
+0x4861 mem_button_longpress_cb2
+0x4863 mem_button_long_release_cb2
+0x4865 mem_led_gpio1
+0x4866 mem_led_state1
+0x4867 mem_led_on_timer1
+0x4868 mem_led_off_timer1
+0x4869 mem_led_repeat1
+0x486a mem_led_timer1
+0x486b mem_led_gpio2
+0x486c mem_led_state2
+0x486d mem_led_on_timer2
+0x486e mem_led_off_timer2
+0x486f mem_led_repeat2
+0x4870 mem_led_timer2
+0x4871 mem_uppersm_xmem_start
+0x4871 mem_major_uppersm
+0x4872 mem_sub_uppersm
+0x4873 mem_uppersm_list
+0x4878 mem_uppersm_disl2capch_index
+0x4879 mem_uppersm_xmem_end
+0x4879 mem_m0_lock_qspi
+0x487a mem_m0_pause_state
+0x487b mem_xip_flash_offset
+0x487e mem_xip_option
+0x4880 mem_xip_flash_read_cmd
+0x4881 mem_zcode_current_number
+0x4882 mem_zcode_buff
+0x4884 mem_tws_bdaddr
+0x4884 mem_tws_lap
+0x4887 mem_tws_uap
+0x4888 mem_tws_nap
+0x488a mem_hsp_role
+0x488b mem_auto_hsp_role
+0x488c mem_tws_allow_pairing_rssi_limit
+0x488d mem_tws_role
+0x488e mem_tws_state
+0x488f mem_tws_last_rcv_phone_packet_crc_fail
+0x4890 mem_tws_rcv_ack
+0x4891 mem_tws_local_rcv_packet
+0x4892 mem_tws_last_send_ack
+0x4893 mem_tws_timeout_timer
+0x4894 mem_param_tws_timeout_master
+0x4895 mem_param_tws_timeout_slave
+0x4896 mem_tws_observe_wait_connect_timeout_timer
+0x4897 mem_param_tws_observe_wait_connect_timeout_no_connect
+0x4898 mem_param_tws_observe_wait_connect_timeout_error_disconnect
+0x4899 mem_tws_slave_loss_link_listen_master_timeout_timer
+0x489a mem_param_tws_slave_loss_link_listen_master_timeout
+0x489b mem_tws_poll_slave_timer
+0x489c mem_param_tws_poll_slave
+0x489d mem_tws_master_wait_slave_timeout_timer
+0x489e mem_param_tws_master_wait_slave_timeout
+0x489f mem_tws_m2s_ack_send_timeout_count
+0x48a0 mem_param_tws_m2s_ack_send_timeout
+0x48a1 mem_tws_poll_null_ack_interval
+0x48a2 mem_tws_poll_null_ack_interval_count
+0x48a3 mem_loss_match
+0x48a5 mem_count_rcv_adv
+0x48a6 mem_tws_adv_match
+0x48a7 mem_tws_ack
+0x48a8 mem_tws_count_poll
+0x48aa mem_tws_role_switch_in_process
+0x48ab mem_tws_slave_wait_master_first_polling_flag
+0x48ac mem_tws_profile_connected
+0x48ad mem_tws_profile_disconnected_after_connected
+0x48ae mem_tws_adv_count
+0x48af mem_tws_adv_try_num
+0x48b0 mem_tws_snd_op
+0x48b1 mem_tws_snd_op_nextseq
+0x48b2 mem_tws_snd_cur_arq
+0x48b3 mem_tws_rcv_op
+0x48b4 mem_tws_rcv_op_nextseq
+0x48b5 mem_tws_rcv_old_seq
+0x48b6 mem_tws_cmd_fifo
+0x48bb mem_tws_no_connect_cmd_trans_limit
+0x48bc mem_tws_no_connect_cmd
+0x48bd mem_tws_is_slave_send
+0x48be mem_tws_is_need_send_header
+0x48bf mem_tws_remote_version
+0x48c1 mem_param_tws_tx_power
+0x48c2 mem_le_tws_scan_interval_min
+0x48c4 mem_le_tws_scan_interval_max
+0x48c6 mem_le_tws_scan_interval
+0x48c8 mem_le_tws_scan_window
+0x48ca mem_le_tws_adv_interval
+0x48cc mem_param_le_tws_adv_interval_normal
+0x48ce mem_param_le_tws_adv_interval_master_listen
+0x48d0 mem_tws_first_packet_dynamic_buffer
+0x48d0 mem_tws_first_packet_dynamic_buffer_status
+0x48d2 mem_tws_first_packet_dynamic_buffer_local_bdaddr
+0x48d8 mem_tws_first_packet_dynamic_buffer_paired_bdaddr
+0x48de mem_tws_first_packet_dynamic_buffer_reserved
+0x48ee mem_tws_allow_pairing
+0x48ef mem_tws_last_paired_lap
+0x48f5 mem_tws_rf_start_anchor
+0x48f7 mem_tws_rf_rcv_window_size
+0x48f9 mem_tws_rf_packet_rx_window_size
+0x48fb mem_tws_rf_slave_send_full_packet_sleep_time
+0x48fd mem_tws_rf_master_check_raw_id_time
+0x48ff mem_temp_rf_freq_index
+0x4900 mem_temp_rf_switch_flag
+0x4901 mem_tws_buffer_master_switch
+0x4901 mem_tws_buffer_master_switch_reason
+0x4902 mem_process_sync_buffer
+0x4902 mem_process_a2dp_seq_num
+0x4904 mem_process_clk
+0x4908 mem_process_clkrt
+0x490a mem_process_used_buffer_size
+0x490c mem_process_audio_vol
+0x490d mem_process_sync_receive_buffer// Tws process sync packet
+0x490d mem_process_receive_a2dp_seq_num
+0x490f mem_process_receive_clk
+0x4913 mem_process_receive_clkrt
+0x4915 mem_process_receive_used_buffer_size
+0x4917 mem_process_receive_audio_vol
+0x4918 mem_enable_hfp_start_sync// Tws hfp start sync control
+0x4919 mem_hfp_start_sync_buffer// Tws hfp start sync packet
+0x4919 mem_hfp_start_sync_clk
+0x491d mem_param_tws_send_channel_array
+0x4921 mem_tws_last_send_channel_index
+0x4922 mem_save_state
+0x4923 mem_white_list
+0x4953 mem_remote_rx_max_octets
+0x4955 mem_remote_rx_max_time
+0x4957 mem_remote_tx_max_octets
+0x4959 mem_remote_tx_max_time
+0x495b mem_local_rx_max_octets
+0x495d mem_local_rx_max_time
+0x495f mem_local_tx_max_octets
+0x4961 mem_local_tx_max_time
+0x4963 mem_remote_reserve
+0x49f3 mem_sequence_number_rx
+0x49f4 mem_sequence_number_tx
+0x49f5 mem_msbc_pcm_in_wptr
+0x49f7 mem_msbc_pcm_in_rptr
+0x49f9 mem_msbc_out_wptr
+0x49fb mem_msbc_out_rptr
+0x49fd mem_msbc_in_wptr
+0x49ff mem_msbc_in_rptr
+0x4a01 mem_msbc_pcm_out_saddr
+0x4a03 mem_msbc_pcm_out_wptr
+0x4a05 mem_msbc_pcm_out_rptr
+0x4a07 mem_msbc_packet_len
+0x4a09 mem_msbc_pcm_packet_len
+0x4a0b mem_msbc_enc_dec_bt_lock
+0x4a0c mem_msbc_enc_dec_m0_lock
+0x4a0d mem_msbc_adc_start_send
+0x4a0e mem_vp_language
+0x4a0f mem_vp_play_phonenumber
+0x4a10 mem_vp_mram_flag
+0x4a11 mem_vp_addr_temp
+0x4a14 mem_vp_enable
+0x4a15 mem_vp_dac_addr
+0x4a17 mem_vp_dac_half
+0x4a19 mem_vp_play_block_num
+0x4a1a mem_vp_offset
+0x4a1c mem_vp_start_addr
+0x4a1f mem_vp_end_addr
+0x4a22 mem_vp_play_by_cmd
+0x4a23 mem_vp_play_addr_offset_temp
+0x4a24 mem_param_tishi_start_addr
+0x4a26 mem_nv_le_data
+0x4a26 mem_vp_addr
+0x4ab6 mem_vp_end
+0x4ab6 mem_ota_notify_handle
+0x4ab7 mem_ota_write_handle
+0x4ab8 mem_ota_version
+0x4aba mem_ota_buck_size
+0x4abc mem_ota_packet_max_len
+0x4abe mem_ota_work_mode
+0x4abf mem_adc_start_addr
+0x4ac1 mem_adc_buf_size
+0x4ac3 mem_dac_start_addr
+0x4ac5 mem_dac_buf_size
+0x4ac7 mem_dac_clk
+0x4ac8 mem_dac_mram_flag
+0x4ac9 mem_adc_mram_flag
+0x4aca mem_mono_flag
+0x4acb mem_l_din_sel
+0x4acc mem_r_din_sel
+0x4acd mem_eq_flag
+0x4ace mem_acl_credits
+0x4ad0 mem_allow_switch
+0x4ad1 mem_hci_acl_queue_start/*param_acl_pktcnt+2 byte*/
+0x4ad5 mem_hci_wake_clk
+0x4ace mem_nv_data
+0x4ace mem_nv_data0
+0x4ae6 mem_nv_data1
+0x4afe mem_nv_data2
+0x4b16 mem_nv_data3
+0x4b2e mem_nv_data4
+0x4b46 mem_battery_vol
+0x4b47 mem_coef_base_addr
+0x4b4a mem_ipc_tx_buf
+0x4bae mem_le_att_list
+0x4bb0 mem_tws_fac_adv_name
+0x4bcc mem_param_bt_tx_power
+0x4bcd mem_leadv_action//OTA use,don't change location
+0x4bce mem_hibernate_flag
+0x4bcf mem_lpm_write_temp_adc_low
+0x4bd3 mem_lpm_write_temp_adc_high
+0x4bd7 mem_lpm_write_temp_charge_control
+0x4bdb mem_lpm_write_temp_charge_wakeup_low_active
+0x4bdd mem_lpm_write_temp_charge_wakeup_high_active
+0x4bdf mem_efuse_dc_offset
+0x4bdf mem_efuse_dc_offset_l
+0x4be1 mem_efuse_dc_offset_r
+0x4be3 mem_efuse_dc_offset_f6
+0x4be3 mem_efuse_dc_offset_l_f6
+0x4be5 mem_efuse_dc_offset_r_f6
+0x4be7 mem_efuse_adc_offset
+0x4be7 mem_0_5_adc_io_data
+0x4be9 mem_3v_adc_hvin_data
+0x4beb mem_1v_adc_io_data
+0x4bed mem_5v_adc_hvin_data
+0x4bef mem_xlmp_conn_state
+0x4bf0 mem_xlmp_clock_offset_valid
+0x4bf1 mem_rf_power_fix
+0x4bf2 mem_ipc_rx_ptr
+0x4bf5 mem_module_le_rx_data_len
+0x4bf6 mem_module_le_rx_data_address
+0x4bf8 mem_module_le_rx_data_handle
+0x4bfa mem_module_data_write_handle
+0x4bfc mem_module_data_write_handle2
+0x4bfe mem_module_flag
+0x4bff mem_module_hci_notify_len
+0x4c00 mem_module_hci_notify_handle
+0x4c02 mem_module_hci_nofiy_addr
+0x4c04 mem_last_transmite_clock
+0x4c08 mem_module_le_att_list
+0x4c09 mem_module_le_att_list_end
+0x4c09 mem_le_disconnect_reason
+0x4c0a mem_mesh_le_features
+0x4c12 mem_mesh_le_version
+0x4c17 mem_mesh_le_version_exchange_times
+0x4c18 mem_mesh_hci_opcode_ocf
+0x4c1a mem_mesh_hci_opcode_ogf
+0x4c1b mem_mesh_hci_cmd_len
+0x4c1c mem_mesh_event_mask
+0x4c24 mem_mesh_read_local_version_info
+0x4c24 mem_mesh_read_local_version_info_hci_version
+0x4c25 mem_mesh_read_local_version_info_hci_revision
+0x4c27 mem_mesh_read_local_version_info_lmp_version
+0x4c28 mem_mesh_read_local_version_info_manufacturer
+0x4c2a mem_mesh_read_local_version_info_lmp_subversion
+0x4c2c mem_mesh_read_local_support_command
+0x4c6c mem_mesh_le_event_mask
+0x4c74 mem_mesh_le_public_address
+0x4c7a mem_mesh_le_random_address
+0x4c80 mem_mesh_vendor_tx_flag
+0x4c81 mem_mesh_vendor_tx_freq
+0x4c82 mem_mesh_vendor_tx_data
+0x4c83 mem_mesh_vendor_tx_power_calibration
+0x4c84 mem_mesh_vendor_rx_flag
+0x4c85 mem_mesh_vendor_rx_freq
+0x4c86 mem_mesh_event_head_type
+0x4c87 mem_mesh_event_head_event_code
+0x4c88 mem_mesh_event_para_total_length
+0x4c89 mem_mesh_event_parameter_rtn
+0x4c8a mem_mesh_event_parameter_status
+0x4c8b mem_mesh_creat_connection_flag
+0x4c8c mem_mesh_recevie_acl_packet_number
+0x4c8d mem_device_public_address
+0x4c93 mem_mesh_command_complete_num_hci_command_packet
+0x4c94 mem_mesh_command_complete_command_opcode
+0x4c94 mem_mesh_hci_opcode
+0x4c96 mem_mesh_command_complete_return_parameter_status
+0x4c97 mem_simple_pairing_mode
+0x4c98 mem_fec_required
+0x4c99 mem_inquiry_num_responses
+0x4c9a mem_inquiry_num_check
+0x4c9b mem_conn_status
+0x4c9c mem_inquiry_mode
+0x4c9d mem_inquiry_eir_data
+0x4c9f mem_io_cap_flag
+0x4ca0 mem_page_scan_repetition_mode
+0x4ca1 mem_conn_req_status
+0x4ca2 mem_alloc_normal_block
+0x4ca2 mem_alloc_normal_header
+0x4ca4 mem_alloc_normal_rptr
+0x4ca6 mem_alloc_normal_wptr
+0x4ca8 mem_alloc_normal_end
+0x4caa mem_alloc_normal_cur_len
+0x4cab mem_alloc_normal_block_start
+0x4cc9 mem_alloc_big_block
+0x4cc9 mem_alloc_big_header
+0x4ccb mem_alloc_big_rptr
+0x4ccd mem_alloc_big_wptr
+0x4ccf mem_alloc_big_end
+0x4cd1 mem_alloc_big_cur_len
+0x4cd2 mem_alloc_big_block_start
+0x4cf0 mem_big_block_ptr_list
+0x4d0e mem_rcv_br_queue_ptr
+0x4d11 mem_rcv_ble_queue_ptr
+0x4d14 mem_rcv_br_block
+0x4d14 mem_rcv_br_header
+0x4d16 mem_rcv_br_rptr
+0x4d18 mem_rcv_br_wptr
+0x4d1a mem_rcv_br_end
+0x4d1c mem_rcv_br_cur_len
+0x4d1d mem_rcv_br_block_start
+0x4d3b mem_rcv_ble_block
+0x4d3b mem_rcv_ble_header
+0x4d3d mem_rcv_ble_rptr
+0x4d3f mem_rcv_ble_wptr
+0x4d41 mem_rcv_ble_end
+0x4d43 mem_rcv_ble_cur_len
+0x4d44 mem_rcv_ble_block_start
+0x4d62 mem_snd_br_block
+0x4d62 mem_snd_br_header
+0x4d64 mem_snd_br_rptr
+0x4d66 mem_snd_br_wptr
+0x4d68 mem_snd_br_end
+0x4d6a mem_snd_br_cur_len
+0x4d6b mem_snd_br_block_start
+0x4d89 mem_snd_ble_block
+0x4d89 mem_snd_ble_header
+0x4d8b mem_snd_ble_rptr
+0x4d8d mem_snd_ble_wptr
+0x4d8f mem_snd_ble_end
+0x4d91 mem_snd_ble_cur_len
+0x4d92 mem_snd_ble_block_start
+0x4db0 mem_snd_hci_block
+0x4db0 mem_snd_hci_header
+0x4db2 mem_snd_hci_rptr
+0x4db4 mem_snd_hci_wptr
+0x4db6 mem_snd_hci_end
+0x4db8 mem_snd_hci_cur_len
+0x4db9 mem_snd_hci_block_start
+0x4dd7 mem_regd
+0x4ddb mem_alloc_buffer_len
+0x4ddd mem_ipc_data_rx_buf_subtype
+0x4dde mem_ipc_data_rx_buf_payload_ptr
+0x4de1 mem_ipc_data_tx_buf_subtype
+0x4de2 mem_ipc_data_tx_buf_payload_ptr
+0x4de5 mem_le_features
+0x4ded mem_le_supported_host
+0x4dee mem_simultaneous_le_host
+0x4def mem_default_link_policy_settings
+0x4df1 mem_link_policy_settings
+0x4df3 mem_le_white_list_cnt
+0x4df4 mem_le_white_list
+0x4e10 mem_le_white_list_type_and_bd_addr
+0x4e17 mem_le_white_list_filter_policy
+0x4e18 mem_hci_acl_packet_pb_flag
+0x4e19 mem_hci_acl_packet_len_recved
+0x4e1b mem_hci_acl_packet_payload_ptr
+0x4e1d mem_le_first_packet_count
+0x4e1e mem_hci_record_disc_conn_handle
+0x4e1f mem_fsc_rtk_host
+0x4e20 mem_remote_features
+0x4e28 mem_remote_ext_features0
+0x4e30 mem_remote_ext_features1
+0x4e38 mem_le_scan_window_temp
+0x4e3a mem_zcode_buff_user
+0x4f3a mem_queue_init_flag
+0x4f3b mem_hci_version_svnid
+0x4f3d mem_bd_addr_new
+0x4f43 mem_efuse_encryp_data
+0x4f63 mem_encryp_inital_value
+0x4f65 mem_encryp_param
+0x4f67 mem_encryp_count
+0x4f68 mem_headset_end
+0x4ace mem_usb_mouse_data
+0x4ade mem_usb_kb_data
+0x4aee mem_usb_kb_multikey
+0x4afe mem_usb0_get_report_data
Index: ModuleDemo/25_OTA/bt_demo/CM0/respin/ramcode.rom
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/respin/ramcode.rom	(nonexistent)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/respin/ramcode.rom	(working copy)
@@ -0,0 +1,2045 @@
+20200040
+20000001
+20000002
+20000003
+20000004
+20000005
+20000006
+20000007
+20000008
+20000009
+2000000a
+2000000b
+2000000c
+2000000d
+2000000e
+2000000f
+20000010
+20000011
+20000012
+20000013
+20000014
+20000015
+20000016
+20000017
+20000018
+20000019
+2000001a
+2000001b
+2000001c
+2000001d
+2000001e
+2000001f
+20000020
+20000021
+20000022
+20000023
+20000024
+20000025
+20000026
+20000027
+20000028
+20000029
+2000002a
+2000002b
+2000002c
+2000002d
+2000002e
+2000002f
+20000030
+20000031
+20000032
+20000033
+20000034
+20000035
+20000036
+20000037
+20000038
+20000039
+2000003a
+2000003b
+2000003c
+2000003d
+2000003e
+2000003f
+c284005c
+c0010081
+c0070203
+c0080211
+c00e01d7
+c00f0214
+c01002f3
+c0120271
+c01901bd
+c01d01ca
+c01f0296
+c0208266
+c022029e
+c02c073c
+c02e075a
+c02e8764
+c0350233
+c0358257
+c04080d7
+c04280f4
+c04300ba
+c04607bc
+c04f00be
+c050016d
+c05c8146
+c05d064f
+c0700164
+20202baf
+c0038136
+c0060328
+c0090602
+c0118604
+c0128766
+c013076a
+c013876c
+c014076e
+c014876f
+c0150775
+c01d8536
+c01f053f
+c01f8498
+c0208594
+c02107b3
+c0258598
+c0278578
+c029066d
+c02a04a0
+c02c04bc
+c02d8686
+c02e852a
+c03006ab
+c03206a7
+c037078b
+c03802bc
+c03887c1
+c03902cc
+c03a016f
+c0440128
+c044812e
+c0490776
+c05286ba
+c05306c0
+c1590000
+c16a0000
+20202baf
+20400334
+20406490
+20406863
+20406326
+20400099
+2040203c
+20403153
+2040008c
+2040233d
+20400092
+20202021
+c68e0000
+18000e02
+20407148
+7d3a001c
+243a209e
+2020022c
+6fe24133
+c4008000
+6fe20030
+c3800000
+6fe20623
+c3800000
+202023b0
+204045b4
+2040009d
+20404909
+202045b8
+6fe244d9
+c1808000
+d8e00003
+20407148
+247a0000
+6fe444da
+d8e00003
+20407141
+20404735
+2040460a
+6fe444dc
+67e44e38
+7854fc00
+78487c00
+69644e38
+204000af
+243684ad
+202047b3
+204045c7
+204045bd
+7856fc00
+7826fc00
+7830fc00
+78507c00
+19623600
+37c18400
+1b627e00
+67e44e38
+2020465b
+6fe24013
+793ffe06
+67e24013
+202000c0
+204000c0
+20202bd8
+20405908
+70894bba
+204000c9
+708907ff
+20402a70
+70895074
+7089520e
+70896d07
+20600000
+6fe242b4
+c00080cd
+c00200d3
+c00100cd
+5888e0d0
+67e68955
+584a103c
+67e68958
+70895468
+20600000
+5888c0d0
+67e68955
+584a106c
+202000d0
+203080e3
+708955d4
+20000004
+708955d2
+20000004
+708955d1
+20000004
+6fe242b4
+c00080e1
+c00200f1
+708955d0
+708956e0
+18002a08
+18002a00
+7850fc00
+78507c00
+782f7c00
+70890200
+70890100
+70890000
+70890300
+70890470
+6fe28906
+793ffe00
+67e28906
+20600000
+708955d0
+708956c0
+202000e3
+60420017
+1840a200
+6fe242b5
+245a2a2d
+20402a7b
+58000250
+20402bb1
+204000c9
+6fe28906
+79207e00
+67e28906
+7089003c
+708901e0
+2000000a
+70890201
+7089023d
+2000000a
+708903b7
+2000000a
+7089027d
+6fe242b4
+c000011b
+c0020116
+70894cfb
+70894def
+70894eec
+70894f5e
+c000811d
+c0028112
+20202a51
+708956ff
+20402a5d
+708955ff
+20600000
+20400121
+708956cc
+20402a5d
+708955d8
+20600000
+20400121
+20202a49
+708956f7
+20402a5d
+708955df
+20600000
+70894c5b
+70894d96
+70894e2c
+70894f46
+20600000
+d8e00009
+20207357
+204057f1
+6fe2487a
+c000012c
+20600000
+20400131
+202057fa
+6fe2487a
+c1808000
+202057f5
+6fe3f000
+d840001c
+9841fe00
+67e3f000
+20600000
+20400330
+20400126
+20203e60
+6848833e
+6048804c
+70804de6
+2040013e
+70800520
+37d98200
+37d98200
+37d98200
+37d98200
+37d98200
+20600000
+20400334
+20600000
+71f0001c
+70804205
+20400139
+6fe28341
+67e24bce
+58001171
+67e44f63
+204007c3
+20405908
+20407988
+58000654
+67e4431d
+58000164
+67e4431f
+58000144
+67e4431b
+204057bf
+2435815b
+20403e79
+700f0d66
+20203f28
+6fec4140
+67ec4340
+6fe24bce
+c2828161
+700f0d65
+20203f28
+20400165
+700f0d6a
+20203f28
+20600000
+6fe8833e
+793ffe1d
+67e8804c
+20200169
+37d98200
+70800520
+37d98200
+20600000
+d85fffff
+20202cb8
+78547c00
+204052b0
+6fe20048
+207a0000
+da201001
+68420048
+20407a08
+6fe20048
+c28387c5
+c0188194
+c00601a3
+c00387a9
+c005817d
+20204f6c
+6fe20b9c
+203a0183
+204052e7
+2040d2da
+2440d2d6
+20200184
+204052da
+204052f6
+18007e11
+2040528d
+d8c00749
+204070de
+2020018a
+6842004c
+18410401
+6fe20048
+1fe3fe00
+c5908191
+7d34fe00
+202052ab
+7934fe00
+9842fe00
+202052ab
+6fe20030
+79207e04
+67e20030
+1c427e00
+67e806c2
+6fe206ab
+c28181a1
+79207e03
+67e206ab
+204001fc
+18007e01
+2040528d
+202052a6
+70004800
+20600000
+da204140
+2040604d
+18007e05
+2040528d
+6fe80779
+e7e80005
+d84006af
+204052d0
+20406142
+204052e7
+202081b3
+7006b101
+c51081b9
+6fe20b9c
+207a0000
+70007c0b
+c51081b9
+6fe24293
+207a0000
+204052e7
+242081b9
+20600000
+c6908000
+793f8021
+204007c7
+202002ff
+6fe20183
+203a2378
+d8c00183
+df2000f0
+d8400000
+204001c5
+60440099
+2020238d
+efe20006
+207a0000
+18408401
+c20001c5
+20600000
+20400334
+20405b02
+20402588
+2436a429
+20402bab
+20405b20
+20402500
+2040245a
+20402841
+20402827
+20404b89
+204001da
+20202425
+20404b89
+204001da
+20202198
+6fe242a7
+207a0000
+6fe2007c
+247a0000
+204033cc
+242281ed
+6fe242a7
+c001b3e2
+c004b3e8
+c00533f4
+c005b3fa
+c0063404
+c0043446
+c00c33da
+c003b3d4
+c00cb3d8
+c00d345d
+c0093422
+c009b43c
+204033d0
+247a0000
+6fe242a7
+c00681f5
+c00e81f3
+202033bf
+70007c37
+202033ca
+6fe2004b
+79207e01
+67e2004b
+6fe20030
+c283b413
+20400307
+202033ca
+704c9b02
+704c8a00
+20200201
+704c9b00
+704ca100
+704c9f00
+202007c9
+6fe24c9a
+203a07cb
+6fe24c99
+203a022c
+1fe0ffff
+67e24c99
+202007cb
+6fe20018
+1ff18400
+184f840a
+1fe17e0f
+98408400
+18467e00
+20600000
+20402108
+704c8a04
+202001ff
+204024d2
+7854fc00
+6fe24c9b
+c0008211
+6fe2004c
+c28221c5
+6fe20030
+c30221c4
+202003ed
+6fe24c9c
+c0000223
+c0008226
+c0010229
+704c8702
+20600000
+704c880f
+704c8702
+20600000
+704c880f
+704c8722
+20600000
+704c88ff
+704c872f
+20600000
+793f801c
+704c8801
+704c8701
+2040042f
+58000000
+e7e20005
+20200439
+c5958238
+1c40a200
+2034823b
+1d00a200
+2020023b
+1c40a203
+2034823b
+1d00a203
+68440032
+1a227e00
+793ffe1b
+9846fc00
+6fe40075
+204071c9
+18072600
+9a667e00
+20210245
+9840fe00
+9a20fe00
+67e80034
+7046cf00
+6fe20030
+79207e01
+67e20030
+6fe20073
+67e20092
+58000000
+67e64208
+67e6420b
+67e241f8
+6fe44161
+67e4003e
+24348255
+18808fff
+704c8a02
+20200265
+6fe20030
+c4008000
+793ffe01
+67e20030
+6fe4415f
+67e4003e
+7855fc00
+704c8a00
+20200265
+20400339
+68420046
+98467c00
+20628000
+202003c9
+202007cd
+20402337
+202c026e
+204024ca
+243a0266
+78587c00
+1d027e00
+67e84169
+20600000
+704c8a00
+204002a5
+2020248f
+204021ec
+24740000
+78547c00
+70001120
+793f800b
+20402b71
+2040232b
+c5058281
+204024ca
+243a0276
+78547c00
+1c427e00
+67e84169
+78387c00
+7834fc00
+202002af
+20402b6f
+d8200010
+20402321
+78587c00
+7854fc00
+20402917
+204024ab
+204024f3
+2036828d
+204024ca
+243a0288
+2020027b
+18000401
+6fe20031
+793ffe01
+67e20031
+20402bab
+20402940
+78347c00
+704c8a01
+202002a5
+70011600
+70015000
+204024d2
+793f8011
+2040724d
+6fe24c9b
+207a0000
+202003ed
+20404b82
+204024ce
+1fe67c0f
+242102a3
+202024b9
+70416f01
+202024b9
+704c8808
+704c8712
+2040042f
+18007e00
+e7e20005
+6fec0040
+e7ec0005
+6fe24c8a
+e7e20005
+20200439
+704c8a00
+243482b2
+704c8a01
+704c8808
+704c8712
+2040042f
+18007e35
+e7e20005
+6fec0040
+e7ec0005
+6fe24c8a
+e7e20005
+20200439
+da201000
+68440738
+20407a08
+6fe2007d
+c002071a
+c013872c
+c0198310
+c00382eb
+c0170730
+c014073a
+c00582e1
+c00402ef
+c00882d2
+c00602d4
+c00b82de
+20204ba4
+6fe20739
+67e206a3
+c00882d0
+20204cad
+20404d0a
+20200710
+20404e14
+20200710
+da200040
+2040604d
+6fe80739
+68480779
+98467c00
+202282db
+20204d8b
+20404d8e
+c6108000
+202002ff
+6fe44def
+c3014e10
+20204def
+20404d6f
+67e206af
+20404f51
+70007c0c
+6fe24293
+247a0000
+6fe20030
+c3830000
+20404d80
+20200307
+6fe20739
+67e206a4
+204007ae
+20204d51
+20404f51
+7006ae01
+2040030d
+20204d60
+6fe20030
+c283a1e1
+6fe20b9c
+203a21e1
+700b9c00
+6fe2004b
+2feffe01
+793ffe01
+67e2004b
+204021e1
+c6108000
+202007c7
+704c8803
+704c8706
+2040042f
+18007e00
+e7e20005
+6fe20046
+e7e40005
+20200439
+704c8806
+704c8717
+2040042f
+6fec0040
+e7ec0005
+20200439
+704c8806
+704c8716
+20200309
+20200311
+6fe24ca1
+c0008320
+20400325
+704c880a
+704c8704
+2040042f
+6fec0040
+e7ec0005
+6fe60146
+e7e60005
+58000001
+e7e20005
+6fec0040
+67ec4f3d
+20200439
+6fec4f3d
+684c0040
+98467c00
+20228313
+20600000
+704ca101
+704c9b00
+20600000
+6fe243de
+207a0000
+20403e9d
+20628000
+1fe20c00
+20403e92
+c0058390
+20203ef4
+70442901
+20758000
+70442900
+20600000
+204058fc
+202058f6
+2040034d
+2040712d
+2020034a
+2040034d
+efe40006
+2020034a
+2040034d
+efe60006
+2020034a
+2040034d
+efec0006
+2020034a
+2040034d
+efee0006
+2020034a
+2040034d
+eff00006
+2020034a
+2040034d
+efe20006
+18c20400
+60464bf2
+20600000
+68464bf2
+18420c00
+20600000
+20400339
+67e44c94
+d84003ff
+98410400
+60444c18
+1feb7e00
+1fecfe00
+67e24c1a
+20400348
+67e24c1b
+202007cf
+6fe206a4
+67e20f12
+20404894
+202003db
+5800003f
+67f04c6c
+5fffffff
+67f04c1c
+58000000
+67ec4c7a
+67e244de
+67e244d9
+67e24133
+6fec4c8d
+67ec4639
+67ec4140
+20600000
+20400339
+204003db
+20200503
+202003c7
+20600000
+62464de2
+704de100
+20200377
+62464de2
+704de103
+20200377
+58004b4a
+67e443e3
+1fe20a00
+5800000a
+e7e20005
+18007e04
+e7e20005
+6fe24de1
+e7e20005
+6fe64de2
+e7e60005
+18007e06
+67e243e2
+20203f1a
+68464dde
+2040034b
+20400348
+c0008350
+c001039a
+20202baf
+20400385
+6a464dde
+20200371
+6a464dde
+20200622
+20403e92
+20403e92
+67e24ddd
+df200003
+d8a04dde
+20403e88
+6fe24ddd
+c000038e
+c001838b
+20202baf
+20400339
+67e242a8
+204003bc
+20400339
+67e40f12
+20402284
+24628000
+1a208c01
+efe20006
+c28003b4
+6fe40f12
+67e44ddb
+2040062f
+205a723a
+6fe40f12
+1fe22200
+1fe22400
+20404185
+1a420a00
+6fe40f12
+e7e40005
+e0220005
+6fe40f12
+1fe27200
+2040034d
+2020712d
+6fe40f12
+204003c2
+247a0000
+6fe40f12
+1fe22200
+1fe22400
+204049ab
+202003b0
+1fecfe00
+1ff1fe00
+18000201
+c1008000
+18000202
+20600000
+2040063a
+203a729b
+2020729d
+704c9612
+202003cc
+704c9601
+202003cc
+704c960c
+202003cc
+704c9600
+df200001
+204003d0
+20200439
+704c9600
+204003d4
+6fe24c96
+e7e20005
+20600000
+704c870e
+1f20fe03
+67e24c88
+2040042f
+6fe64c93
+e7e60005
+20600000
+700f1200
+202003e0
+700f120c
+202003e0
+700f1202
+704c870f
+704c8804
+2040042f
+6fe20f12
+e7e20005
+6fe64c93
+e7e60005
+20200439
+6ff04c6c
+c4020000
+6fe20639
+67e24e1e
+202007d1
+6fe20046
+67e24e1e
+202007d1
+6fe20624
+d8400000
+c1018000
+d8400001
+20600000
+6fe204db
+1fe17e0f
+d8400000
+c1000000
+d8400001
+c1008000
+d8400002
+c1030000
+d8400003
+c1010000
+d8400004
+20600000
+6ff04c6c
+c4008000
+dfe00006
+684204dc
+9840fe00
+67e24c88
+1fe0fe03
+67e44ddb
+2040062f
+207a0000
+704c873e
+2040042f
+58000002
+e7e20005
+58000001
+e7e20005
+204003f5
+e0420005
+204047d5
+1a227e00
+e7e20005
+684204dc
+184085fa
+efec0006
+e7ec0005
+e0420005
+18427200
+2040712d
+2040020a
+e7e20005
+20200439
+6fe20046
+67e242a8
+20200425
+6fe20639
+67e242a8
+704c8805
+704c8713
+2040042f
+58000001
+e7e20005
+6fe242a8
+e7e40005
+58000001
+e7e40005
+20200439
+6fe24c88
+1fe0fe03
+67e44ddb
+20400436
+6fe64c86
+e7e60005
+20600000
+2040060e
+1a420a00
+20600000
+da204db0
+20403fa5
+20200374
+18000400
+18000201
+60421001
+6842063a
+79200405
+18417efc
+9821fe00
+67e2063a
+1fe17e1f
+280ffe26
+7920fe04
+67e21000
+20600000
+6fe2063a
+c3828000
+2040046b
+2040047f
+203a043c
+efe20006
+ea220006
+9a267e00
+18c20a00
+68444953
+2040726f
+1fe20400
+18a20c00
+e8220006
+1a227e00
+98c08c00
+d8a01002
+18427200
+2040712d
+2040480e
+2040043e
+2040047f
+efe20006
+1fe22200
+18c23000
+ea420006
+9a467e00
+68444953
+2040726f
+9a40fe00
+e7e20018
+9a267c00
+24628000
+202049f1
+6fe24683
+203a480c
+20400475
+c6130000
+da204d89
+20403fb4
+c000480c
+c000c80c
+79200026
+20600000
+2040047f
+203a480c
+efe20006
+e8420006
+98460400
+6fe44953
+98467c00
+2021480c
+79200026
+20600000
+da204d89
+20203fa1
+20400483
+20202739
+204045bd
+204045cd
+20407a47
+79202a00
+782efc00
+78307c00
+7850fc00
+20404644
+19317e00
+1fecfe00
+1ff1fe00
+08008628
+7823fc00
+7824fc00
+6fe21000
+08008608
+efe20006
+1fe27200
+08008608
+2022c6a6
+202046a3
+204045aa
+20404766
+20400449
+20400481
+204005ec
+20404594
+203405f8
+2020458a
+204047d5
+1a227e00
+67e24626
+6fec04dd
+67ec0633
+6fe24c8b
+c00084b0
+20400401
+204046d3
+243684ad
+6fe204dc
+c00304ad
+20400401
+6fe44e38
+243a00a9
+20600000
+6fec0633
+684c4627
+98467c00
+24628000
+20402266
+24628000
+204046f1
+2040454a
+7042a700
+70065b00
+204047d2
+202007d3
+6fe4068e
+1fe20c00
+efe20006
+c00104f8
+c00404ec
+c00484f5
+c00604fb
+c00084c7
+c00a04e1
+c00a84d6
+20204868
+efea0006
+67ea4528
+efe40006
+67e40643
+6844063d
+98467c00
+24214890
+6fe20623
+79207e06
+67e20623
+20600000
+98467c00
+20610000
+1fe20400
+20600000
+eff00006
+67f04953
+6fe44953
+6844495f
+204004d2
+60444953
+6fe44957
+6844495b
+204004d2
+60444957
+202007d5
+204004d6
+da200009
+d8200003
+204049ab
+58000015
+e7e20005
+6ff0495b
+e7f00005
+20600000
+da400014
+202004e2
+204004f5
+da200009
+d8200003
+204049ab
+58000009
+e7e20005
+6ff04de5
+e7f00005
+20600000
+eff00006
+67f04c0a
+202007d7
+efe20006
+67e206a4
+20204890
+efea0006
+67ea4c12
+2034800b
+6fe24c17
+247a0000
+1fe0fe01
+67e24c17
+202048f0
+da200009
+d8200003
+204049ab
+58000008
+e7e20005
+6ff04de5
+e7f00005
+20600000
+20400643
+67e64e1b
+58000000
+67e64d0e
+6fe20046
+67e242a8
+704de105
+2020051a
+20400649
+67e64e1b
+58000000
+67e64d11
+6fe20639
+67e242a8
+704de104
+58004b4a
+67e443e3
+1fe20a00
+5800000a
+e7e20005
+18007e06
+e7e20005
+6fe24de1
+e7e20005
+6fe64e1b
+e7e60005
+6fe242a8
+e7e40005
+18007e08
+67e243e2
+20203f1a
+6fe20030
+c3800000
+6fe204db
+684c4639
+c2838530
+20200531
+684c4c7a
+6fec04e3
+98467c00
+24628000
+2040493a
+202007d3
+20404536
+70100001
+70100100
+5800001b
+67e44953
+204024ce
+1fe0fe18
+67e20639
+20600000
+204045b4
+2040315c
+6fe20624
+c0018546
+20204579
+20400483
+202005fc
+7834fc00
+204048fd
+202107b9
+204045fc
+20400449
+7856fc00
+20400544
+2436856c
+20400567
+20404766
+204005ec
+20404594
+20340555
+7854fc00
+20202739
+20400449
+2040055b
+78377c00
+204005fc
+2036854e
+20200553
+2040055d
+20202739
+204045bd
+204045cd
+79202a00
+782efc00
+78307c00
+7850fc00
+20400565
+2020048b
+37c18200
+20600000
+6fe20623
+c3818000
+79207e03
+67e20623
+20600000
+6fe20623
+c2818553
+6fe24e1d
+1fe67c06
+242107b9
+1fe0fe01
+67e24e1d
+20200553
+684c4639
+20600000
+684c4c7a
+20600000
+6fe2461b
+c000c6bd
+6fe2461c
+1ff27e00
+1febfe00
+6842461b
+9840fe00
+67e24536
+684244df
+1840fe06
+67e24537
+18427200
+6fe2461c
+205a0574
+245a0576
+604c4538
+d8c044e0
+2040712d
+202046cd
+6fe20623
+c4028000
+6fe4063d
+68440643
+98467e00
+67e40124
+24610000
+2040473e
+202007d9
+20404972
+2040475a
+2040058b
+20202940
+78287c00
+6fe40631
+68484644
+98409600
+204045c7
+204045bd
+7856fc00
+78567c00
+7826fc00
+7830fc00
+78507c00
+19623600
+37c18400
+203705a8
+1b420400
+604c00a4
+242c2739
+203705af
+dd2001e0
+1c225000
+6fe20623
+c30185af
+2055ac9c
+20402abc
+7823fc00
+7824fc00
+09800008
+19897e00
+67e204db
+6842063a
+1fe37e00
+9842fe00
+2feffe02
+7920800f
+09800008
+19897e00
+67e204dc
+1fe27200
+67e2068c
+203a05d4
+c50785cb
+da204cc9
+20403fb4
+c00085cb
+20400641
+203a05cb
+20400649
+18c20a00
+6fe404db
+e7e40005
+202005d0
+09800008
+19897e00
+c20005cb
+78367c00
+202005d4
+09800008
+19897e00
+e7e20005
+c20005d0
+09800018
+78287c00
+db600664
+203605db
+1fef7e00
+1ff17e00
+e7e60005
+20232739
+7836fc00
+6fe242b5
+243a05e2
+6fe20017
+1fe0a200
+20402a7b
+7846fc00
+20202a17
+efe20006
+1fe17e03
+67e2068d
+efe20006
+67e2068c
+207a0000
+60c4068e
+20600000
+c6078000
+c68d0000
+20760000
+6fe204dc
+207a0000
+20400649
+204005e4
+6fe2068c
+207a0000
+6fe2068d
+c001c866
+20200513
+78377c00
+204005fc
+2036c582
+2020458a
+68420017
+20402a1f
+20402a23
+78287c00
+d9601388
+2020059d
+20400126
+202007db
+dee002a8
+6fe204d5
+c1018000
+20204146
+20400615
+da204d62
+20200611
+da204d62
+20403fa5
+20200622
+20400615
+da204db0
+20203f94
+20403f94
+1a420c00
+1a427e00
+20600000
+2040062f
+203a2baf
+dfe00100
+68444ddb
+98467c00
+2021061d
+da204cc9
+20203fa5
+da204ca2
+20403fb4
+203a061b
+da204ca2
+20203fa5
+20400627
+da204ca2
+203a0626
+da204cc9
+20200611
+df200009
+d8c04cf0
+efe60006
+9a467c00
+2022862d
+c2000629
+1f227e00
+20600000
+dfe00100
+68444ddb
+98467c00
+20210635
+da204cc9
+20203fb4
+da204ca2
+20403fb4
+247a0000
+20200633
+58000010
+67e44ddb
+62280f1e
+2040062f
+6a280f1e
+20600000
+da204cc9
+20203fa5
+da204cc9
+20203fb4
+6fe64d0e
+243a7111
+2040063f
+1a427e00
+67e64d0e
+20207111
+6fe64d11
+243a7111
+2040063f
+1a427e00
+67e64d11
+20207111
+da2047dc
+2040725d
+207a0000
+1fe22600
+20203190
+1a627e00
+c00a8657
+20203168
+704c8c00
+704c1700
+204003e8
+202031c3
+6842063a
+284c0005
+20608000
+6fe204db
+1fe3fe00
+9842fe00
+c4018000
+793f8405
+79400403
+6042063a
+28400603
+24608000
+6fe245b5
+c0014794
+6fe21002
+c00107b9
+c002c790
+20600000
+20404906
+2040065b
+6fe204db
+2feffe04
+79208027
+1fe37e00
+9842fe00
+2feffe02
+7920800f
+6fe204dc
+203a067f
+6fe20623
+c302067f
+c6078000
+20406246
+204061b6
+793a001a
+247a0000
+20760000
+c6078000
+7920001a
+6842063a
+79400402
+6042063a
+20600000
+6fe244de
+207a0000
+d8e00001
+20407148
+247a0000
+7854fc00
+78287c00
+20404735
+2040460a
+204046ad
+2436c91c
+6fe20003
+1fe0fe01
+67e20003
+6fe204db
+1fe17e0f
+c0018698
+2020491b
+d8400004
+6fe2461c
+7d3a0406
+60424536
+684244ff
+1840fe06
+67e24537
+18427200
+6fe2461c
+205a0574
+245a0576
+604c4538
+d8c04500
+2040713a
+2020468c
+204006b7
+18227e00
+c1018000
+20200423
+62244ddb
+204006b4
+1a420a00
+6fe44ddb
+e7e20005
+58000000
+e7e20005
+e0220005
+20600000
+20400615
+da204d89
+20200611
+da204d89
+20403fa5
+20200622
+6fe20b97
+207a0000
+700b9700
+6fe20b95
+c00486c7
+20206472
+6fe20b98
+207a0000
+700b9800
+6fe20b96
+c00906d0
+c00486c7
+20206481
+204063ce
+20200708
+202052d6
+700b960f
+204052da
+204052f2
+2020e406
+20206410
+20600000
+700b9801
+700b9613
+20600000
+2040033f
+67ec42a9
+2040033c
+67e647ce
+df200007
+204003cf
+6fec0040
+e7ec0005
+20400439
+6fe24c9f
+c00086e0
+7042a716
+20600000
+204033e5
+700b9b01
+20600000
+2040033f
+67ec42a9
+204006f7
+df200007
+204003cf
+6fec0040
+e7ec0005
+20200439
+7840fc00
+6fe24c97
+207a0000
+6fe406a8
+684206aa
+98417e00
+6fe20b95
+247a0000
+20400702
+704c9f01
+7820fc00
+20600000
+700b950a
+700b9701
+20600000
+704c8809
+704c8732
+2040042f
+6fec0040
+e7ec0005
+6fe647d3
+e7e60005
+20200439
+704c8806
+704c8731
+2040042f
+6fec0040
+e7ec0005
+20200439
+704c8807
+704c8736
+2040042f
+58000000
+e7e20005
+6fec0040
+e7ec0005
+20200439
+704c8804
+704c8708
+2040042f
+58000000
+e7e20005
+68420046
+e0440005
+58000001
+e7e20005
+20200439
+6fe20739
+67e206a3
+c005871e
+20204cc0
+6fe24132
+c087cd22
+6fe24293
+207a0000
+68420055
+70005500
+70429300
+6fe2073a
+c1830000
+60420055
+700b9b01
+204006eb
+2420830d
+20600000
+20404dc7
+6ff00739
+67f04e20
+20600000
+6fe24170
+1fe0fe01
+68420739
+98467c00
+24210738
+60424170
+20404d51
+202007dd
+70007c04
+20600000
+20404edd
+2020072d
+1f227e00
+67e4012c
+203a268a
+9ea67c00
+20212729
+18017e01
+243a074a
+da204cc9
+20403fb4
+c000a739
+6fe20151
+1fe17e03
+c001a649
+c507a6f0
+6fe4012c
+684444d2
+98467c00
+20212729
+da204cc9
+20403fb4
+c000a739
+20400641
+203a2739
+20400643
+18c20a00
+6fe20151
+e7e20005
+6fe4012c
+e7e40005
+20202686
+09800010
+20437a57
+6fe2488e
+c00926a1
+c010a6a1
+c01126a1
+20232722
+c58026ba
+793f8000
+20600000
+2040050b
+202026dd
+62244ddb
+20400608
+6a244ddb
+20600000
+da204d62
+20203fa1
+2040060b
+20200420
+2020060b
+20400639
+203a729b
+2020729d
+20200639
+da204d62
+20203fb4
+20202baf
+20400773
+207a0000
+6fe2004b
+c3830000
+2040419e
+efe40006
+67e40099
+efe20006
+79207e02
+67e20098
+18c27e00
+67e4013c
+6fe4442c
+203a0785
+20205b2e
+6fe40099
+203a2baf
+d84002a7
+98467e00
+2022db44
+20205b3e
+70429300
+20204b77
+67e40fb7
+2020078f
+68440fb7
+18518400
+6fe44881
+98467c00
+2022d86b
+60444881
+58000100
+984f8400
+6fe6487b
+98467e00
+6846433d
+9840fe00
+1fe0fffc
+67e6023c
+58000100
+67e40241
+58004e3a
+67e4023f
+204057e8
+6fe280a0
+67e20124
+20405589
+6fe20124
+67e280a0
+58004e3a
+20205866
+18007e02
+2040528d
+6fe206a4
+e7e20005
+204052a6
+6fe2004b
+79207e03
+67e2004b
+70007201
+20600000
+20404528
+204045a4
+20403212
+2040682b
+700f0d15
+20206b2e
+204007b4
+7854fc00
+20600000
+6fe2004c
+2feffe02
+7920fe00
+1fe17e01
+20202b12
+580001e0
+2020078d
+580001f0
+2020078d
+58000180
+2020078d
+58000190
+2020078d
+58000110
+2020078d
+58000170
+2020078d
+58000150
+2020078d
+58000100
+2020078d
+58000140
+2020078d
+580001a0
+2020078d
+580001d0
+2020078d
+580001c0
+2020078d
+580001b0
+2020078d
+580000e0
+2020078d
+58000130
+2020078d
+58000080
+2020078d
+58000070
+2020078d
+580000c0
+2020078d
+58000060
+2020078d
+580000b0
+2020078d
+58000090
+2020078d
+580000a0
+2020078d
+580000d0
+2020078d
+58000160
+2020078d
+580000f0
+2020078d
+58000010
+2020078d
+58000020
+2020078d
+58000030
+2020078d
+58000040
+2020078d
+58000050
+2020078d
Index: ModuleDemo/25_OTA/bt_demo/CM0/respin/sched.rom
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/respin/sched.rom	(nonexistent)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/respin/sched.rom	(working copy)
@@ -0,0 +1,403 @@
+
+mem_patch00:     
+04   #mem_patch00
+40   #mem_patch01
+01   #mem_patch02
+50   #mem_patch03
+11   #mem_patch04
+00   #mem_patch05
+04   #mem_patch06
+44   #mem_patch07
+12   #mem_patch08
+00   #mem_patch09
+00   #mem_patch0A
+31   #mem_patch0B
+00   #mem_patch0C
+0c   #mem_patch0D
+00   #mem_patch0E
+00   #mem_patch0F
+62   #mem_patch10
+10   #mem_patch11
+00   #mem_patch12
+40   #mem_patch13
+01   #mem_patch14
+00   #mem_patch15
+00   #mem_patch16
+06   #mem_patch17
+00   #mem_patch18
+00   #mem_patch19
+00   #mem_patch1A
+00   #mem_patch1B
+01   #mem_patch1C
+00   #mem_patch1D  
+00   #mem_patch1E
+00   #mem_patch1F
+80   #mem_patch20
+10   #mem_patch21
+04   #mem_patch22
+00   #mem_patch23
+e8   #mem_patch24
+07   #mem_patch25
+00   #mem_patch26
+c8   #mem_patch27
+06   #mem_patch28
+88   #mem_patch29
+14   #mem_patch2A
+29   #mem_patch2B
+11   #mem_patch2C
+40   #mem_patch2D
+17    #mem_patch2E
+00   #mem_patch2F
+00   #mem_patch30
+03   #mem_patch31
+04   #mem_patch32
+00   #mem_patch33
+60   #mem_patch34
+00   #mem_patch35
+04   #mem_patch36
+00   #mem_patch37
+00   #mem_patch38
+00   #mem_patch39
+10   #mem_patch3A
+00   #mem_patch3B
+00   #mem_patch3C
+00   #mem_patch3D
+00   #mem_patch3E
+00   #mem_patch3F
+
+
+##############NVRAM CONFIG##############
+mem_nv_data_ptr:mem_nv_data
+mem_nv_data_number:05
+#####################################
+
+##############BLUETOOTH CONFIG##############
+###commom###
+mem_device_option:0f
+mem_lmp_version:09 0e 05 06 00
+###ble###
+mem_le_lap:d5 cc aa aa cc 52
+
+mem_le_adv_data_len:12
+mem_le_adv_data:
+02 01 0e 
+04 09 4f 54 41
+09 ff 0e 05 21 11
+
+mem_le_scan_data_len:05
+mem_le_scan_data:
+'\09OTA
+
+
+mem_le_adv_enable:00
+mem_le_scan_type:01
+mem_le_adv_type:00
+mem_le_adv_direct_addr_type:00
+mem_le_scan_own_addr_type:00
+mem_le_scan_filter_policy:00
+mem_le_scan_interval:28
+mem_le_scan_window:0c 00
+mem_le_transmit_window:50
+mem_le_adv_interval_max:60 01 
+mem_le_adv_own_addr_type:00
+
+mem_le_pairing_mode:00
+mem_le_secure_connect_enable:00
+mem_le_pres:02 03 00 01 10 02 03 #justwork
+
+mem_le_pairing_handle:00 00
+
+mem_le_interal_min:
+10 00 #interval max
+10 00 #interval min
+00 00 #latency
+00 01 #supervision timeout
+
+###3.0###
+mem_sp_iocap_local:03 00 00
+mem_role_switch_flag:00
+mem_scan_mode:00
+mem_class: 04 04 24
+mem_local_name_length:
+'EVKOTA
+
+#FF FF FF is Fixed for OTA.
+mem_lap:45 FF 31 FF FF FF
+
+mem_discovery_timeout:00 07 
+mem_ssp_enable:01
+mem_ui_profile_supported:48
+mem_app_connection_options:17
+mem_eir_enable:01
+mem_all_uuid_16bits:
+05
+03#Type: Complete list of 16-bit UUIDs
+1e11 0e11 0811 0d11 0b11
+
+mem_all_uuid_128bits:00
+
+mem_ota_version:0a 00
+mem_ota_write_handle:06
+mem_ota_notify_handle:03
+mem_ota_buck_size:00 10
+mem_ota_packet_max_len:be 00
+
+#attribute list: handle 2bytes, uuid 2bytes, length 1bytes, attribute Nbytes
+mem_le_att_list:
+
+#Primary service yichip transmit ------
+01 00 02 00 28 02 ff ff
+#Characteristic tx--notify
+02 00 02 03 28 01 10
+03 00 02 11 ff 14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+#Client Characteristic Configuration
+04 00 02 02 29 02 01 00
+
+#Characteristic rx--write
+05 00 02 03 28 01 04
+06 00 02 22 ff  14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
+
+#End of Attribute list
+00 00
+
+
+
+mem_lpm_mode:00
+mem_lpm_overhead:08
+mem_lpm_interval:00 02
+mem_lpm_mult:03
+mem_lpm_mult_timeout:03
+mem_ptt:01
+mem_features:
+ff
+ff
+ff
+fa	#fe--EDR  F8--BR
+db	#AFHclose 83  #AFHenable_slave cap and classification LMP_SLAVE_AFH_CLASSIFICATION enable 9b, disable 8b
+fd    #9d
+7b
+83
+
+mem_le_features:
+21				//length extension
+00
+00
+00
+00
+00
+00
+00
+
+
+mem_xip_option:5d 40 bb
+
+mem_ui_le_uuid_table:mem_le_att_list
+
+mem_seqi:7f
+
+mem_le_connection_updata_param:
+06 00
+06 00
+00 00
+f4 01
+
+
+mem_codec_msbc_support:00
+mem_codec_type:01
+mem_eq_flag:01
+
+mem_UI_HF_brsf_feature:313538 #30 33 30 
+mem_le_more_data:01
+mem_ipc_enable:01
+
+mem_tws_state:00
+mem_tws_bdaddr:96 55 12 11 33 62
+#mem_tws_bdaddr:96 45 12 00 19 62
+
+
+mem_hsp_role:00
+mem_auto_hsp_role:01
+mem_tws_allow_pairing:01
+mem_tws_allow_pairing_rssi_limit:45
+
+mem_tws_rf_start_anchor:b0 04   # 0x1e0 40us,   0x78 10us,   0x4b0 100us,   0x618 130us
+mem_tws_rf_rcv_window_size:78 00
+
+mem_tws_rf_packet_rx_window_size:f0 0a # 2800
+mem_tws_rf_slave_send_full_packet_sleep_time:58 02 # 50us
+# mem_tws_rf_rcv_window_size + 72us + hardware_delay(18us)
+# send delay is mem_tws_rf_slave_send_full_packet_sleep_time, so we can think the judge below
+# mem_tws_rf_packet_rx_window_size - (mem_tws_rf_rcv_window_size + 72us + hardware_delay(18us) + mem_tws_rf_slave_send_full_packet_sleep_time/2)
+mem_tws_rf_master_check_raw_id_time:db 04
+
+mem_rf_debug_enable: 00
+mem_rf_debug_rf_rx_debug_gpio: 0c
+mem_rf_debug_rf_tx_debug_gpio: 0e
+mem_rf_debug_rf_sync_detect_debug_gpio: 18
+mem_rf_debug_rf_crc_error_debug_gpio: 19
+
+
+mem_param_sco_use_cm0:01
+
+
+# ipc define
+#mem_param_ipc_mem_block_start_addr
+mem_param_ipc_to_bt_buf_start_addr:00 d8 01
+mem_param_ipc_to_bt_buf_end_addr:00 db 01
+mem_param_ipc_to_bt_wptr_addr:00 db 01
+mem_param_ipc_to_bt_rptr_addr:04 db 01
+mem_param_ipc_to_m0_wptr_addr:08 db 01
+mem_param_ipc_to_m0_rptr_addr:0c db 01
+mem_param_ipc_to_m0_buf_start_addr:50 db 01
+mem_param_ipc_to_m0_buf_end_addr:00 df 01
+#mem_param_ipc_mem_block_end_addr
+
+
+# debug log define
+#mem_param_debug_log_mem_block_start_addr
+mem_param_debug_log_func_enable:01
+
+mem_param_debug_log_initial_flag_addr:10 d3 01
+mem_param_debug_log_lock_flag_cm0_addr:11 d3 01
+mem_param_debug_log_lock_flag_respin_addr:12 d3 01
+mem_param_debug_log_lock_victim_addr:13 d3 01
+mem_param_debug_log_read_index_addr:14 d3 01
+mem_param_debug_log_write_index_addr:16 d3 01
+mem_param_debug_log_buffer_start_addr:18 d3 01
+mem_param_debug_log_buffer_end_addr:50 d3 01
+#mem_param_debug_log_mem_block_end_addr
+
+# soft dma define
+# size is SOFT_DMA_TABLE_TOTAL_COUNT*4 + SOFT_DMA_TABLE_TOTAL_COUNT*SOFT_DMA_TABLE_UNIT_SIZE = 0x100
+mem_param_soft_dma_enable:01
+mem_param_soft_dma_table_start_addr:10 d5 01
+
+
+# sco m0 rx buffer define
+# size is M0_SCO_RX_BUFFER_SIZE + M0_SCO_TX_BUFFER_SIZE
+mem_param_m0_respin_sco_buffer_start_addr:10 d6 01
+
+
+mem_param_use_cm0_control_flag:01
+# tishi buffer size is 0x2000
+mem_param_tishi_start_addr:00 a0
+
+#mem_app_debug_info_timer use to set first debug timeout
+#mem_param_app_debug_info_timeout use to set period
+mem_app_debug_info_timer:05
+mem_param_app_debug_info_timeout:32
+
+mem_param_tws_tx_power:02
+
+mem_param_tws_send_channel_array:08 24 08 24
+#mem_param_tws_send_channel_array:20 20 20 20
+#mem_param_tws_send_channel_array:08 09 10 11
+
+mem_tx_power:02
+
+mem_sfreq_enable:01
+#mem_param_rf_setup must big then mem_param_pll_setup, be-careful, mem_param_rf_setup real value = 0xEA6 - value
+#we suggest must reserve 0x3A6, means mem_param_rf_setup = (0xEA6 - mem_param_pll_setup - 0x3A6)
+#mem_param_rf_setup:B8 07
+#mem_param_pll_setup:48 03
+mem_param_rf_setup:00 06
+mem_param_pll_setup:00 05
+
+mem_audio_output_setting: 01
+
+
+mem_mram_qspi_tx_addr:00 60
+
+mem_vp_addr:
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+000000 000000
+
+mem_fec_required:00		
+mem_eir:
+00 00 00 00 00 00 00 00 		00 00 00 00 00 00 00 00 
+00 00 00 00 00 00 00 00 		00 00 00 00 00 00 00 00 
+00 00 00 00 00 00 00 00 		00 00 00 00 00 00 00 00 
+00 00 00 00 00 00 00 00 		00 00 00 00 00 00 00 00 
+00 00 00 00 00 00 00 00 		00 00 00 00 00 00 00 00
+00 00 00 00 00 00 00 00 		00 00 00 00 00 00 00 00 00 00 00 00
+mem_simple_pairing_mode:00	
+mem_conn_status:00
+mem_io_cap_flag:00
+mem_inquiry_mode:00
+
+mem_hci_version_svnid:3987
+
+mem_keyscan_switch:00
+
+mem_public_code_svn_version_code:00 00 00 00 00 00 00 00 00
+
+mem_le_tws_scan_interval:28 00
+mem_le_tws_scan_window:0c 00
+mem_param_le_tws_adv_interval_normal:00 01 
+mem_param_le_tws_adv_interval_master_listen:58 00 
+
+
+#mesh init
+mem_mesh_event_head_type:04	#HCI_H4_TYPE_EVENT
+
+mem_mesh_command_complete_num_hci_command_packet:01
+
+mem_mesh_read_local_version_info:
+09		#hci_version BT_HCI_VERSION_5_0
+00 00	#hci_revsion
+09		#lmp_version RADIO_BLE_VERSION_NUMBER:BT_HCI_VERSION_5_0
+0e 05	#manufacture_name Yichip Microelectronics (Hangzhou) Co.,Ltd.
+FF FF	#LPM_subversion
+
+mem_mesh_read_local_support_command:02 05 ff
+
+mem_device_public_address:11 22 33 44 55 66
+
+mem_local_rx_max_octets:fb 00 48 08 fb 00 48 08  
+
+
+mem_lpm_config:8f 10 ca
+mem_lpm_buckcnt:0a 0b ef 07
+mem_lpm_hibernate_switch:00
+mem_gpio_wakeup_low:00 00 00 00 00 00 00 00
+mem_fcomp_mul:02
+mem_fcomp_div:24
+mem_iscan_window:20 00
+mem_iscan_interval:00 04
+mem_pscan_window:16 00
+mem_pscan_interval:00 04
+mem_inq_window:20 00
+mem_page_window:30 00
+mem_page_to:00 30
+mem_rx_window_init:80 03
+mem_rx_window_sniff:00 06
+
+mem_lpm_xtalcnt:00 0a 1b ef 0b
+
+mem_ef_base:00 ff 87
+mem_eeprom_block_size:80
+
+mem_rf_init:
+ff
+
+mem_rf_init_ptr:mem_rf_init
+
Index: ModuleDemo/25_OTA/bt_demo/CM0/respin/zcode.rom
===================================================================
--- /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/respin/zcode.rom	(nonexistent)
+++ /YC1121E/SoftCode/1121EB/branch/HciDongle(watch_dog)/ModuleDemo/25_OTA/bt_demo/CM0/respin/zcode.rom	(working copy)
@@ -0,0 +1,1984 @@
+20200040
+dfe00020
+da204f43
+d8400020
+204056bd
+d8c04f43
+efe40006
+207a0000
+67e44f65
+2040000d
+20400011
+2040000d
+2020001d
+da204f45
+df200006
+704f6701
+20600000
+efe40011
+68444f63
+9840fe00
+67e44f63
+6fe24f67
+9a20a200
+1a20a202
+6fe24f67
+1fe0fe01
+67e24f67
+c2000011
+20600000
+efe40011
+68444f63
+9842fe00
+67e44f63
+6fe24f67
+9a20a200
+1a20a202
+6fe24f67
+1fe0fe01
+67e24f67
+c200001d
+6fe44f63
+68444f65
+98467c00
+2422abaf
+20600000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe20739
+79207e07
+67e2007d
+c0418009
+c042000e
+c04c8010
+c04d0013
+20204c5a
+20404c9e
+6fe4073a
+6ff0073c
+67f04e28
+20600000
+20404ca0
+2020000a
+20404c78
+204006fa
+20200702
+204006fa
+20404c78
+20404c7c
+700b9801
+700b9603
+20600000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+704c880b
+704c873e
+2040042f
+58000007
+e7e20005
+6fe20639
+e7e40005
+6ff04953
+e7f00005
+20200439
+6ff04c6c
+c4028000
+704c8808
+704c870c
+2040042f
+58000000
+e7e20005
+6fe20639
+e7e40005
+6fea4c12
+e7ea0005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6ff04c6c
+c4018000
+704c880c
+704c873e
+2040042f
+58000004
+e7e40005
+6fe20639
+e7e40005
+6ff04c0a
+e7f00005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6ff04c6c
+c4010000
+704c880a
+704c873e
+2040042f
+58000003
+e7e40005
+6fe20639
+e7e40005
+6fec4530
+e7ec0005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6ff04c6c
+c4000000
+704c8813
+704c873e
+2040042f
+58000001
+e7e40005
+6fe20639
+e7e40005
+204003f0
+e0420005
+6fe24626
+e7e20005
+6fec0633
+e7ec0005
+6fe40625
+1feb7e00
+e7e40005
+6fe80650
+e7e80005
+6fe2065b
+e7e20005
+6fe20639
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+704c8817
+704c8718
+2040042f
+6fec0040
+e7ec0005
+d8c04297
+18007210
+2040712d
+18007e00
+e7e20005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe20048
+c0420005
+c0418008
+20204f9d
+68424c97
+604206a9
+20205046
+68424c97
+604206a9
+202050ba
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c9c
+c0810006
+204020dc
+246c0000
+c6000000
+684c0149
+20402289
+20628000
+2040021d
+2040042f
+58000001
+e7e20005
+6fec0149
+e7ec0005
+6fe20144
+1fe20400
+1fe97e00
+1fe97e00
+e7e20005
+58000000
+e7e20005
+6fe24c9c
+c0800020
+58000000
+e7e20005
+6fe60146
+e7e60005
+6fe80132
+9c467e00
+e7e40005
+20200439
+6fe60146
+e7e60005
+6fe80132
+9c467e00
+e7e40005
+6fe20018
+2040020a
+e7e20005
+6fe24c9c
+c001002b
+20200439
+6fe64d0e
+1fe20c00
+efe20006
+efe40006
+207a0000
+1fe20400
+1fe27200
+2040712d
+184672f0
+20407100
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c0090005
+c011001a
+202003c7
+6fe24df3
+203a03c9
+20400342
+67ee4e10
+2040000e
+6fe24df3
+1fe0ffff
+67e24df3
+202003cb
+20400370
+243a03c9
+1a420a00
+1a40a407
+1a420c00
+efee0006
+e7ee0005
+c2000010
+58000000
+18a08bf9
+e7ee0005
+20600000
+20400339
+67e4495f
+20400339
+67e44961
+204004ea
+df200003
+204003cf
+6fe20639
+e7e40005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+704c8806
+704c8714
+2040042f
+6fe24c89
+e7e20005
+6fe20046
+e7e40005
+6fe24c8a
+e7e20005
+203a000e
+6fe40032
+1fe37e00
+2020000f
+58000000
+e7e40005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+704c8804
+704c8705
+2040042f
+58000000
+e7e20005
+6fe24e1e
+e7e40005
+6fe206a4
+e7e20005
+2040000f
+6fe2004c
+793ffe05
+67e2004c
+20200439
+793f8021
+70004600
+704ca100
+704c9b00
+20600000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+704c8803
+704c871b
+2040042f
+6fe20046
+e7e40005
+6fe24170
+e7e20005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+704c8807
+704c8720
+2040042f
+6fec0040
+e7ec0005
+6fe24ca0
+e7e20005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+704c880b
+704c8703
+2040042f
+6fe24c8a
+e7e20005
+6fe20046
+e7e40005
+6fec0040
+e7ec0005
+18007e01
+e7e20005
+18007e00
+6842004c
+284ffe02
+7920fe00
+e7e20005
+6fe20046
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c1a
+c000800b
+c001000f
+c001800c
+c002000d
+c0028010
+c0030011
+c004000e
+c01f8012
+202003c7
+202007f3
+202007f5
+202007f7
+202007f9
+202007fb
+202003c7
+202003c7
+6fe24c18
+c0008019
+c00b801d
+c010001f
+c0518024
+c0300034
+202003c7
+2040033f
+67ec4c8d
+20400368
+202003cb
+704e1f3f
+202003cb
+df200002
+204003d4
+58000000
+e7e40005
+20200439
+20400339
+68420046
+98467c00
+2022802b
+68420639
+98467c00
+24628000
+604242a8
+df200003
+204003d4
+6fe242a8
+e7e40005
+6fe20018
+2040020a
+e7e20005
+20200439
+df200002
+204003d4
+6fe44f3b
+e7e40005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe64d0e
+245a0015
+6fe64d11
+245a0015
+58000000
+67e64d0e
+67e64d11
+2040000c
+dfe04d62
+67e40f12
+2020000e
+dfe04d89
+67e40f12
+6a240f12
+20403fb4
+207a0000
+6a240f12
+20403fa5
+20400622
+2020000e
+1fe22400
+20200622
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24f3a
+243a07f1
+704f3a01
+7044d40a
+580002b0
+67e444d2
+20400020
+df200009
+da402200
+580002b0
+67e40f12
+58004cc9
+67e40f16
+2040001a
+dfe00009
+1feff203
+d8c04cd2
+d8a04cf0
+2040712d
+df200001
+da402000
+58000100
+67e40f12
+58004ca2
+67e40f16
+6a240f16
+20403f94
+6fe40f12
+9a40a400
+c200001a
+20600000
+58000000
+67e64d0e
+67e64d11
+58004ca2
+2040002c
+58004cc9
+2040002c
+58004d62
+2040002c
+58004d89
+2040002c
+58004db0
+1fe20a00
+1fe0fe09
+e7e40005
+e7e40005
+e7e40005
+684244d4
+184f8403
+9840fe00
+e7e40005
+df20001f
+20207100
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c005000f
+c0070012
+c009836f
+c00b036c
+c00b836f
+c00c036f
+c00c836f
+c00d036f
+c00d836f
+c0078015
+c008001a
+c008801e
+202007ef
+20400348
+67e244de
+202003cb
+7044d900
+704c8b00
+202003cb
+df200002
+204003cf
+58000004
+e7e20005
+20200439
+704df300
+704e1000
+704df400
+202003cb
+68424df3
+18467c04
+202283c9
+20400342
+67ee4e10
+20400025
+202003cb
+6fe24df3
+d8a04df4
+1feffe07
+98a08a00
+6fee4e10
+e7ee0005
+6fe24df3
+1fe0fe01
+67e24df3
+20600000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c0040008
+c004800d
+c0058012
+c0060025
+c0068029
+202007ed
+20400348
+67e244df
+1fe27200
+20400336
+202003cb
+20400348
+67e244ff
+1fe27200
+20400336
+202003cb
+6fe244d9
+243a03c9
+20400348
+67e24636
+20400339
+67e444da
+20400339
+67e444dc
+20400348
+67e24637
+20400348
+67e24e17
+6fe444da
+684444dc
+98467c00
+242283cb
+1fe3fe00
+67e444da
+202003cb
+20400348
+67e244d9
+20400348
+202003cb
+20400339
+67e444da
+20400339
+67e444dc
+20400348
+20400348
+2040033f
+67ec4627
+20400348
+67e24626
+20400339
+1febfe00
+67e444d7
+20400339
+20400339
+67e44632
+20400339
+67e44634
+7044d901
+704c8b01
+202003db
+00000000
+00000000
+20200040
+6fe24c18
+c01b8009
+c0290012
+c02a8018
+c02b001d
+c0360021
+c0368026
+202003c7
+20400260
+20400339
+67e40051
+df200003
+204003cf
+6fe20046
+e7e40005
+7042a71d
+20200439
+20400348
+67e24c98
+df200064
+d8a00183
+20400336
+202003cb
+df200002
+204003cf
+6fe24c97
+e7e20005
+20200439
+20400348
+67e24c97
+203a03c5
+202003cb
+df200003
+204003cf
+6fe44ded
+e7e40005
+20200439
+20400339
+67e44ded
+202003cb
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c00c8009
+c00e0013
+c00e801b
+c01586d3
+c01606e3
+c00d8026
+202003c7
+2040033f
+67ec42a9
+20400339
+67e200b6
+20400339
+9c40fe00
+1fe17ffc
+67e800b7
+7042a703
+202003db
+6fe24c9b
+c08103df
+20400339
+203a03df
+20400348
+67e206a7
+7042a715
+202003db
+20400339
+67e242a8
+20402284
+242283df
+1a208c01
+efe20006
+c2800024
+204003db
+20203420
+204003db
+202048f0
+6fe24c9b
+c08103df
+20400339
+67e242a8
+203a03df
+204003db
+6ff04e20
+243a0030
+7042a704
+20600000
+704c880b
+704c870b
+2040042f
+58000000
+e7e20005
+6fe20046
+e7e40005
+6ff04e20
+e7f00005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c0058009
+c0060011
+c0068017
+c0070020
+c0088028
+c009802c
+202007eb
+2040033f
+67ec42a9
+d8a04297
+18007210
+20400336
+70429301
+7042a70b
+20200023
+2040033f
+67ec42a9
+7042a70c
+20400023
+204006eb
+2420830d
+2040033f
+67ec42a9
+20400348
+67e247f1
+98007200
+d8a047f2
+20400336
+7042a709
+20200023
+2040033f
+67ec42a9
+7042a70a
+df200007
+204003cf
+6fec0040
+e7ec0005
+20200439
+20400339
+67e242a8
+7042a70d
+202003db
+20400339
+67e242a8
+20400348
+1fe0fe0e
+67e242a7
+202003db
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c0030006
+c0040018
+c005002b
+202007e9
+20400339
+67e242a8
+20400348
+67e206a4
+20402284
+242283df
+1a208c01
+efe20006
+c280035b
+7042a706
+6fe242a8
+6842439b
+98467c00
+242283db
+7042a711
+6fe2439a
+67e242a8
+202003db
+2040033f
+67ec42a9
+7042a71a
+6fe24c9b
+c0008021
+c001001f
+20200025
+704c960b
+20200026
+704c9600
+20400026
+704c8a02
+20200201
+704c9602
+df200007
+204003d0
+6fec42a9
+e7ec0005
+20200439
+6fe24ca1
+c00003df
+c00103dd
+6fe24c9b
+c00103dd
+704ca102
+2040033f
+67ec42a9
+20400348
+67e24c8a
+7042a708
+204003db
+20200201
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c00e000f
+c00e8014
+c00f001b
+c0118020
+c0120025
+c0210028
+c0218029
+c022002b
+c0228030
+c0230033
+c0238034
+c0288036
+202007e7
+20400339
+67e44153
+20400339
+67e44151
+202003cb
+df200005
+204003cf
+6fe4414f
+e7e40005
+6fe4414d
+e7e40005
+20200439
+20400339
+67e4414f
+20400339
+67e4414d
+202003cb
+df200004
+204003cf
+6fe6414a
+e7e60005
+20200439
+2040033c
+67e6414a
+202003cb
+202003c7
+20400348
+202003c7
+df200002
+204003cf
+6fe24c9c
+e7e20005
+20200439
+20400348
+67e24c9c
+202003cb
+202003c7
+20400348
+202003c7
+df2000f2
+204003cf
+6fe24c98
+e7e20005
+d8c00183
+df200064
+2040713a
+20200439
+00000000
+00000000
+20200040
+6fe24c18
+c0070005
+c007800a
+202003c7
+df200003
+204003cf
+6fe44def
+e7e40005
+20200439
+20400339
+67e44def
+202003cb
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c0018008
+c002001c
+c0058022
+c006002d
+c0068035
+202007e5
+6fe44df1
+c30103dd
+6fe44def
+c30103dd
+6fe24c9b
+c08103df
+20400339
+67e40253
+20400339
+67e40255
+20400339
+67e40257
+58000040
+67e4430b
+20400339
+67e4430d
+20400339
+67e4430f
+7042a712
+202003db
+20400339
+67e40253
+6fe20031
+c30303dd
+7042a713
+202003db
+6fe24c9b
+c08103df
+6fe44df1
+c30003dd
+6fe44def
+c30003dd
+2040033f
+67ec42a9
+20400348
+7042a718
+202003db
+20400260
+df200005
+204003cf
+6fe20046
+e7e40005
+6fe44df1
+e7e40005
+20200439
+20400260
+20400339
+67e44df1
+df200003
+204003cf
+6fe20046
+e7e40005
+20200439
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c0008008
+c001000b
+c0018010
+c0028015
+c003001a
+202007e3
+20400345
+67f04c6c
+202003cb
+df200004
+204003cf
+580400fb
+e7e60005
+20200439
+df200009
+204003cf
+6ff04de5
+e7f00005
+20200439
+6fe244de
+243a03c9
+2040033f
+67ec4c7a
+202003cb
+6fe244de
+243a03c9
+20400339
+67e44617
+20400339
+67e44619
+20400348
+2040002d
+6042461b
+20400348
+205a0035
+245a0039
+20400348
+2040033f
+20400348
+67e24624
+20400348
+67e24e17
+202003cb
+d8400000
+c1000000
+d8400002
+c1018000
+d8400006
+c1010000
+d8400001
+20600000
+684c4c8d
+604c4639
+70461c00
+20600000
+70461c01
+20600000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c0008009
+c001000e
+c0018014
+c002001e
+c002801e
+c0048019
+202003c7
+df200009
+204003cf
+6ff04c24
+e7f00005
+20200439
+df200041
+204003cf
+d8c04c2c
+df200040
+2040713a
+20200439
+df200009
+204003cf
+6ff04138
+e7f00005
+20200439
+df200007
+204003cf
+6fec4140
+e7ec0005
+20200439
+df200008
+204003cf
+580002a8
+e7e40005
+5800003c
+e7e20005
+58000008
+e7e40005
+e7e40005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c000800c
+c001800f
+c0098011
+c00a001b
+c00b8023
+c00c0028
+c00c802b
+c00d0030
+c00d8033
+202007e1
+20400345
+67f04c1c
+202003cb
+204003cb
+2020035f
+2040034d
+d8a0468a
+df200042
+2040713a
+df200042
+d8c0468a
+d8400000
+204001c5
+60424689
+202003cb
+df2000f9
+204003cf
+d8c0468a
+df200040
+2040713c
+df200017
+204070e4
+20200439
+df200003
+204003cf
+6fe44159
+e7e40005
+20200439
+20400339
+67e44159
+202003cb
+df200002
+204003cf
+6fe24133
+e7e20005
+20200439
+20400348
+67e24133
+202003cb
+df200005
+204003cf
+6fe44153
+e7e40005
+6fe44151
+e7e40005
+20200439
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+20200040
+6fe24c18
+c0008007
+c0010017
+c0028019
+c0048025
+202007df
+7920001c
+2040033c
+67e64147
+20400348
+d8400800
+984ffe00
+d840ffff
+98467c00
+24210011
+18427e00
+18000e02
+20407141
+20400348
+67e24c99
+67e24c9a
+202003db
+7042a702
+202003cb
+2040033f
+67ec42a9
+20400339
+67e40251
+20400339
+67e200b6
+20400339
+20400348
+67e24ad0
+704c9b01
+7042a705
+202003db
+6fe24ca1
+c00003df
+c00103dd
+6fe24c9b
+c00103dd
+2040033f
+67ec42a9
+7042a707
+20400348
+c00083db
+7042a719
+204003db
+20204d51
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
+00000000
