Hello,
I am adding a Bosch BMI270 IMU to my i.MXRT685 (specifically MIMXRT685SFVKB) based project, and the only serial communication port available to me is FlexSPI. The set of pins available to me is as follows:
PIO1_18 FLEXSPI0A_SCLK
PIO1_19 FLEXSPI0A_SS0_N
PIO1_20 FLEXSPI0A_DATA0
PIO1_21 FLEXSPI0A_DATA1
Before I charge head first into this, I'd like to make sure that the FlexSPI will work me my purposes - SPI master to configure registers on the IMU and read the generated data.