From c610508ac73006669d74aaae92044371eee2a3d5 Mon Sep 17 00:00:00 2001 From: Nils Hasenbanck Date: Thu, 4 Oct 2018 14:50:47 +0200 Subject: [PATCH] Some README fixes --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index beaf212..5a5c618 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Software used KiCad 5.0 You can substitute the TPS5408 with a TPS5402. In this case you also need to replace R4 with a Zero Ohm resistor. -## How to flash a firmware +## How to flash the firmware Supported: @@ -48,11 +48,14 @@ Supported: You can use the Cortex Debug Header to program the STM32 firmware and do step-by-step debugging. -The debug header is a 2x05 pin (1.27/0.05”). - This board only support SWD. SWO is not routed to the header, since we had to use the pin for a PWM output. +I personally use the SEGGER J-Link Edu Mini. But any 2€ Ebay flasher should work ("ST Link V2"). +Please make sure that you have a adapter for the debug header! + +The debug header is a 2x05 pin (1.27/0.05”). + ### DFU (USB) https://www.st.com/en/development-tools/stsw-stm32080.html @@ -65,4 +68,4 @@ https://www.st.com/en/development-tools/flasher-stm32.html CERN OHL version 1.2 -The files under PCB/packaegs3d are excluded from this license and are provided under fair use terms for this non-commercial project. +The files under PCB/packages3d are excluded from this license and are provided under fair use terms for this open-source project.