<?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 compatibility</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48096/qspi-compatibility</link><description>Hi, 
 I am trying to implement QSPI flash data storage functions in the external memory of nRF52840 DK with other peripherals like TWI or GPIOTE, but it seems to conflict between them. For example, when I init the gpiote and execute the function nrf_drv_gpiote_in_init</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Jun 2019 10:42:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48096/qspi-compatibility" /><item><title>RE: QSPI compatibility</title><link>https://devzone.nordicsemi.com/thread/190729?ContentTypeID=1</link><pubDate>Tue, 04 Jun 2019 10:42:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a127556-f0a4-4e4b-9316-b31efa97fd62</guid><dc:creator>martabc_96</dc:creator><description>&lt;p&gt;I finally resolved the issue, buffers need to be aligned to avoid the data shift:&lt;/p&gt;
&lt;p&gt;__ALIGN(4) static uint8_t m_buffer_rx[QSPI_TEST_DATA_SIZE];&lt;br /&gt;__ALIGN(4) static uint8_t m_buffer_tx[QSPI_TEST_DATA_SIZE];&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>