What is in the Kinetis Bootloader Configuration Area (BCA) at the factory default ?

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

What is in the Kinetis Bootloader Configuration Area (BCA) at the factory default ?

ソリューションへジャンプ
1,323件の閲覧回数
rysardsuboc
Contributor II

I need enter to KL82Z bootloader with BOOTCFG0 and NMI pin assertation. 
When I used bootloader configuration file system_MKL82Z7.c and download code to board and try enter to bootloader with NMI pin, it succeeds.

How enter to bootloader without using bootloader configuration file, when chip is new (from factory), without code?


1 解決策
1,130件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Rysard Suboc,

    The KL82 boot source is from ROM in default if you didn't download the code before.

    Boot source selection bit is in the FOPT, the flash address is 0X40D.

pastedImage_1.png

FOPT default data is 0xff, it means the code is boot from the ROM in default.

About the BCA, it is in default all 0xff, it means the KL82 already enable all the perpherals(LPUART, I2C, SPI and USB).

Wish it helps you!


Have a great day,
Kerry

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

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,131件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Rysard Suboc,

    The KL82 boot source is from ROM in default if you didn't download the code before.

    Boot source selection bit is in the FOPT, the flash address is 0X40D.

pastedImage_1.png

FOPT default data is 0xff, it means the code is boot from the ROM in default.

About the BCA, it is in default all 0xff, it means the KL82 already enable all the perpherals(LPUART, I2C, SPI and USB).

Wish it helps you!


Have a great day,
Kerry

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

0 件の賞賛
返信