diff options
| author | Eli Weiss <eliwss0@gmail.com> | 2021-12-02 20:50:59 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-30 19:57:26 (GMT) |
| commit | 90352af626cc0087143e824f62f5dcee9f58f29c (patch) | |
| tree | 1a103ebf44797196869faa3d70b84ae31f74dafd /doc/SWD.md | |
| parent | c8214bc666a5daf1b0c1c323ae4af7cb5ae2510b (diff) | |
Improved documentation readability
Improved documentation readability by rephrasing confusing sentences. Added Sitronix ST7789V datasheet link to SPI-LCD-driver.md for easier reference.
Diffstat (limited to 'doc/SWD.md')
| -rw-r--r-- | doc/SWD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ Download the files **bootloader.bin**, **image-x.y.z.bin** and **pinetime-graphi  The bootloader reads a boot logo from the external SPI flash memory. The first step consists of flashing a tool in the MCU that will flash the boot logo into this SPI flash memory. This first step is optional but recommended (the bootloader will display garbage on screen for a few second if you don't do it). -Using your SWD tool, flash **pinetime-graphics-x.y.z.bin** at offset **0x0000**. Reset the MCU and wait for a few second, until the logo is completely drawn on the display. +Using your SWD tool, flash **pinetime-graphics-x.y.z.bin** at offset **0x0000**. Reset the MCU and wait for a few seconds until the logo is completely drawn on the display. -Then, using your SWD tool, flash those file at specific offset: +Then, using your SWD tool. Flash those file at specific offset: - bootloader.bin : **0x0000** - image-x.y.z.bin : **0x8000** |
