Smartdsp OS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Smartdsp OS

3,593 次查看
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
标签 (1)
0 项奖励
回复
3 回复数

1,097 次查看
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 项奖励
回复

1,097 次查看
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 项奖励
回复

1,097 次查看
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 项奖励
回复