Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:demov1 [2022/11/13 13:24] – [Power] darron | boards:demov1 [2022/11/21 13:48] (current) – darron | ||
---|---|---|---|
Line 5: | Line 5: | ||
{{: | {{: | ||
\\ \\ | \\ \\ | ||
- | {{: | + | {{: |
\\ \\ | \\ \\ | ||
{{boards: | {{boards: | ||
Line 53: | Line 53: | ||
SPI1 MISO PA6 | SPI1 MISO PA6 | ||
SPI1 MOSI PA7 | SPI1 MOSI PA7 | ||
+ | </ | ||
+ | |||
+ | ===Clocks=== | ||
+ | |||
+ | < | ||
+ | HSE 8000000 X1 8MHz | ||
+ | HSI 8000000 | ||
+ | LSE 0 N/A | ||
+ | LSI 32768 | ||
</ | </ | ||
Line 61: | Line 70: | ||
The USB socket does not support I/O, it's only for powering the device. | The USB socket does not support I/O, it's only for powering the device. | ||
- | === Setup === | + | === Test === |
For testing this board use a [[interfaces: | For testing this board use a [[interfaces: | ||
Line 67: | Line 76: | ||
pin and provide a pulse for testing STM32 EXTI. | pin and provide a pulse for testing STM32 EXTI. | ||
- | For programming, | + | For programming, |
==Wiring== | ==Wiring== | ||
Line 97: | Line 106: | ||
</ | </ | ||
- | ==Reset== | + | From the RS232 perspective RTS is inverted so when picocom takes |
+ | the line low, it's actually a high logical output and the board | ||
+ | is taken out of reset. | ||
- | CTRL A CTRL G will change the RTS line state from high to low | + | ==Reset== |
- | to alter the reset line. | + | |
- | From the RS232 perspective it's inverted so when picocom says | + | Picocom CTRL A CTRL G will toggle |
- | the line is low, it's actually a high output and the device | + | |
- | is out of reset. | + | |
==Reboot== | ==Reboot== | ||
Line 117: | Line 125: | ||
==Pulse== | ==Pulse== | ||
- | CTRL A CTRL P will pulse the DTR pin from low to high for | + | Picocom |
1 second to test EXTI high or low edge. | 1 second to test EXTI high or low edge. | ||
- | === Test === | + | === Programming |
- | Test SWD with J-Link | + | Use SWD with J-Link |
==J-Link== | ==J-Link== |