2017-08-29 06:11 AM
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-discoverySolved! Go to Solution.
2017-08-29 06:03 PM
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
2017-08-29 06:24 AM
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.
2017-08-29 08:38 AM
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 aST-LINK v2.
Could you please let me know withIllustration or schematics for understanding more?
2017-08-29 08:43 AM
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.
2017-08-29 08:45 AM
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
2017-08-29 06:03 PM
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