home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / dsp / 2042 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.6 KB  |  35 lines

  1. Newsgroups: comp.dsp
  2. Path: sparky!uunet!mcsun!Germany.EU.net!mpifr-bonn.mpg.de!speckled.mpifr-bonn.mpg.de!mlelstv
  3. From: mlelstv@speckled.mpifr-bonn.mpg.de (Michael van Elst)
  4. Subject: Re: Finding how much DSP56001 RAM is installed via program??
  5. Message-ID: <1992Aug27.124324.19204@mpifr-bonn.mpg.de>
  6. Sender: news@mpifr-bonn.mpg.de
  7. Nntp-Posting-Host: speckled
  8. Organization: Max-Planck-Institut f"ur Radioastronomie
  9. References: <17fb61INN572@agate.berkeley.edu> <1992Aug26.134637.5838@leland.Stanford.EDU>
  10. Date: Thu, 27 Aug 1992 12:43:24 GMT
  11. Lines: 22
  12.  
  13. In <1992Aug26.134637.5838@leland.Stanford.EDU> bil@cmn16.Stanford.EDU (Bill Schottstaedt) writes:
  14. >I believe the program does not fail because the out-of-range NeXT DSP
  15. >external memory addresses are mapped back onto lower addresses.
  16. >For example, on an 8K dsp, an address like X:$B001 actually
  17. >writes to X:1 (external, of course = $A001).  This makes it
  18. >harder to figure out how much memory is actually out there.
  19.  
  20. Yep, this is hard to find. If however you know what can be at the
  21. different addresses you can test for these shadowed RAM areas.
  22.  
  23. My favourite RAM address checker fills the memory with a series of
  24. pseudo-random numbers and checks then against the same series. Any
  25. addressing fault or shadowing (happens when address lines are shorted as
  26. well) will most probably be detected. Of course you need a random
  27. number generator with a period larger than your memory :-)
  28.  
  29. Regards,
  30. -- 
  31. Michael van Elst
  32. UUCP:     universe!local-cluster!milky-way!sol!earth!uunet!unido!mpirbn!p554mve
  33. Internet: p554mve@mpirbn.mpifr-bonn.mpg.de
  34.                                 "A potential Snark may lurk in every tree."
  35.