Skip to main content
rgalbany
Associate II
January 4, 2010
Question

Starting with the STm32F103 and KEIL

  • January 4, 2010
  • 5 replies
  • 1460 views
Posted on January 04, 2010 at 18:50

Starting with the STm32F103 and KEIL

    This topic has been closed for replies.

    5 replies

    rgalbany
    rgalbanyAuthor
    Associate II
    May 17, 2011
    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!

    st3
    Associate III
    May 17, 2011
    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/

    ahnniu
    Associate II
    May 17, 2011
    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.

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

    Thanks!

    joe239955
    Visitor II
    May 17, 2011
    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.