Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!ptimtc!nntp-server.caltech.edu!madler From: madler@nntp-server.caltech.edu (Mark Adler) Newsgroups: comp.sys.next Subject: Re: Can DSP's multitask? Message-ID: <1991Jun7.130234.28154@nntp-server.caltech.edu> Date: 7 Jun 91 13:02:34 GMT References: <1991Jun4.211914.623@math.ucla.edu> <1991Jun5.141318.6899@shaman.com> Organization: California Institute of Technology, Pasadena Lines: 16 Jiro Nakamura believes: >> One problem is that many people use the DSP for real time signal >> processing. Once you make it multitasking, you lose that. There are multitasking kernels for DSP's, including the 56001, that are designed for real-time applications. These kernels guarantee cycles to the tasks, so you just have to calculate how many cycles each task needs, and whether the tasks you want to do fit in the cycles available (minus some overhead for the kernel). However, you need more than 8Kx24 to do this kind of stuff. Mark Adler madler@tybalt.caltech.edu