Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

They list Artemis and SAMD51 as microcontroller options, which are both ARM Cortex-M4.


That appears to be correct, but can you program those in native ARM code, or must you use the Arduino dev tools? E.g. Will it run Linux?


No cortex-M microcontroller will run Linux without several megabytes of external RAM, and their lack of an MMU makes it difficult even then.

You can program them with normal C code or thumb-2 assembly, but the peripherals on SAMD chips aren't very intuitive if you want to program them bare-metal.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: