KDS KW41Z Startup process

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

KDS KW41Z Startup process

跳至解决方案
2,451 次查看
stevenriedl
Contributor III

I'm new to KDS and the Kinetis series. I am working on a KW41Z Thread/Bluetooth project and I can pretty much understand the examples (Thread router eligible device, gpis interrupt). Where I'm drawing a blank is how the chip startup is run and where to insert my code. I vaguely think it has something to do with the .S file, but between board, devices, drivers, rots and the app, I'm a little confused as to the call order.

 

Is there a startup guide out there, from power stable to main()?

标签 (1)
1 解答
2,256 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Steven,

There is a thread about startup sequence of kinetis :

startup sequence in detail of kinetis microcontrollers 

The DOC Kerry Zhou recommend  maybe  useful for you:

http://www.nxp.com/assets/documents/data/en/quick-start-guide/KQRUG.pdf?&fpsp=1&WT_TYPE=Quick%20Refe... 

And i recommend you first can create a simple project on KDS, then set breakpoint or

debug step by step to check the startup sequence , the startup code all have introduce

in the DOC above .

Hope it helps


Have a great day,
Alice Yang

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

在原帖中查看解决方案

3 回复数
2,257 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Steven,

There is a thread about startup sequence of kinetis :

startup sequence in detail of kinetis microcontrollers 

The DOC Kerry Zhou recommend  maybe  useful for you:

http://www.nxp.com/assets/documents/data/en/quick-start-guide/KQRUG.pdf?&fpsp=1&WT_TYPE=Quick%20Refe... 

And i recommend you first can create a simple project on KDS, then set breakpoint or

debug step by step to check the startup sequence , the startup code all have introduce

in the DOC above .

Hope it helps


Have a great day,
Alice Yang

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

2,256 次查看
stevenriedl
Contributor III

Thank You, exactly the pointer I was looking for....

0 项奖励
回复
2,256 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Welcome !

0 项奖励
回复