←back to thread

700 points elipsitz | 2 comments | | HN request time: 0.001s | source
1. endorphine ◴[] No.41199655[source]
Can someone explain what projects this can be used for?
replies(1): >>41199737 #
2. vardump ◴[] No.41199737[source]
It's a pretty generic µC, especially well suited for projects that require high-speed (GP)I/O. It can replace an FPGA in some cases.

DSP extensions and FPU support are also decent, so good for robotics, (limited) AI, audio, etc.

Also great for learning embedded systems. Very low barrier of entry, just need to download IDE and connect it with an USB cable.