iMX RT1170 EVK FLASH_RST

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

iMX RT1170 EVK FLASH_RST

跳至解决方案
1,780 次查看
leonardoprates
Contributor III

RT1170 EVK has a reset signal FLASH_RST from GPIO_AD_03 to reset OCTAL flash. The reset can be asserted from this pin or POR_RST. Default is FLASH_RST disconnected (J94).

When this signal is necessary? What's the reason for leave the option for microcontroller to reset octal flash? Are there some initial script that use this pin to reset the flash by software using JLink/MCU-Link?

 

Thank you,

Leonardo

0 项奖励
回复
1 解答
1,764 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @leonardoprates 

    FLASH_RST is used to sync the external flash to the 1-1-1 mode. after the MCU is reset.

    As if you set the octal flash to the 8-8-8 OPT mode, just the MCU reset, not the POR, the MCU will use the 1-1-1 mode to read the external flash, and that flash is on the 8-8-8 OPT mode, then the read will have issues.  So, use the FLASH_RST can sync the MCU.

    If you check the flashloader chip, it will also use the GPIO to reset it. You can solder the R378 to use the Flash_RST to reset the octal flash.

   More details, you also can check my community post:

https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1170-Octal-flash-enablement/ta-p/1498369

 

Wish it helps you!

Best Regards,

kerry

    

在原帖中查看解决方案

1 回复
1,765 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @leonardoprates 

    FLASH_RST is used to sync the external flash to the 1-1-1 mode. after the MCU is reset.

    As if you set the octal flash to the 8-8-8 OPT mode, just the MCU reset, not the POR, the MCU will use the 1-1-1 mode to read the external flash, and that flash is on the 8-8-8 OPT mode, then the read will have issues.  So, use the FLASH_RST can sync the MCU.

    If you check the flashloader chip, it will also use the GPIO to reset it. You can solder the R378 to use the Flash_RST to reset the octal flash.

   More details, you also can check my community post:

https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT1170-Octal-flash-enablement/ta-p/1498369

 

Wish it helps you!

Best Regards,

kerry