<?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>nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110372/nrf7002dk-and-spi4</link><description>Hello, 
 I am reaching out regarding some challenges I&amp;#39;ve encountered with SPI communication on the nRF7002DK when interfacing with the ETH Wiz Click | Mikroe module and a Voltage-Level Shifter . Specifically, I&amp;#39;ve been experiencing difficulties while</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Jul 2024 09:00:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110372/nrf7002dk-and-spi4" /><item><title>RE: nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/thread/491522?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2024 09:00:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e07fcf50-9868-4afc-b3d3-d1bd8edbbd29</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Ilidio,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="ISilva"]However, as I mentioned previously, whenever I need to use the SPI with the nRF52832, I have problems with the signal generated by the CLK, especially with frequencies above 1MHZ.[/quote]
&lt;p&gt;So all the following is issues specifically with the nRF52832? not the 53.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If so can you create a new ticket for this?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Jonathan&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/thread/490709?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2024 17:00:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78d2da22-68c1-4d8e-bc6f-be6f0294ca6f</guid><dc:creator>ISilva</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;br /&gt;&lt;br /&gt;For the nRF7002 I will not need to use it again, since we chose to use another microcontroller for&amp;nbsp;my project due to new requirements.&amp;nbsp;I don&amp;#39;t know if&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/rfontao_2d00_centi"&gt;rfontao&lt;/a&gt;still have problems.&lt;/p&gt;
&lt;p&gt;However, as I mentioned previously, whenever I need to use the SPI with the nRF52832, I have problems with the signal generated by the CLK, especially with frequencies above 1MHZ.&lt;br /&gt;&lt;br /&gt;For instance with a 2.5Mhz frequency, the clock is like this...&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1719333337172v1.png" /&gt;&lt;br /&gt;&lt;br /&gt;and for 1MHz the clock is like this&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1719334536013v2.png" /&gt;&lt;br /&gt;&lt;br /&gt;In this case the clock signal seems more correct to me. I was using SPI1.&lt;br /&gt;&lt;br /&gt;Overlay dts file:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;&amp;amp;spi1 {
  compatible = &amp;quot;nordic,nrf-spi&amp;quot;;
  max-frequency = &amp;lt;2500000&amp;gt;;
  status = &amp;quot;okay&amp;quot;;
};


&amp;amp;spi1_default {
  group1 {
    psels = &amp;lt;NRF_PSEL(SPIM_SCK, 0, 31)&amp;gt;,
            &amp;lt;NRF_PSEL(SPIM_MOSI, 0, 30)&amp;gt;,
            &amp;lt;NRF_PSEL(SPIM_MISO, 0, 29)&amp;gt;;
  };
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;proj.conf&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;# nothing here
CONFIG_GPIO=y
CONFIG_NFCT_PINS_AS_GPIOS=y

#printf configs and libc
CONFIG_CBPRINTF_FP_SUPPORT=y
CONFIG_NEWLIB_LIBC=y

#configuring clock source
#CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y #custom board
#CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y

CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y

CONFIG_SPI=y
CONFIG_SOC_NRF52832_ALLOW_SPIM_DESPITE_PAN_58=y

CONFIG_LOG=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Can you give me an opinion on why this happens? &lt;br /&gt;If necessary, I can open a ticket only for this issue.&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;Ilidio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/thread/486315?ContentTypeID=1</link><pubDate>Wed, 29 May 2024 07:34:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:574019f9-6eca-4beb-a0e9-56863f56d9d0</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Can you share the&amp;nbsp;build/zephyr/zephyr.dts file to see what pins you are using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/thread/486254?ContentTypeID=1</link><pubDate>Tue, 28 May 2024 16:08:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3789dd1-b935-4277-a4e8-991313516cb1</guid><dc:creator>ISilva</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;Hi!&lt;br /&gt;&lt;br /&gt;Yes, a few weeks ago I also used SPI4 with the same SOC and had the same problem. &lt;br /&gt;&lt;br /&gt;Furthermore, in another project with another SOC, the nrf52832, I had difficulty getting the 8MHZ frequency for SPI. &lt;br /&gt;If I remember correctly, at that time I was using SPI1. &lt;br /&gt;For the last case with frequencies higher than 1Mhz I had some problems and sometimes clock stretching.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;I don&amp;#39;t know if the problems could be related...&lt;/p&gt;
&lt;p&gt;If you can give me any input on this issue with the soc nRF7002DK, I would be grateful.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Ilidio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/thread/486194?ContentTypeID=1</link><pubDate>Tue, 28 May 2024 12:48:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0d81231-0c34-48a8-9cb7-b2a1b4c57648</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hello!&lt;br /&gt;&lt;br /&gt;Unfortunate situation here but Joakim no longer works here so not sure what happened in this situation but seems that the issue still is present.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;so &lt;a href="https://devzone.nordicsemi.com/members/isilva"&gt;Ilidio&lt;/a&gt;&amp;nbsp;do you have the same issue as &lt;a href="https://devzone.nordicsemi.com/members/rfontao_2d00_centi"&gt;rfontao&lt;/a&gt;?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/thread/485566?ContentTypeID=1</link><pubDate>Thu, 23 May 2024 08:43:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87a2d460-8187-4b87-829b-e9e48672d82f</guid><dc:creator>rfontao</dc:creator><description>&lt;p&gt;Hello! Are there any advances on this subject? I still haven&amp;#39;t been able to find a solution for&amp;nbsp;using SPI. For reference, I am using NCS v2.5.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/thread/482591?ContentTypeID=1</link><pubDate>Wed, 08 May 2024 17:29:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8901c6d-ef97-454e-91a0-df0f27d122f2</guid><dc:creator>ISilva</dc:creator><description>&lt;p&gt;Hello all!&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/members/joakim_2d00_jakobsen"&gt;Joakim Jakobsen&lt;/a&gt;&amp;nbsp;or &lt;a href="https://devzone.nordicsemi.com/members/rfontao_2d00_centi"&gt;rfontao&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have any new information regarding this subject?&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;br /&gt;Ilidio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002DK and SPI4</title><link>https://devzone.nordicsemi.com/thread/480295?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2024 20:05:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa067459-47b1-480d-b18e-8e163285785e</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;I will look at your ticket and get back to you with a response as soon as possible.&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>