teho Labs – inexpensive LM3S based boards

Procyon

Brian was on our show and tell so we asked him to send along a follow upteho Labs. He writes –

While Arduino gets the lions share of attention in the hobby community there are some limitations to 8-bit microcontrollers which have been recognized by the Arduino project with their recent announcement of plans to make ARM based development boards, as well at the Maple project (STM32 based). ARM microprocessors often offer significantly more RAM/Flash and peripherals at similar prices to traditional 8-bit microcontrollers, however they have a reputation for being harder to use.

In the maker community LPC and STM32 ARM based boards seem the norm, however in my experience LM3S (LM = Luminary Micro which is now owned by Ti) chips are far easier to work with. This is largely due to StellarisWare, which makes peripheral configuration uniform across devices. (See my comparison of UART configuration on many platforms here).

When I realized there were no inexpensive LM3S based boards available (now there are few on eBay as well) I decided to make some. I made a simple breakout style board called Cygni that was as inexpensive as possible so that people could try out ARM and find out that it wasn’t scary after all. And I made two more advanced boards one that could be a USB host (called Eridani) and one that was suitable for tasks requiring a lot of memory, internet access, USB hosting or all of the above (called Procyon).


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


3 Comments

  1. I also liked the Luminary Micro hardware, but the dev tools was another story. TI’s preferred solution is a Keil solution that runs north of $1K.

    Which tools is he using? (I couldn’t immediately tell from the web site).

  2. Generic GCC + Eclipse/GDB if you want to do JTAG debugging like IAR/Keil etc.

    PS: Being color blind makes that capcha petty hard.

  3. @J.Peterson

    Not true that TI/Luminary prefers Keil (which runs >$2K generally, by the way, as does IAR). When you order a dev/eval kit, you can choose among 4-5 tool chains on CD, but are free to download and use any of them.

Sorry, the comment form is closed at this time.