Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/31/10 05:32
Modified:
  07/31/10 06:03

Read: times


 
#177543 - Still some confusion...
Responding to: ???'s previous message
"A DSP" implies an actual real object like a chip. "DSP" is a term used to describe "Digital Signal Processing". There is a difference between the two meanings. Any chip that has processing power may be considered for "Digital Signal Processing" capabilities. Hence, an 8051 may be used to find a maximum on a temperature that is polled every 2 hours and this would be considered a crude form of "DSP". You are correct in what you say, but the way you worded your phrases makes the 8051 sound like it cannot perform analytical expressions.

I do disagree with
Per Westermark said:
A microprocessor may be just as good at handling interrupts quickly - after all, the time spent handling an interrupt is time not spent running the main program.


The whole essence is that the pipelined architecture means that the uprocessor will be further behind than the ucontroller. There are other time wasting benefits of the uprocessor that disallows for proper timing controls, such as, the access to memory. You make the claim that uprocessors can handle interrupts just as quickly, but the interrupt latency is not well defined like a ucontroller. On a ucontroller one has a guranteed latency and on a uprocessor one does not.

Still yet, if one needs control use a controller, if one needs to control multiple controllers based on their feedback use a processor capable of processing the feedback from the controllers.

List of 15 messages in thread
TopicAuthorDate
µ-controllers, µ-processors and DSPs            01/01/70 00:00      
   No-on last question.            01/01/70 00:00      
      early DSP's had no converters            01/01/70 00:00      
      Signal Processing            01/01/70 00:00      
         Digitial signal processing is mainly math.            01/01/70 00:00      
   it's all marketing            01/01/70 00:00      
   There really isn't a true distinction anymore.            01/01/70 00:00      
      8051 + MAC            01/01/70 00:00      
         I know.            01/01/70 00:00      
   There is some confusion....            01/01/70 00:00      
      DSP designed for concurrency of simple operations            01/01/70 00:00      
         Still some confusion...            01/01/70 00:00      
            processor/processing, and absolute time contra clock cycles            01/01/70 00:00      
               You're being too practical            01/01/70 00:00      
                  No magic ISR advantage for uC in relation to uP            01/01/70 00:00      

Back to Subject List