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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…