What's the voltage level when FlexSPI runs in Hyperbus mode?

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

What's the voltage level when FlexSPI runs in Hyperbus mode?

跳至解决方案
1,412 次查看
binhu
Contributor II

Hello! We want to connect the iMXRT1052 with FPGA by Hyperbus using flexspi port. We want the iMXRT to run as the master and FPGA runs as the slave of Hyperbus to exchange the data between them. But first of all we should confirm the working voltage level of the FlexSPI when running under Hyperbus mode.Could you help to confirm? Thank you!

From the EVM board of RT1052 looks like it is running under 1.8V pad mode.But I can not confirm.

标签 (1)
标记 (4)
1 解答
1,335 次查看
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Hu Bin, 

As shown in the below figure, the FlexSPI pins PAD corresponds to GPIO_SD_B0 and GPIO_SD_B1. 

pastedImage_3.png

On the datasheet, you can see that for NVCC_SD1 and NVCC_SD2 (which supplies GPIO_SD_B0 and GPIO_SD_B1 pins respectively), you have two operating modes: 3.3V and 1.8V. 

pastedImage_5.png

So, the voltage level of the FlexSPI will depend on the mode that you select for NVCC_SD1 and NVCC_SD2, it can be 1.8V (as the evaluation board) or 3.3V. 

Have a great day,

Victor

-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,336 次查看
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Hu Bin, 

As shown in the below figure, the FlexSPI pins PAD corresponds to GPIO_SD_B0 and GPIO_SD_B1. 

pastedImage_3.png

On the datasheet, you can see that for NVCC_SD1 and NVCC_SD2 (which supplies GPIO_SD_B0 and GPIO_SD_B1 pins respectively), you have two operating modes: 3.3V and 1.8V. 

pastedImage_5.png

So, the voltage level of the FlexSPI will depend on the mode that you select for NVCC_SD1 and NVCC_SD2, it can be 1.8V (as the evaluation board) or 3.3V. 

Have a great day,

Victor

-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------

0 项奖励
回复
1,335 次查看
binhu
Contributor II

Got it !

Thank you very much!