LWN.net Logo

Interview with Andrew Tanenbaum (LinuxFr.org)

Interview with Andrew Tanenbaum (LinuxFr.org)

Posted Nov 23, 2011 18:03 UTC (Wed) by andreasb (subscriber, #80258)
In reply to: Interview with Andrew Tanenbaum (LinuxFr.org) by mpr22
Parent article: Interview with Andrew Tanenbaum (LinuxFr.org)

Why specifically ARM7? ARM7 is pretty old at this point. Cortex-M is what you're looking for when you want ARM microcontrollers and aren't bound by legacy ARM7 software you would have to port. Well okay, they don't have the ARM instruction set as such and understand only Thumb2, but that is in the end mostly just a different encoding of the same instruction set.

If you need low pin count packages then boy did NXP announce some interesting chips for you. How about Cortex-M SoCs in SO20 and TTSOP20? I bet you're just going to love the one in a DIP28.

Seriously, if all you want is under 50 edge pins (something like QFP48) then there's lots of choice in the 32 bit ARM world.


(Log in to post comments)

Interview with Andrew Tanenbaum (LinuxFr.org)

Posted Nov 23, 2011 19:19 UTC (Wed) by mpr22 (subscriber, #60784) [Link]

Well, I said ARM7 because the person I was replying to did. Looks like some nice parts there, I'm pleasantly impressed.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds