Smartdsp OS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Smartdsp OS

2,865 Views
svtambare
Contributor I
Hi all,
can i get an document which will tell me how exactly the smartdsp OS works??
step by step actions like booting of hardware then os kernel actions ???
how kernel initiates hardware and starts application programs???


thanks and regards,
Sushant
Labels (1)
0 Kudos
3 Replies

369 Views
CrasyCat
Specialist III
Hello
 
I assume you are using CodeWarrior for StarCore V3.x. Am I right?
 
You find SmartDSPOS documentation in {Install}\StarCore_Support\SmartDSP\doc\Manuals\PDF
This is all the documentation I am aware of.
 
CrasyCat
0 Kudos

369 Views
svtambare
Contributor I
hi
That particular document just talks about the os functions,, structures and APIs available for the user or developer to develop the programs.....
actually i want to know how smartdsp os schedules the tasks, manages the task and runs the programs....
whether it allocates some memory at run time for each program... etc

regards
Sushant
0 Kudos

369 Views
Pipa
NXP Employee
NXP Employee
Hi !
The best source of the knowledge about particular implementations of SDOS is its source which is open and comes with CW installation.
SmartDSP OS is very similar to many other real-time oses in the way it schedules tasks - it is implementing a priority based scheduler. When running SDOS tasks you need to link them all to the same image. From CW perspective, SDOS tasks are only functions.
 
Regards,
Pipa
0 Kudos