Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
videos:016:notes [2019/04/11 15:26]
joel
videos:016:notes [2019/08/17 05:11]
joel [Call Graph]
Line 50: Line 50:
 ==== Reading/Writing Flash ==== ==== Reading/Writing Flash ====
 === Wiring === === Wiring ===
 +{{:videos:016:20190415-flash-resistor-wiring.jpg?400|}}
 +
 ^ 23/25/26 Series Pin  ^ Blue Pill Pin                          ^ ^ 23/25/26 Series Pin  ^ Blue Pill Pin                          ^
 | 1 (CS#)              | PA4                                    | | 1 (CS#)              | PA4                                    |
Line 62: Line 64:
 ===== Boot Rom ===== ===== Boot Rom =====
  
 +  * Internal Bootloader ROM: {{ :videos:016:20190318-rom.zip |}}
 +
 +==== Call Graph ====
 +
 +Functions are labelled with: address, number of instructions, presence of SMED(IA02) and SMAZ comparisons, and register accesses.
 {{:videos:016:20190411-call-graph.png?600|}} {{:videos:016:20190411-call-graph.png?600|}}
  
-  Internal Bootloader ROM: {{ :videos:016:20180318-rom.zip |}}+==== Flash Loader Function ==== 
 +  Annotated disassembly: {{ :videos:016:20190520-ssi-loader.txt |}}