Content originally posted in LPCWare by igorsk on Tue Mar 02 09:15:27 MST 2010
Quote: leon_heller
One problem with using the M0 for DSP is that it doesn't have any DSP instructions, like a MAC. I can't find any in the instruction set, anyway.
M3 doesn't have any inherently "DSP" instructions either. You can still do DSP without them, if less efficiently. A MAC instruction can be emulated with a multiply and an addition. It might be a bit slower and in some cases less exact, but perfectly suitable for many cases.