cancel
Showing results for 
Search instead for 
Did you mean: 

Does STM32F429I-DISCO KIT support ARM ULINK2 Emulator?

Carter Lee
Associate III
Posted on August 29, 2017 at 15:11

Hi

Now I'm trying to buy

http://www.st.com/en/evaluation-tools/32f429idiscovery.html

But I want to make sure before to buy

http://www.st.com/en/evaluation-tools/32f429idiscovery.html

Does STM32F429I-DISCO KIT support

http://www2.keil.com/mdk5/ulink/ulink2

?

What If it can use, Would you please let me know how to connect between 

http://www.st.com/en/evaluation-tools/32f429idiscovery.html

  and 

http://www2.keil.com/mdk5/ulink/ulink2

?

#jtag #stm32f429i #ulink2 #stm32f429i-discovery
1 ACCEPTED SOLUTION

Accepted Solutions
Posted on August 30, 2017 at 01:03

Hello

The 429 board already contains an on-board ST-Link V2.  It and the Keil ULINK2 do essentially the same thing.  We have worked closely with ST to get it all working very nicely, especially Serial Wire Viewer. (SWV).  I can't think of anything the ULINK2 can do the ST-Link V2 can't.

Please see

http://www.keil.com/appnotes/docs/apnt_253.asp

There are a few extra things available with a ULINKpro (i.e. interrupts in Event Viewer and ETM) and with the soon to be released ULINKplus - power measurement related to your source code.  The new Keil Event Recorder (you can annotate your own code) works with any ULINK and ST-Link V2.

Bob Boys

View solution in original post

5 REPLIES 5
Posted on August 29, 2017 at 15:24

Why would you need too? The board has a built in ST-LINK which is totally usable in Keil, just configure the debugger settings (ST-LINK, SWD)

Yes, you could disconnect the SWD and NRST connectivity of the on-board ST-LINK (via jumpers and solder bridges), and connect in the U-LINK (or J-LINK), but unnecessary.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on August 29, 2017 at 15:38

Because I have already

/external-link.jspa?url=http%3A%2F%2Fwww2.keil.com%2Fmdk5%2Fulink%2Fulink2

. So I'm not sure whether do i need to buy a

ST-LINK v2.

Could you please let me know withIllustration or schematics for understanding more?

Posted on August 29, 2017 at 15:43

Download the STM32F429I-DISCO User Manual, it has a schematic

The DISCO has a USB connection, PC recognizes as an ST-LINK, super simple, stand-alone solution. Plug in, download, debug.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on August 29, 2017 at 15:45

http://www.st.com/en/evaluation-tools/32f429idiscovery.html

 

http://www.st.com/resource/en/user_manual/dm00093903.pdf

 

http://www.st.com/resource/en/schematic_pack/stm32f429i-disco_sch.zip

 
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on August 30, 2017 at 01:03

Hello

The 429 board already contains an on-board ST-Link V2.  It and the Keil ULINK2 do essentially the same thing.  We have worked closely with ST to get it all working very nicely, especially Serial Wire Viewer. (SWV).  I can't think of anything the ULINK2 can do the ST-Link V2 can't.

Please see

http://www.keil.com/appnotes/docs/apnt_253.asp

There are a few extra things available with a ULINKpro (i.e. interrupts in Event Viewer and ETM) and with the soon to be released ULINKplus - power measurement related to your source code.  The new Keil Event Recorder (you can annotate your own code) works with any ULINK and ST-Link V2.

Bob Boys