Talk:JigKick Battery: Difference between revisions

From PSP Developer wiki
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<imgur(?:\s+\w+=(?:\w+|"[^"]+"))*\s*>([^<]+?\.(jpg|jpeg|png|gif))\s*<\/imgur>" to "File:$1")
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Battery is based on NEC 78K0/KB1+
Battery is based on NEC 78K0/KB1+ or NEC 78K0/KB2


<pre>
<pre>
16KB ROM, 786B RAM
16KB ROM, 768B RAM
Flash Model
Flash Model
</pre>
</pre>


= Mapping of Serial on EEPROM =
<pre>
0xE 0xF (First 2 digits)
0x12 0x13 (Last 2 digits)
</pre>
Endian swapped


= Battery Model Listing =
= Battery Model Listing =
Line 11: Line 19:
<pre>
<pre>
780102Н (phat)
780102Н (phat)
A01V14N05G (??)
A01V13M07G (slim)
A01V13M07G (slim)
16808C18SC (??)
A01V14N05G (slim can't write to eeprom)
16808C18SC (slim 3000)
17010016SC (slim 3000)
</pre>
</pre>


* SSOP-30
* SSOP-30
= Testpins (16808C18SC) =
[[File:7cUSFD1.png]]
<pre>
green RX
purple TX
blue FLMD
red RESET
orange VDD
black VSS
</pre>
= Talking To Pandora =
<pre>
------ Start(Signature Read) ------
Device name: UPD78F0501
Device data:  10 7F 04 7C
Device end addr: 00003FFF
Security Flag: 0068
Boot Block Number: 003
Firmware Version: 2.00
Signature Read PASS
------ End(Signature Read) ------
</pre>

Latest revision as of 07:32, 4 May 2023

Battery is based on NEC 78K0/KB1+ or NEC 78K0/KB2

16KB ROM, 768B RAM
Flash Model

Mapping of Serial on EEPROM[edit source]

0xE 0xF (First 2 digits)
0x12 0x13 (Last 2 digits)

Endian swapped

Battery Model Listing[edit source]

780102Н (phat)
A01V13M07G (slim)
A01V14N05G (slim can't write to eeprom)
16808C18SC (slim 3000)
17010016SC (slim 3000)
  • SSOP-30

Testpins (16808C18SC)[edit source]

7cUSFD1.png

green RX
purple TX
blue FLMD
red RESET
orange VDD
black VSS

Talking To Pandora[edit source]

------ Start(Signature Read) ------
Device name: UPD78F0501
Device data:  10 7F 04 7C
Device end addr: 00003FFF
Security Flag: 0068
Boot Block Number: 003
Firmware Version: 2.00
Signature Read PASS
------ End(Signature Read) ------