<?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>NRF52833 Custom Board SPI Flash</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82858/nrf52833-custom-board-spi-flash</link><description>Hi, I work on custom board, which have NRF52833 and IS25LP016D SPI flash. I tried with SPI flash sample but SPI flash driver IS25LP016D was not found! err message show on putty. I add configuration to dts file. How can I solve it. 
 
 MY CODE: 
 
 /*</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Dec 2021 13:47:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82858/nrf52833-custom-board-spi-flash" /><item><title>RE: NRF52833 Custom Board SPI Flash</title><link>https://devzone.nordicsemi.com/thread/344172?ContentTypeID=1</link><pubDate>Fri, 17 Dec 2021 13:47:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccea1b4b-8ef8-40e3-b254-f195ab14aef0</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Your SCK pin is P1.09, not P0.09. This means that the pin number in your DTS must be 41 (32 + 09).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also the spi-max-frequency field looks way off&amp;nbsp;&lt;span&gt;0x7ed6b40 = 133MHz, when&amp;nbsp;the max frequency of SPI1 is 8MHz. The NRFX driver might throw an error if you request a higher frequency than is supported.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you turn on logging for the NRFX drivers?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>