2014-08-10 11:58 AM
Hi all,
I am planning on using the STM32F439 as I need as much performance as possible. As I understand it, to upload a program to the board I will need the ST-Link V2. Could someone please explain how I would connect the two together, i.e. which wire goes where? Thanks for all the help.2014-08-10 02:41 PM
Just use a standard connector, and that way you can use regular pods/cables.
http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf
2014-08-11 11:26 PM
Thanks very much! Also, will online tutorials based on the discovery boards (with the debugger built in) be applicable to my setup? Sorry it's such a novice question!
2014-08-12 05:12 AM
Applicability of code for other boards/designs will be dependent on how many differences there are in the designs, and the clock/pin/peripheral changes you will need to make to port the code to your board. The more similar the designs, the less work you'll have.
You should spend a lot of time reviewing the schematics for as many reference designs using the STM32 parts as you can before designing/building your own. Read the data sheets and reference manuals until you are comfortable with the functionality and implementation.2014-08-16 06:57 AM
Thanks a lot for the advice!