using QSPI for interfacing a sensor using imxrt1170 evkb board

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

using QSPI for interfacing a sensor using imxrt1170 evkb board

跳至解决方案
442 次查看
Ruthvik_R
Contributor I

Hi all ,

we are using a mimxrt1170 evkb board for our developement purpose . In this board the QSPi is used for flash the meory by default. i would like to know if it is possible to use the qspi for the purpose of interfacing a sensor that communicates using qspi by using a different flash method. is this possible in the evk kit and is there support for this on zephyr as our eventual application will be a zephyr application.

Thank you

标记 (1)
0 项奖励
回复
1 解答
418 次查看
Sam_Gao
NXP Employee
NXP Employee

@Ruthvik_R 

Q1: if it is possible to use the qspi for the purpose of interfacing a sensor that communicates using qspi by using a different flash method.

--> No, there are two FlexSPI interface ports(A and B), FlexSPI supports communication with both serial flash memory and serial RAM devices, it is dedicated for external memory device.

 

Q2: is this possible in the evk kit and is there support for this on zephyr as our eventual application will be a zephyr application.

--> FlexSPI is used for is25wp128, its dtsi shows: https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi...

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
419 次查看
Sam_Gao
NXP Employee
NXP Employee

@Ruthvik_R 

Q1: if it is possible to use the qspi for the purpose of interfacing a sensor that communicates using qspi by using a different flash method.

--> No, there are two FlexSPI interface ports(A and B), FlexSPI supports communication with both serial flash memory and serial RAM devices, it is dedicated for external memory device.

 

Q2: is this possible in the evk kit and is there support for this on zephyr as our eventual application will be a zephyr application.

--> FlexSPI is used for is25wp128, its dtsi shows: https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/nxp/mimxrt1170_evk/mimxrt1170_evk.dtsi...

 

0 项奖励
回复