how to use wordlock with blhost on a MXRT1170

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

how to use wordlock with blhost on a MXRT1170

436件の閲覧回数
danielrickers
Contributor II

Hi all,

 

I burn security fuses via blhost like this:

 

blhost.exe -t 5242000-p %COMFORT%,,115200 --efuse-program-once 0x16 00000BF2

 

how can I protect the word for further modification (burning unset fuses)? This should be possible by setting "wordlock" bit. But how can I handle itby using blhost?

wordlock is defined in OTP Controller Control and Status Register (CTRL).

 

thanks

Daniel

タグ(2)
0 件の賞賛
返信
1 返信

405件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @danielrickers ,

 OCOPT Provides program-protect and read-protect of eFuse.

 I checked the blhost document, blhost can't control the OCOPT register directly.

  So, if you want to control the OCOPT register, you may need to use the app code to realize it.

  For the OCOPT code, you can refer to the SDK:

SDK_2_13_10_MIMXRT1170-EVK\boards\evkmimxrt1170\driver_examples\ocotp

 

Wish it helps you!

If you still have questions about it, please kindly let me know.

Best Regards,

Kerry