using QSPI for interfacing a sensor using imxrt1170 evkb board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

using QSPI for interfacing a sensor using imxrt1170 evkb board

ソリューションへジャンプ
444件の閲覧回数
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 解決策
420件の閲覧回数
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 返信
421件の閲覧回数
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 件の賞賛
返信