cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f030 jtag connection

welcome2zia
Associate II
Posted on May 02, 2014 at 06:51

hi, i am very new to stm32,i have to make jtag connection also for debugging and programming. i have concerned with stm32f030R8t6 disco schematic but i was unable to find more detail about 20pin jtag as its using st_link_ ic . i have made following connection, kindly guide me am i right so that i will finalize my boards JTCK with PA5 ,JTDO with PA6, JTDI with PA7, JNTRST with PB4, JTMS with PB14, NRST with NRST
3 REPLIES 3
Posted on May 02, 2014 at 17:14

Where on earth are you getting these pin designations. Don't confuse the pins on the STM32F103 implementing the ST-LINK/V2 with the pins on the F030 you need to connect to a header.

The STM32F030 is going to use SWD via PA13 SWDIO (JTMS), PA14 SWCLK (JTCK), and NRST

http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00088500.pdf

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
welcome2zia
Associate II
Posted on May 05, 2014 at 06:40

thanks sir for reply,

You are right sir, but if i have to make JTAG connection not SWD then may you help me for correct connections

Posted on May 05, 2014 at 11:08

As best I can tell the part does NOT support JTAG

The wouldn't preclude the use of the 20-pin 0.1'' header, and you could use a JTAG pod supporting Cortex-M0 and SWD
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..