Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The bootloader is the first thing that is executed upon a system reset. It resid

---

###Program Flow
### Program Flow

* Initialize the system
* Load system flags
Expand Down Expand Up @@ -38,7 +38,7 @@ This mode is very similar to the factory reset mode. Upon detecting that the OTA

---

###System Constants
### System Constants

USB_DFU_ADDRESS = 0x08000000
CORE_FW_ADDRESS = 0x08005000
Expand Down Expand Up @@ -80,7 +80,7 @@ Length in bytes of DER-encoded 1024-bit RSA private key
---


###Backup Registers
### Backup Registers

**BKP_DR10:**
*0x5000*
Expand All @@ -94,7 +94,7 @@ Length in bytes of DER-encoded 1024-bit RSA private key

---

###Memory Maps
### Memory Maps

**External Flash Memory Map**
<table border = '1'>
Expand Down