Sign in

username:

password:



Not a member?

Search c6x



Search tips

Subscribe to c6x



c6x by Keywords

AD535 | BIOS | Booting | Bootloader | C621 | C6211 | C6415 | C671 | C6711 | C6711DSK | C6713 | CCS | Chassaing | COFF | DAT | DM64 | DM642 | DMA | DSK671 | DSK6711 | EDM | EDMA | EMIF | Emulator | EVM | EVM620 | FFT | FIR | GPIO | Halting | HPI | HWI | IDK | JTAG | LDB | LDH | LDW | Linker | LMS | LOG_printf | Matlab | McBSP | MEM_alloc | MIPS | PCI | PCM3003 | Pipeline | Profiling | QDM | Reset | ROM | RTDX | Sampling | SDRAM | Stack | TEB | THS1206 | TMS320C621 | TMS320C6416 | TMS320C6711 | TMS320C6713 | UART | Vector Table | XBUS | XDS560

Discussion Groups

Discussion Groups | TMS320C6x | Paralell taks

Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).

  

Post a new Thread

Paralell taks - fsc10174 - Feb 3 2:15:00 2004



Hi all
I'm working with dsp c6711 and want to run a function without halting
my main function. Something that could run in paralell. How can I do
that? Is there some examples?
Thanks
BR
Cohen





(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )

Re: Paralell taks - Wojciech Rewers - Feb 7 19:21:00 2004

--- fsc10174 <> wrote:
> I'm working with dsp c6711 and want to run a
> function without halting
> my main function. Something that could run in
> paralell. How can I do that?
> Is there some examples?

well... I'm not an expert here... but from what I
understand you need some kind of "multitasking"...
plain C does not allow calling functions "without
halting your main function" (and by main I don't mean
the C's main function)... well... it all depends on
what you really need to do - if you need to run a
small function triggered by some event - maybe a
simple interrupt would do the trick - but if you
rather want to run two algorithms at the same time -
you'll need some kind of "operating system" - have you
tried DSP/BIOS?

good luck...

Wojciech Rewers

__________________________________





(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )