Hi, @Jose7
1. Is it possible to communicate with this device via SPIFI?
==>I am afraid not. As you know the SPIFI instead of SPI Flash Interface, if there is no any memory on the remote SPI device, I worry that it is not possible to communicate with it via SPIFI.
2. Do I need to change any code to communicate with this device in Single mode?
==>As replied on the question 1, I think it might be not possible to communicate with this no memory SPI device. But if you prefer to have a try, I think you can try it:
Best regards,
Christine.
Hi, @Jose7
Thanks for your feedback.
I checked according to your reply, and yes, we only have
/*! @brief SPIFI dual mode select */
typedef enum _spifi_dual_mode
{
kSPIFI_QuadMode = 0x0U, /*!< SPIFI uses IO3:0 */
kSPIFI_DualMode = 0x1U /*!< SPIFI uses IO1:0 */
} spifi_dual_mode_t;
in the default SDK code in spifi_dual_mode_t structure in file fsl_spifi.h.
I think you can implement by adding a single mode variant in this structure and modify accordingly the calling code by yourself.
Hope our UM11141 QN9090(T)/QN9030(T) User Manual section "34.9.1 Data transfer" on page 228 can help you somehow.
I apologize for the inconvenience to you.
Best regards,
Christine.
Hi, @Christine_Li
Thank you for providing the documentation.
UM11141 QN9090(T)/QN9030(T) User Manual section "34.6 Supported devices" on page 225 "Table 66 shows a list of vendor QSPI devices which are supported. Other devices can be used and will run in basic single SPI mode at lower speed."
Does this mean that if I use a device not listed in Table 66, it must operate in Single SPI mode?
The board I'm using doesn't have any free pins on SPI, so I'm trying to connect it to an SPI device that is not flash memory using SPIFI.
Kind regards.
Hi, @Jose7
Does this mean that if I use a device not listed in Table 66, it must operate in Single SPI mode?
==>[Christine]: Yes, I am afraid that your understanding is correct. That is also my understanding. But these devices in the Table 66 are our known devices, for your device, to double confirm, you can also do a test with Dual or Quad mode to have a try.
Best regards,
Christine.
Hi, @Christine_Li
I'm trying to achieve similar behavior with regular SPI with SPIFI.
Imagine that the device (not flash memory) connected to the QN9090 via SPIFI functions as a SPI slave.
This device only supports 1 bit transfer per clock, so Single mode is the only option.
1. Is it possible to communicate with this device via SPIFI?
2. Do I need to change any code to communicate with this device in Single mode?
Kind regards.
Hi, @Jose7
1. Is it possible to communicate with this device via SPIFI?
==>I am afraid not. As you know the SPIFI instead of SPI Flash Interface, if there is no any memory on the remote SPI device, I worry that it is not possible to communicate with it via SPIFI.
2. Do I need to change any code to communicate with this device in Single mode?
==>As replied on the question 1, I think it might be not possible to communicate with this no memory SPI device. But if you prefer to have a try, I think you can try it:
Best regards,
Christine.