<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>QSPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87989/qspi</link><description>Hi, 
 Regarding QSPI, could I use the QSPI feature to fetch stored sensor data directly from the flash and send it via Bluetooth module, or is it only to increase the application program size. Could you please guide me. 
 
 Also, When we use QSPI to interface</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 May 2022 13:15:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87989/qspi" /><item><title>RE: QSPI</title><link>https://devzone.nordicsemi.com/thread/368376?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 13:15:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b308353-8849-45c6-85f9-50b8c9f22cd8</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user=""]Regarding QSPI, could I use the QSPI feature to fetch stored sensor data directly from the flash and send it via Bluetooth module, or is it only&amp;nbsp;to increase the application program size. Could you please guide me.[/quote]
&lt;p&gt;If you have external flash, you would probably need to read the data and then pass this data to the Bluetooth stack. If you use internal flash, you would need to copy the data to the RAM buffer first.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user=""]Also, When we use QSPI to interface with a flash memory, what are the chances of communicating to the flash via SPI and QSPI in the same design, if there is 2 separate chips that need to communicate to the same flash, one via SPI, and other via QSPI.&amp;nbsp;[/quote]
&lt;p&gt;If you want to use the flash with both SPI and QSPI, this might be possible as long as you ensure that logical levels are correct and you have logic in place which prevents two masters from accessing the bus at the same time.&amp;nbsp; In order to read the data from the sensor, you would need to ensure that&amp;nbsp; only one master is using clock and MOSI line at any point in time.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>