cancel
Showing results for 
Search instead for 
Did you mean: 

Programming my bord

mohamedlahmadi
Associate II
Posted on May 06, 2013 at 11:47

hello everybody,

how i can programming my bord STM3210E eval?
3 REPLIES 3
Posted on May 06, 2013 at 13:32

how i can programming my bord STM3210E eval?

Pretty much the same way as any other, load the example projects into your IDE (Keil, IAR, etc), build and download/debug through the ST-LINK/JTAG.

Perhaps your question could infer some specificity about what is giving you difficultly? or what you're trying to achieve?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
mohamedlahmadi
Associate II
Posted on May 06, 2013 at 13:39

the problem is this bord have'nt a JITAG debeguer, so i can't it programming as any other bord

Posted on May 06, 2013 at 13:56

You'll probably want to invest in one, you're alternative programming route would be to use the USART1 serial connector, and use the Flash Loader Demonstrator app to download via the ROM based System Loader. (BOOT0=High)

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..