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

  1. Newsgroups: comp.dsp
  2. Path: sparky!uunet!munnari.oz.au!metro!cs.uow.edu.au!cc.uow.edu.au!u9066624
  3. From: u9066624@cc.uow.edu.au (Tippu Hassan)
  4. Subject: TMS320C25: Continuous speech problem
  5. Message-ID: <1992Sep2.055408.23062@cc.uow.edu.au>
  6. Organization: University Of Wollongong
  7. Date: Wed, 2 Sep 92 05:54:08 GMT
  8. Lines: 21
  9.  
  10. Hello anyone,
  11.  
  12. My name is Tippu and I live in Australia. I am working with the TI
  13. "SWDS" (Software Development Systems) board which is a support tool
  14. for the TMS320C25 dsp chip. I am using the TMS320C25 serial port to
  15. read in digitized speech samples and then storing them on external
  16. RAM memory which is on the SWDS board. The SWDS only has 32K bytes
  17. of onboard RAM avialable and therefore I can only store 2 seconds
  18. worth of 16-bit digitized speech. So in order to record continous
  19. speech I am using the cpu processor to upload these speech samples
  20. from the SWDS board RAM and store them on files once the RAM is full. 
  21. This is done via C applications written for the cpu. 
  22. My problem is that in order for the cpu to access the SWDS RAM once 
  23. it is full, it MUST place the TMS320C25 in halt mode, then upload 
  24. the speech samples and then unhalt the TMS320C25 to resume reading 
  25. in the next load of speech samples. But the cpu cannot execute this 
  26. process quite enough, and TMS320C25 loses some speech samples while 
  27. it is halted. I cannot uses the grep command on the TMS320C25, which
  28. makes the external RAM global, because it requires external circuitry
  29. for the TMS320C25 and it is wired onto the SWDS board. Can anyone offer
  30. any ideas or help as it would be much appreciated.
  31.