Confusion on how external memory modules connected to imxrt1176 in mimxrt1170-evk board

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

Confusion on how external memory modules connected to imxrt1176 in mimxrt1170-evk board

2,062 次查看
Shehan_Janidu
Contributor III

I want to access external memory interfaces of imrt1176 in mimxrt1170-evk. To do that I found out that SEMC and flexspi modules can be used. But my doubt is what are the exact peripherals can be accessed through these modules. The biggest doubt is NOR flash. In datasheet it says NOR flash could be accessed via SEMC. But I saw an example code which connects NOR flash via flexspi. I want to clarify this issue. 

The next issue is, I coudnt foundout any example codes to access OCT Flash and QSPI flash access via SEMC. Can anyone show me some examples for that.

Final question,  is there any internal flash in imxrt1176 chip

0 项奖励
回复
5 回复数

2,009 次查看
Shehan_Janidu
Contributor III

"RT1176 can access SPI NOR flash via flexspi and access parallel NOR flash via SEMC". So what does this mean ? Sorry for the inconvinence

标记 (1)
0 项奖励
回复

1,971 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi,

FlexSPI can only support serial nor flash because it is a SPI port.

SEMC can only support parallel nor flash.

 

Regards,

 

0 项奖励
回复

2,029 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @Shehan_Janidu ,

RT1176 can access SPI NOR flash via flexspi and access parallel NOR flash via SEMC. Both of them can execute in place(XIP).

RT1176 use flexspi to access OCTAL flash/QUAD flash/HyperFlash. They are serial memory.

RT1176 hasn't  internal Flash. Only RT1024 and RT1064 have.

 

Regards,

Jing

0 项奖励
回复

2,022 次查看
Shehan_Janidu
Contributor III
So does that mean, same NOR flash could be accessed parallelly and serially with the use of SEMC and flexspi respectively ?
标记 (1)
0 项奖励
回复

2,017 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi,

No, there isn't NOR flash support either serial access and parallel access.

Octal flash is serial flash.

 

Regards,

Jing

0 项奖励
回复