Board-dat/DPR/DPR1116-dat/2024-09-20-12-23-07.png
... ...
Binary files /dev/null and b/Board-dat/DPR/DPR1116-dat/2024-09-20-12-23-07.png differ
Board-dat/DPR/DPR1116-dat/2024-09-20-12-25-39.png
... ...
Binary files /dev/null and b/Board-dat/DPR/DPR1116-dat/2024-09-20-12-25-39.png differ
Board-dat/DPR/DPR1116-dat/DPR1116-dat.md
... ...
@@ -0,0 +1,100 @@
1
+
2
+# DPR1116-dat
3
+
4
+https://www.electrodragon.com/product/daplink-cmsis-dap-debugger-for-arm-cortex-m-lpc-link/
5
+
6
+## Board map
7
+
8
+![](2024-09-20-12-23-07.png)
9
+
10
+
11
+## schematic
12
+
13
+![](2024-09-20-12-25-39.png)
14
+
15
+## Boards peripherals
16
+
17
+- LED1 - PIO20
18
+- LED2 - PIO21
19
+- LED3 - PIO11
20
+
21
+- PIO_02 - TGT_RST
22
+- PIO_07 - TGT_CLK
23
+- PIO_08 - TGT_DIO
24
+
25
+## extra lead out pins
26
+
27
+JP1
28
+
29
+- PIO0_16
30
+- PIO0_23
31
+- PIO1_15
32
+- 3V3
33
+- GND
34
+- TXD - PIO0_18
35
+- RXD - PIO0_19
36
+
37
+JP2
38
+- PIO0_5
39
+- PIO0_4
40
+
41
+JP3
42
+- DL_SWCLK
43
+- DL_SWDIO
44
+
45
+JP4
46
+- PIO0_9 | TGT_RST
47
+- PIO0_22 | TGT_CLK
48
+- PIO0_12 | TGT_DIO
49
+- PIO0_13 | 3V3
50
+- PIO0_14 | GND
51
+
52
+
53
+## main control
54
+
55
+- LPC11 U35FHI33/501
56
+
57
+## tuto
58
+
59
+- find the flash guide here [[Lpc-link_flash.gif]]
60
+
61
+## Github DAPlink code, Firmware Updating Guide
62
+
63
+[[File:Lpc-link flash.gif|thumbnail]]
64
+
65
+* Should only use python 2.7, version 3 may not work
66
+
67
+
68
+* https://github.com/ARMmbed/DAPLink
69
+
70
+
71
+
72
+| Commands | Descriptrions | - |
73
+| ------------------------------- | -------------------- | --- |
74
+| pip install virtualenv | install venv | - |
75
+| virtualenv venv | activate venv | - |
76
+| venv/Scripts/activate.bat | bat | - |
77
+| pip install -r requirements.txt | install requirements | - |
78
+| progen generate -t uvision | setup uvision env | - |
79
+| env/Scripts/deactivate.bat | deactivate bat | - |
80
+
81
+* GIF left Flash guide please see here, see how to use and program it
82
+* Find project folder J:\Git\LPCLINK\code\DAPLink-2\projectfiles\uvision\lpc11u35_arm_watch_stm32f411_if
83
+* Upgrade board to LPC11U35FNI33/501
84
+* Pin wiring for programming for LPC-LINK programmer to a LPC-LINK Blank programmer
85
+
86
+ right programmer port CLK -> target top right CLK
87
+ right programmer port DIO -> target top right DIO
88
+ 3.3V -> 3.3V
89
+ GND -> GND
90
+
91
+
92
+
93
+## firmware
94
+
95
+- [Firmware from DAPLINK github.](https://github.com/ARMmbed/DAPLink)
96
+
97
+## Reference
98
+
99
+
100
+* Mbed serial port driver - https://os.mbed.com/handbook/Windows-serial-configuration
Board-dat/DPR/DPR1116-dat/Lpc-link_flash.gif
... ...
Binary files /dev/null and b/Board-dat/DPR/DPR1116-dat/Lpc-link_flash.gif differ