|
|
|
|
|
by tdicola
5032 days ago
|
|
It looks like a nice 32bit ARM microcontroller, so its great for small projects like talking to sensors, running servos & motors, etc. Compared to other microcontroller platforms like Arduino, this Stellaris chip is much more powerful (32bit vs. 8bit, 80mhz vs. ~16mhz, floating point support, etc.) so perhaps it can even run an embedded linux operating system like the Beagleboard, Rasberry Pi, etc. If you just want to make an LED flash and play with a couple buttons you don't need anything else--the development board includes everything to hook it up to a computer and program it using Stellaris' software: http://www.ti.com/lsds/ti/microcontroller/arm_stellaris/code... If you're totally new to electronics and microcontrollers, Make magazine has a good book to check out: http://www.amazon.com/Make-Electronics-Discovery-Charles-Pla... |
|
Better use a real-time scheduler like TNKernel[1] or FreeRTOS[2]. BTW FreeRTOS commercial version is included in ROM on some TI Cortex-M MCU.
[1] http://tnkernel.com/ [2] http://www.freertos.org/