syscall

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

syscall

2,687 次查看
tsybezoff
Contributor II

what type of priority system_call() has at P1010?

标签 (1)
标记 (2)
0 项奖励
回复
5 回复数

2,432 次查看
Pavel
NXP Employee
NXP Employee

Find please the P1010_test_syscall.zip file as attachment on this page.

Have a great day,
Pavel Chubakov

0 项奖励
回复

2,431 次查看
Pavel
NXP Employee
NXP Employee

Look at attached file. It is simple program example from CodeWarrior 10.5.1 wizard.

This example uses syscall. Compare your project and this program example.

Have a great day,
Pavel Chubakov

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复

2,431 次查看
tsybezoff
Contributor II

where is attached file?

0 项奖励
回复

2,431 次查看
Pavel
NXP Employee
NXP Employee

See the Table 8-46 of the EREF_RM (A Programmer's Reference Manual for Freescale Power Architecture):

https://www.nxp.com/webapp/Download?colCode=EREF_RM&location=null

Have a great day,
Pavel Chubakov

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复

2,431 次查看
tsybezoff
Contributor II

Thanks, Pasha)
I have a problem with syscall. I'm trying to code a simple task sched without OS... it's like a DCB (deffered callback) manager. When my task is set to task queue, manager calls a system_call() and IRQ_SYSCALL handler works with queue (execute tasks). But i can't see other async interrupts, its not execute(( It seems like current task is executed with highest priority, may be system_call has a highest priority.... Please, help me!!!!!!!!!!!

0 项奖励
回复