Is Serial Download available after setting BT_FUSE_SEL to 1?

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

Is Serial Download available after setting BT_FUSE_SEL to 1?

跳至解决方案
1,243 次查看
chriscowdery
Contributor V

For our target PCB, we need the GPIO that are used for Boot Configuration.

We would like to set the eFuses for BOOT_CFG1 and BOOT_CFG2 to set up QSPI NOR Flash.

To make the eFuses take effect, we have to set BT_FUSE_SEL=1.

But then, can we still access Serial Download?

The Reference Manual (table 21-9, page 1114) does not specify what happens if BT_FUSE_SEL==1 and boot_mode=01 (Serial Download).

Thanks,

Chris.

标签 (1)
1 解答
1,100 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Chris Cowdery ,

  Even you configure BT_FUSE_SEL=1, when you configure the BOOT_MODE[1:0]=01b, you still can enter the serial downloader mode, it is no relationship with BT_FUSE_SEL, just when you configure BOOT_MODE[1:0]=00b, then the ROM bootloader will check BT_FUSE_SEL.

  So, don't worry, if your board still has the BOOT_MODE two pins avaiable, you still can enter the serial download mode.

Wish it helps you!

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

Have a great day,
Kerry

 

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

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
---------------------------------------------------------------------------

在原帖中查看解决方案

2 回复数
1,101 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Chris Cowdery ,

  Even you configure BT_FUSE_SEL=1, when you configure the BOOT_MODE[1:0]=01b, you still can enter the serial downloader mode, it is no relationship with BT_FUSE_SEL, just when you configure BOOT_MODE[1:0]=00b, then the ROM bootloader will check BT_FUSE_SEL.

  So, don't worry, if your board still has the BOOT_MODE two pins avaiable, you still can enter the serial download mode.

Wish it helps you!

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

Have a great day,
Kerry

 

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

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
---------------------------------------------------------------------------

1,100 次查看
chriscowdery
Contributor V

Thankyou Kerry.

0 项奖励