Difference between revisions of "Core STM32 Startup Guide"
From Microduino Wiki
(→Setup Microduino-CoreSTM32 with ST-Link debugger) |
(→Setup Microduino-CoreSTM32 with ST-Link debugger) |
||
Line 35: | Line 35: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! SWD Pin !! JTAG Pin !! Pin Name !! CoreSTM32 Pin !! Description | + | ! SWD Pin !! JTAG Pin !! Pin Name !! CoreSTM32 Pin !! MCU Pin !! Description |
|- | |- | ||
− | | 1 || 1 || VDD_TARGET || 3V3 || VDD from the CoreSTM32 | + | | 1 || 1 || VDD_TARGET || 3V3 || VDD || VDD from the CoreSTM32 |
|- | |- | ||
− | | 2 || 9 || SW_CLK || D6 || SWD Clock | + | | 2 || 9 || SW_CLK || D6 || PA14 || SWD Clock |
|- | |- | ||
− | | 3 || 8 || GND || GND || Ground | + | | 3 || 8 || GND || GND || GND || Ground |
|- | |- | ||
− | | 4 || 7 || SWDIO || D5 || SWD Data input/output | + | | 4 || 7 || SWDIO || D5 || PA13 || SWD Data input/output |
|- | |- | ||
− | | 5 || 15 || NRST || RST || Reset | + | | 5 || 15 || NRST || RST || NRST || Reset |
|- | |- | ||
− | | 6 || 13 || SWO || D8 || TRACESWO if async trace enabled, not necessary | + | | 6 || 13 || SWO || D8 || PB3 || TRACESWO if async trace enabled, not necessary |
|} | |} | ||
Revision as of 15:16, 24 July 2014
ContentsSetup Microduino-CoreSTM32 with Maple IDE (Windows)
http://leaflabs.com/docs/maple-ide-install.html#maple-ide-install
If you ar using Windows 7 64bit or Windows 8Try this http://wiki.leaflabs.com/Maple_IDE_Windows_8_Installation Programming Microduino-CoreSTM32
Setup Microduino-CoreSTM32 with ST-Link debuggerIf you have a ST-Link debugger or a STMicroelectronics' Discovery board, you can debug and download programs using ST-Link. ST-Link Debugger connection
Download bootloader(firmware) using Microduino-USB2TTL
|