We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hallo Everyone , I am learning ARM CORTEX-M3 controller . I am using a STM32F103RT6 board and programmer is KEIL SOFTWARE . I am beginner for this stuff I am trying to write simple programme just blink the led . I do n't know how to start . I have IDE is KEIL U VISION3 and I am familiar with atmel studio n AVR . I found it is quite different than atmel studio . Anyone help me how to do programme ,
Thank u
First off - how come you have uVision 3 if you are beginner? That version hasn't been shipped in a long while. And you can download an evaluation version of the current version for free.
Second - have you taken the time to look through the getting started information available on this site. There are also a number of sample programs available where you can look at some simple code and download and run.
Probably start by reading documentation and looking at similar examples. Understand the LED connectivity on your board, review schematic or other docs. Look if the vendor for the board provides any example, or similar examples from ST for their boards.
www2.keil.com/.../learn
http://www.keil.com/support/
http://www.keil.com/books/
http://www.keil.com/events/
http://www.keil.com/support/man_arm.htm - specifically:
Getting Started: http://www.keil.com/support/man/docs/mdk_gs/
Primer: http://www.keil.com/support/man/docs/gsac/
http://www.keil.com/support/man/docs/uv4/
etc
Not to mention the ST website, and 3rd-party sites ...