<?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>SPI4M errata on nRF53</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111862/spi4m-errata-on-nrf53</link><description>Hi, 
 I&amp;#39;m using SPI4M on nRF53 and came across it&amp;#39;s errata, but I didn&amp;#39;t get where to call the workaround functions. 
 The workaround is to call the below line upon enabling SPI4M; what does enable mean? In my application, I call spi_transceive() when</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Jun 2024 14:16:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111862/spi4m-errata-on-nrf53" /><item><title>RE: SPI4M errata on nRF53</title><link>https://devzone.nordicsemi.com/thread/487589?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2024 14:16:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cf1bab5-89b3-440e-b6c8-04605c50fde8</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;I am looking into why this is not included in the nRF Connect SDK now.&lt;/p&gt;
&lt;p&gt;For now, i suggest that you disregard my previous comment and then call &lt;br /&gt;&lt;br /&gt;*(volatile uint32_t *)0x5000ac04 = 1;&lt;/p&gt;
&lt;p&gt;before you enable SPIM4. And then do this when you put SPIM4 to sleep/wake it up with &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/services/pm/index.html"&gt;power management&lt;/a&gt;. (same register but 0 and 1 as explained in the errata).&lt;/p&gt;
&lt;p&gt;Can you try this and see if you still have the SPIM4 issue you are experiencing?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI4M errata on nRF53</title><link>https://devzone.nordicsemi.com/thread/487588?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 16:23:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7389520a-1b27-41f9-9107-25c8361a6ae2</guid><dc:creator>Ahmed Samir</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;m using SDK v2.4.1, I&amp;#39;m not sure if this is included in that SDK.&lt;/p&gt;
&lt;p&gt;Where should I call this function? Once at initialization or before every SPI transaction?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI4M errata on nRF53</title><link>https://devzone.nordicsemi.com/thread/487587?ContentTypeID=1</link><pubDate>Mon, 03 Jun 2024 09:34:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7adbd91d-7d12-463b-bd61-81db5ce1eac9</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Our HAL has code to add the workaround for this errata automatically:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/hal_nordic/blob/fc02d66798f691b66bd6b0236e63082a9c498bbf/nrfx/mdk/nrf53_erratas.h#L5301-L5359"&gt;https://github.com/zephyrproject-rtos/hal_nordic/blob/fc02d66798f691b66bd6b0236e63082a9c498bbf/nrfx/mdk/nrf53_erratas.h#L5301-L5359&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Do you see the effects of the errata on your device?&lt;/p&gt;
&lt;p&gt;EDIT: I have to correct myself, I cannot see nrf53_errata_135() used anywhere in our driver after all.&lt;br /&gt;Can you try to call the function from your code and see if that helps?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>