learning the ARM CORTEX M3

mitko89

Joined Sep 20, 2012
127
To be honest it doesn't really matter what devboard you are using. Generally this saves you the trouble of debugging hardware and leaves you time to practice the programming. What matters more is the environment. I use IAR and recommend it. All you have to do is get the manual of the particular uC and read it carefully. Don't start with complex projects you may have hard time debugging, finding the wheel is actually really good when it comes to programming.
 

mitko89

Joined Sep 20, 2012
127
If you have any problems with debugging I may help, questions will come with coding. My only advice is read carefully the manual (at least the registers you are currently using) and pay attention to the configuration registers and read the startup file.
 
Top