cancel
Showing results for 
Search instead for 
Did you mean: 

Starting with the STm32F103 and KEIL

rgalbany
Associate II
Posted on January 04, 2010 at 18:50

Starting with the STm32F103 and KEIL

5 REPLIES 5
rgalbany
Associate II
Posted on May 17, 2011 at 13:35

I have a little of experience in PIC's uC and for one application I need read 2 Quadrature encoders interface with high resolution.

I bought one demo board of the component STM32F103 and I need some tools for start the program. I see that one of the best development tools is the uVision and the realView compiler from KEIL.

In the KEIL webpage I located one demo file called MDK402.EXE. This file is the compiler, right? Where i can download the IDE uVision? this IDE is also free?

Thanks!

ahnniu
Associate II
Posted on May 17, 2011 at 13:36

Hi rgalbany,

There is a set of free development tools for the Cortex M3.

Free and Open debug probe --Colink,

http://www.coocox.org/Colink.htm

Free and Open RTOS--CoOS,

http://www.coocox.org/CoOS.htm

Free and Pioneering IDE -- CoBuilder,

http://www.coocox.org/CooCox_Builder.htm

Free Flash Programmer -- CoFlash,

http://www.coocox.org/CoFlash_Programmer.htm

Free Debugging tool -- CoDebugger,

http://www.coocox.org/CooCox_CoDebugger.htm

For more information, Please Refer to this topic:

http://www.st.com/mcu/forums-cat-9090-23.html

Cheers.

st3
Associate II
Posted on May 17, 2011 at 13:36

Quote:

In the KEIL webpage I located one demo file called MDK402.EXE. This file is the compiler, right?

If you located it on the Keil site, then the page where you found it will tell you what it is!

This page tells you what constitutes the ARM Microcontroller Development Kit (MDK-ARM):

http://www.keil.com/arm/

joe239955
Associate
Posted on May 17, 2011 at 13:36

MDK402.EXE is a window installer. After you ran the installer you can then access the IDE to setup your project and compile your application.

rgalbany
Associate II
Posted on May 17, 2011 at 13:36

Thanks!