cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating Examples Into Design

gary2399
Associate II
Posted on December 08, 2008 at 11:42

Integrating Examples Into Design

3 REPLIES 3
gary2399
Associate II
Posted on May 17, 2011 at 12:55

To control the STM32F103RE chip, i am thinking I would be able to load whatever I made onto my design with just a USB and JTAG connector (like those on the STM eval boards).

However, when working further, i found that STM has its own EVAL board as well as KEIL having their own as well. Each board has their own set of Example codes to 'blink' all the LEDs in a continuous loop. However, i made the mistake of trying to load the KEIL example onto the STM3210E-EVAL board and was able to load the program onto the onchip flash, however, it did not flash the LEDs.

I just want to make sure that it is just the pinouts on the KEIL eval board that are connected to those LEDs on the KEIL board (so different I/Os than the STM eval board) and I am not missing an integral part on my designed board that is soon being fabricated, thanks you

16-32micros
Associate III
Posted on May 17, 2011 at 12:55

Hi,

Yes, ST Evaluation board Hardware is different from the Keil One, Therefore this is normal behavior since the GPIO Ports are not routed to the same leds. For more details, refer to schematics and Boards manual of your provider.

Cheers,

STOne-32.

st3
Associate II
Posted on May 17, 2011 at 12:55

Quote:

STM has its own EVAL board

Actually, STM has two different Eval boars.

The examples accommodate this with conditional compilation - so you just have to modify that mechanism to accommodate the Keil board.

That's the approach I used to get the ST examples running on an Olimex board... 8-)