the MQX are really full codes?where is the defination of function named _sched_start_internal() ?

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

the MQX are really full codes?where is the defination of function named _sched_start_internal() ?

跳至解决方案
2,686 次查看
fish_yu
Contributor III

Hello everyone,I am an engineer in china.Recently, I have studied MQX RTOS for my project. In mqx.c files, There is a kernal Function _mqx_uint _mqx(register MQX_INITIALIZATION_STRUCT_PTR mqx_init).In the function, there is a _sched_start_internal() in there. Now, I have a problem about the function. Where is the defination of function named _sched_start_internal() ? I can not find it in all files about MQX RTOS. I don't know the MQX RTOS how to work. Could you help me to find it ? According to Report of Freescale and other posts in here, The MQX RTOS are Full codes. I don't know Where the defination of function is. Who can solve the problem??

Thank you for your help.

0 项奖励
回复
1 解答
1,673 次查看
jbezem
Contributor III

I'm still using MQX 2.50 (non-Freescale), but there the function is located in an assembler source file source/psp/coldfire/dispatch.cw (with an added underscore, of course). I'd assume that MQX3 also has such assebler source files, include them in your search and make sure to account for the additional underscore for functions in assembler sources.

 

HTH,

 

Johan

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,674 次查看
jbezem
Contributor III

I'm still using MQX 2.50 (non-Freescale), but there the function is located in an assembler source file source/psp/coldfire/dispatch.cw (with an added underscore, of course). I'd assume that MQX3 also has such assebler source files, include them in your search and make sure to account for the additional underscore for functions in assembler sources.

 

HTH,

 

Johan

0 项奖励
回复
1,673 次查看
EAI
Contributor IV
It is located in dispatch.cw (in PSP project).
0 项奖励
回复