From 06951921cea6a3f9a9e90a5b5d893a2fec77d217 Mon Sep 17 00:00:00 2001 From: Mathieu LE DIMNA <41857799+mledimna@users.noreply.github.com> Date: Mon, 14 Jun 2021 08:27:40 +0200 Subject: [PATCH] Update documentation.md Title space --- documentation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation.md b/documentation.md index 9af96e4..d12494f 100644 --- a/documentation.md +++ b/documentation.md @@ -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 @@ -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 @@ -80,7 +80,7 @@ Length in bytes of DER-encoded 1024-bit RSA private key --- -###Backup Registers +### Backup Registers **BKP_DR10:** *0x5000* @@ -94,7 +94,7 @@ Length in bytes of DER-encoded 1024-bit RSA private key --- -###Memory Maps +### Memory Maps **External Flash Memory Map**