Skip to content

Commit 42aa0e5

Browse files
tom-vansobuch
authored andcommitted
target/arm_adi: add URLs of latest ARM ADI spec
While on it warn about screwed SWD diagrams in ADI spec and add reference to a SWD timing diagram. Change-Id: I628d707ebf8ce7c22ba19bdcfd06028d4eaa60f8 Signed-off-by: Tomas Vanek <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/8690 Tested-by: jenkins
1 parent 9669ef5 commit 42aa0e5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/target/arm_adi_v5.c

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,16 @@
5050
/*
5151
* Relevant specifications from ARM include:
5252
*
53-
* ARM(tm) Debug Interface v5 Architecture Specification ARM IHI 0031F
53+
* ARM(tm) Debug Interface v5 Architecture Specification ARM IHI 0031G
54+
* https://developer.arm.com/documentation/ihi0031/latest/
55+
*
5456
* ARM(tm) Debug Interface v6 Architecture Specification ARM IHI 0074C
57+
* https://developer.arm.com/documentation/ihi0074/latest/
58+
*
59+
* Note that diagrams B4-1 to B4-7 in both ADI specifications show
60+
* SWCLK signal mostly in wrong polarity. See detailed SWD timing
61+
* https://developer.arm.com/documentation/dui0499/b/arm-dstream-target-interface-connections/swd-timing-requirements
62+
*
5563
* CoreSight(tm) v1.0 Architecture Specification ARM IHI 0029B
5664
*
5765
* CoreSight(tm) DAP-Lite TRM, ARM DDI 0316D

0 commit comments

Comments
 (0)