KDS KW41Z Startup process

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

KDS KW41Z Startup process

ソリューションへジャンプ
2,300件の閲覧回数
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,105件の閲覧回数
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,106件の閲覧回数
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,105件の閲覧回数
stevenriedl
Contributor III

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

0 件の賞賛
返信
2,105件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Welcome !

0 件の賞賛
返信