Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to implement Time-Division Multiplexing in TI SYS/BIOS

Status
Not open for further replies.

Regnum

Full Member level 5
Joined
Jun 17, 2004
Messages
262
Helped
18
Reputation
36
Reaction score
7
Trophy points
1,298
Location
Hurlingham
Activity points
2,168
How to implement Time-Slicing in SYS/BIOS

Hi,

I'd like to know how to implement Time-Slicing in TI SYS/BIOS (former DSP/BIOS), in order to run several same-priority tasks pseudo simultaneously, without writing collaborative code.

Thanks,
Regnum
 
Last edited:

Your programming language may have a command set for starting a 'process' (although it may have a different name).

You can have several processes running. They run in time-share fashion.

I don't know how it prevents any one process from going into an endless loop, or from crashing itself and thus crashing the program, or from delaying the others while waiting for user input.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top