Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w008c51e/wiki/includes/MagicWord.php on line 860
Betty init - Bettyhacks.com - Hack BettyTV-Remote

Betty init

From Bettyhacks.com - Hack BettyTV-Remote
Jump to: navigation, search
(made a typo, base 0x80000000 for lcd was wrong, base is 0x81000000)
 
Line 1: Line 1:
 
here is a part of the disassembly of the original firmware.<br>
 
here is a part of the disassembly of the original firmware.<br>
 
it should show you how to init the chip, memory banks, and<br>
 
it should show you how to init the chip, memory banks, and<br>
also initializes the lcd display.<br>
+
also initializes the lc-display.<br>
 
the functions are stripped down, so that only the code needed<br>
 
the functions are stripped down, so that only the code needed<br>
 
to show the init sequence remains.<br>
 
to show the init sequence remains.<br>
Line 22: Line 22:
 
CS0:80000C14                RSB    R0, R0, R0,LSL#4 -> (1600*16)-1600 = 24000
 
CS0:80000C14                RSB    R0, R0, R0,LSL#4 -> (1600*16)-1600 = 24000
 
CS0:80000C18                STR    R3, [R2,#4]
 
CS0:80000C18                STR    R3, [R2,#4]
CS0:80000C1C                MOV    R0, R0,LSL R3 -> 24000*8 = 192000
+
CS0:80000C1C                MOV    R0, R0,LSL R3 -> 24000*2 = 48000
 
CS0:80000C20
 
CS0:80000C20
 
CS0:80000C20 loc_80000C20                            ; CODE XREF: pause+38�j
 
CS0:80000C20 loc_80000C20                            ; CODE XREF: pause+38�j
Line 44: Line 44:
 
CS0:80000058                MOV    R1, #0xAA ; '¬'
 
CS0:80000058                MOV    R1, #0xAA ; '¬'
 
CS0:8000005C                MOV    R2, #0x55 ; 'U'
 
CS0:8000005C                MOV    R2, #0x55 ; 'U'
CS0:80000060                LDR    R4, =dword_800029AC =0x42, =40mhz @ 10mhz input
+
CS0:80000060                LDR    R4, =dword_800029AC =0x42, =30mhz @ 10mhz input
 
CS0:80000064                LDR    R3, [R4]
 
CS0:80000064                LDR    R3, [R4]
 
CS0:80000068                STR    R3, [R0,#4] PLLCFG = 0100.0010<br>
 
CS0:80000068                STR    R3, [R0,#4] PLLCFG = 0100.0010<br>
Line 73: Line 73:
 
<br>
 
<br>
 
<br>
 
<br>
this snippet initializes bank#1, where the lcd display is connected to.<br>
+
this snippet initializes bank#1, where the lc-display is connected to.<br>
 
0x81000000 is the command interface, 0x81000001 is for data<br>
 
0x81000000 is the command interface, 0x81000001 is for data<br>
 
<br>
 
<br>

Latest revision as of 19:12, 25 August 2007

Personal tools