2010-01-04 09:50 AM
Starting with the STm32F103 and KEIL
2011-05-17 04:35 AM
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!2011-05-17 04:36 AM
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, For more information, Please Refer to this topic: Cheers.2011-05-17 04:36 AM
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):2011-05-17 04:36 AM
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.
2011-05-17 04:36 AM
Thanks!