Quantcast
Channel: What is the difference between a DSP and a standard microcontroller? - Electrical Engineering Stack Exchange
Browsing latest articles
Browse All 7 View Live

Answer by user23081 for What is the difference between a DSP and a standard...

Yet another possible feature the MAC instruction can have is auto-incrementing the registers that point to multiplicands. I programmed a Zilog DSP that used the (16-bit fixed-point) Clarkspur core. It...

View Article



Answer by supercat for What is the difference between a DSP and a standard...

Many digital signal processors include a variety of functions not found in 'ordinary' processors:The ability to perform a multiply-accumulate, with both operands fetched from RAM, at a rate of one...

View Article

Answer by starblue for What is the difference between a DSP and a standard...

One thing the others didn't mention is behavior on numeric overflow. In normal processors this usually wraps around from the maximal value to the minimal value.For DSP usage there is often at least an...

View Article

Answer by JustJeff for What is the difference between a DSP and a standard...

What used to set DSPs apart was their optimization for arithmetic operations, especially multiplication, although these days it's not uncommon for microcontrollers to come endowed with multiplication...

View Article

Answer by Jay Atkinson for What is the difference between a DSP and a...

The biggest difference between DSP and the standard uController is the DSP's multiply accumulate feature (MAC) that uC does not have. This valuable if you want to perform true digital signal processing...

View Article


Answer by Mark for What is the difference between a DSP and a standard...

To be honest the line between the two is almost gone nowadays and there are processors that can be classified as both (AD Blackfin for instance).Generally speaking:Microcontrollers are integer math...

View Article

What is the difference between a DSP and a standard microcontroller?

I understand that a DSP is optimized for digital signal processing, but I'm not sure how that impacts to the task of choosing an IC. Almost everything I do with a microcontroller involves the...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images