home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / dsp / 2090 < prev    next >
Encoding:
Text File  |  1992-09-07  |  1.6 KB  |  53 lines

  1. Newsgroups: comp.dsp
  2. Path: sparky!uunet!ftpbox!mothost!white!rtsg.mot.com!lido16!wiegand
  3. From: wiegand@rtsg.mot.com (Robert Wiegand)
  4. Subject: Re: DSP56000 memory
  5. Message-ID: <wiegand.715639282@lido16>
  6. Sender: news@rtsg.mot.com
  7. Nntp-Posting-Host: lido16
  8. Reply-To: motcid!wiegand@uunet.uu.net
  9. Organization: Motorola Inc., Cellular Infrastructure Group
  10. References: <1992Sep4.111051.29113@bernina.ethz.ch>
  11. Date: Fri, 4 Sep 1992 20:41:22 GMT
  12. Lines: 39
  13.  
  14. stettbac@isibee5 (Juerg Stettbacher) writes:
  15.  
  16.  
  17. >Hello world
  18.  
  19. >The DSP56001 has 3 memory spaces (X, Y and P).
  20. >X and Y are data memory spaces. Their sizes depend on
  21. >the particular application. P holds the program.
  22.  
  23. >Question: What's a reasonable size for program memory P.
  24. >(Common DSP applications with  monitor for stand alone.
  25. >Software development in C and assembler).
  26.  
  27. >Any suggestions?
  28.  
  29.  
  30. >Thanks
  31. >juerg at ethz switzerland
  32.  
  33. The program size will also depend on your application.
  34. I would suggest 8K x 24 as a minimum size for program memory.
  35. 8K x 8 chips are common and not too expensive. 3 parts will give you
  36. the 8K x 24 program memory.
  37. I also believe Motorola makes a 8K x 24 part.
  38.  
  39. If your application will be large you could go to 32K x 24 by using
  40. three 32K x 8 parts. This is somewhat more expensive, but still not
  41. too bad.
  42.  
  43. It is also possible to use the same parts for X, Y and P memory.
  44. You need a fast address decoder to do this, but it saves on memory
  45. chips.
  46.  
  47.  
  48. -- 
  49. ------------------------------------------------------------------------------
  50. Robert Wiegand - Motorola Inc.
  51. uunet!motcid!wiegand
  52. Disclamer: I didn't do it - I was somewhere else at the time.
  53.