syscall

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

syscall

1,520 Views
tsybezoff
Contributor II

what type of priority system_call() has at P1010?

Labels (1)
Tags (2)
0 Kudos
5 Replies

1,265 Views
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 Kudos

1,265 Views
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 Kudos

1,265 Views
tsybezoff
Contributor II

where is attached file?

0 Kudos

1,265 Views
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 Kudos

1,265 Views
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 Kudos