<?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>(Zephyr / NCS) Increase SPI buffer length</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79533/zephyr-ncs-increase-spi-buffer-length</link><description>I&amp;#39;m using the Zephyr provided WS2812 LED driver (SPI). I am noticing some strange behavior when my chain-length property is greater than 10. 
 I connected a digital logic analyzer to take a closer look and discovered that I am being limited by the SPI</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Sep 2021 12:37:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79533/zephyr-ncs-increase-spi-buffer-length" /><item><title>RE: (Zephyr / NCS) Increase SPI buffer length</title><link>https://devzone.nordicsemi.com/thread/329234?ContentTypeID=1</link><pubDate>Mon, 13 Sep 2021 12:37:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:345b40bf-13e2-46d7-af92-93cef3a353f9</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The nRF52832 only have 8-bit (255bytes) max SPIM transfer length, in your case you need minimum 10-bit (See MAXCNT bit length):&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52.html"&gt;https://infocenter.nordicsemi.com/topic/struct_nrf52/struct/nrf52.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>