Re: Wich 16-bit MCU?



For your application, I suggest you to take a look at "a road less
traveled" -- DSP.

If you are not familiar with DSP, do not worry. A DSP is very much like
a MCU with additional features helpful in processing analog signals
digitally. Specifically, in addition to the usual registers, there is a
special very wide (large number of bits) accumulator. The instruction
set includes a "strange" one called MAC. MAC uses index to access
two words from two arrays, multiply the two words, add the result to
the special accumulator, and auto-increment the index. A good DSP does
MAC in one CPU cycle. Other than MAC, the instruction set looks just
like any MCU.

TI has a well-established line of DSPs called TMS320. It is mature and
yet still growing. Analog Devices has a DSP too.

.



Relevant Pages

  • Re: MCU/DSP dsPIC Alternatives?
    ... I also don't know what you are looking for in the way of DSP ... provide a high memory bandwidth to allow the MAC to run at full speed ... What types of MCU peripherals are you looking for? ... > admit this chip seems dsPICable, er, I mean pretty nice. ...
    (comp.arch.embedded)
  • Re: difference between CPU and DSP
    ... It sometimes seems to me that DSP has becom defined as 'what DSP CUs do ... should be targetted towards the instructions and memory operations that ... DSP, as defined by the above list, is good for MAC pipeline processing ...
    (comp.dsp)
  • Re: TMS 320IP5472
    ... dual-core processors. ... they have an ARM7 core plus a 54x DSP core. ... Each processor has its own instruction set. ...
    (comp.dsp)
  • About support on DSP/BIOS & better access of I/O space memory.
    ... I am new to DSP. ... showing DSP/BIOS option..... ... Right now i am dealing with different memory spaces of DSP. ... I've refered datasheet for instruction SET. ...
    (comp.dsp)