using QSPI for interfacing a sensor using imxrt1170 evkb board

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

using QSPI for interfacing a sensor using imxrt1170 evkb board

Jump to solution
301 Views
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

Tags (1)
0 Kudos
Reply
1 Solution
277 Views
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...

 

View solution in original post

0 Kudos
Reply
1 Reply
278 Views
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 Kudos
Reply