ARM programming, where do I start?
July 6, 2008 3:04 PM
Subscribe
How do I get started programming ARM chips?
I'm looking for recommendations for a kit and/or book about ARM programming. I'd like to try a few beginner projects then try some of my own code but have no idea where to get started.
Background: I have a Master's in Electrical Engineering and did some PIC and 68HC11 assembly in school as well as C++. Since school I've worked at Intel and now a smaller chip company and am actually working on an ARM core right now but my job is far removed from coding -- I do custom circuit design (L1 memory array), a little layout and some design automation work (perl, TCL, etc).
I'm simply bored and looking for a new hobby.
posted by wolfkult to technology (12 comments total)
8 users marked this as a favorite
If you aren't adverse to spending some money, Rowley Crossworks is a rather good IDE. However, with a bit of work, you can get Eclipse and GCC to do cross-development for free. I designed my own board to start, which I would suggest as an excellent learning experience. However, if you want to get your own, Olimex boards (distributed in the US by SparkFun) are a good place to start.
posted by saeculorum at 3:29 PM on July 6, 2008