BOOT Sequence in MQX

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

BOOT Sequence in MQX

跳至解决方案
1,387 次查看
K_Family
Contributor I

Hi friends,

 

I am working with Kinetis K60 microcontroller (TOWER K60N512 Kit + IAR + MQX 3.6),  and we are in the analysis stage of the project, hence can anyone tell me about the boot sequence of MQX in general, because i am not able to find any document regarding the MQX boot sequence.

 

0 项奖励
回复
1 解答
1,057 次查看
DavidS
NXP Employee
NXP Employee

Hi K-Family,

The best way to learn the boot sequence is really to run a simple program and when debugging, set the debugger to start at the beginning of the code base and then step on through.  We don;t have documentation to that level that I know of. Sorry.

Good example to start with:

FSLMQX/mqx/examples/hello project.

In general the very low level code initializes the processor, then initializes the RTOS and whatever BSP drivers were enabled, and then looks to find the first task to start running and run it.

Hope this helps.

Regards,

David

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,058 次查看
DavidS
NXP Employee
NXP Employee

Hi K-Family,

The best way to learn the boot sequence is really to run a simple program and when debugging, set the debugger to start at the beginning of the code base and then step on through.  We don;t have documentation to that level that I know of. Sorry.

Good example to start with:

FSLMQX/mqx/examples/hello project.

In general the very low level code initializes the processor, then initializes the RTOS and whatever BSP drivers were enabled, and then looks to find the first task to start running and run it.

Hope this helps.

Regards,

David

0 项奖励
回复