Smartdsp OS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Smartdsp OS

3,584件の閲覧回数
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,088件の閲覧回数
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,088件の閲覧回数
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,088件の閲覧回数
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 件の賞賛
返信