Index: output/eeprom.dat
===================================================================
--- /branch/mouse_project/1066/1066_OTP_FLASH/output/eeprom.dat	(revision 1522)
+++ /branch/mouse_project/1066/1066_OTP_FLASH/output/eeprom.dat	(working copy)
@@ -2,7 +2,7 @@
 02
 aa
 55
-5a
+5e
 00
 68
 10
@@ -12,10 +12,6 @@
 00
 c2
 41
-20
-40
-29
-78
 58
 00
 00
@@ -27,7 +23,11 @@
 20
 40
 00
-0c
+0d
+20
+00
+00
+64
 20
 40
 65
@@ -40,6 +40,10 @@
 40
 65
 56
+20
+00
+00
+64
 da
 60
 65
@@ -92,8 +96,8 @@
 60
 00
 00
-5c
-ff
+bf
+b9
 aa
 55
 01
@@ -125,5 +129,5 @@
 40
 e1
 41
-f4
-8a
+49
+d2
Index: output/program.lis
===================================================================
--- /branch/mouse_project/1066/1066_OTP_FLASH/output/program.lis	(revision 1522)
+++ /branch/mouse_project/1066/1066_OTP_FLASH/output/program.lis	(working copy)
@@ -2,28 +2,29 @@
 org 0x0000
 0000 6810813b hfetch 1 ,0x813b 
 0001 6000c241 store 1 ,mem_power_on_flag 
-0002 20402978 call initialize_radio_cont + 1 
-0003 58000000 setarg 0x0 
-0004 600181f6 store 3 ,mem_addr_hi 
-0005 2040000c call spid_b_init_flash 
+0002 58000000 setarg 0x0 
+0003 600181f6 store 3 ,mem_addr_hi 
+0004 2040000d call spid_b_init_flash 
+0005 20000064 nop 100 
 0006 2040650b call spid_unlock_flash 
 0007 d84000ab arg 0xab ,temp 
 0008 20406556 call spid_write_flash_common 
-0009 da606578 arg spid_load_flash ,regc 
-000a 20406429 call read_first_block 
-000b 2020643c branch load_storage 
+0009 20000064 nop 100 
+000a da606578 arg spid_load_flash ,regc 
+000b 20406429 call read_first_block 
+000c 2020643c branch load_storage 
 
 spid_b_init_flash:
-000c 70808640 hjam 0x40 ,core_spid_ctrl 
-000d 70808700 hjam 0x0 ,core_spid_delay 
-000e 68108081 hfetch 1 ,core_gpio_sel1 
-000f 793ffe00 set0 0 ,pdata 
-0010 793ffe01 set0 1 ,pdata 
-0011 79207e03 set1 3 ,pdata 
-0012 60108081 hstore 1 ,core_gpio_sel1 
-0013 58000000 setarg 0 
-0014 600201f5 store 4 ,mem_spid_tbuf 
-0015 20600000 rtn 
+000d 70808640 hjam 0x40 ,core_spid_ctrl 
+000e 70808700 hjam 0x0 ,core_spid_delay 
+000f 68108081 hfetch 1 ,core_gpio_sel1 
+0010 793ffe00 set0 0 ,pdata 
+0011 793ffe01 set0 1 ,pdata 
+0012 79207e03 set1 3 ,pdata 
+0013 60108081 hstore 1 ,core_gpio_sel1 
+0014 58000000 setarg 0 
+0015 600201f5 store 4 ,mem_spid_tbuf 
+0016 20600000 rtn 
 org 0x2000
 
 start:
Index: program/patch.prog
===================================================================
--- /branch/mouse_project/1066/1066_OTP_FLASH/program/patch.prog	(revision 1522)
+++ /branch/mouse_project/1066/1066_OTP_FLASH/program/patch.prog	(working copy)
@@ -4,13 +4,16 @@
 	hfetch 1,0x813b
 	store 1,mem_power_on_flag
 
-	call initialize_radio_cont+1
+//	call initialize_radio_cont+1
+
 	setarg 0x0
 	store 3,mem_addr_hi
 	call spid_b_init_flash
+	nop 100
 	call spid_unlock_flash
 	arg 0xab,temp
 	call spid_write_flash_common
+	nop 100
 	arg spid_load_flash,regc
 	call read_first_block
 	branch load_storage
