Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 13-Nov-2021 | - | ||||
include/target/ | 13-Nov-2021 | - | ||||
README | A D | 13-Nov-2021 | 537 | 25 | 16 | |
init.c | A D | 13-Nov-2021 | 1.6 KiB | 67 | 51 | |
rules.mk | A D | 13-Nov-2021 | 303 | 22 | 14 |
README
1 2Notes on the STM32F4 Discovery Board 3------------------------------------ 4 5http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF252419 6http://www.digikey.com/product-detail/en/STM32F4DISCOVERY/497-11455-ND/2711743 7 8 9LK Debug/Console UART 10--------------------- 11- USART2 is used 12- TX is A2 13- RX is A3 14- both are on the P1 header near the top 15 16 17Using external SWD debug 18------------------------ 19- Remove jumpers from CN3 4-pin header (near mini-usb connector) 20- CN3 pin2 is SWCLK 21- CN2 pin4 is SWDIO 22- GND is available on P2, nearby 23 24 25