<?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>Nrf54L15 SPI Mastter Moe CLK And Recive</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123610/nrf54l15-spi-mastter-moe-clk-and-recive</link><description>I am using the official Nrodic SPI exercise with the Nrf54L15 DK board, Here is the code 
 
 
 
 
 
 
 
 but my (use logic look) spi read clk No CLK ！！！ 
 
 
 
 
 
 But it will 。 But there is CLK, but only one。 
 
 
 
 Why????? I am ch, mabe speak english</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Aug 2025 14:45:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123610/nrf54l15-spi-mastter-moe-clk-and-recive" /><item><title>RE: Nrf54L15 SPI Mastter Moe CLK And Recive</title><link>https://devzone.nordicsemi.com/thread/545559?ContentTypeID=1</link><pubDate>Wed, 13 Aug 2025 14:45:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ad3673a-7623-436c-baab-c2c7977c4d74</guid><dc:creator>LinJunXuan</dc:creator><description>&lt;p&gt;Very Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf54L15 SPI Mastter Moe CLK And Recive</title><link>https://devzone.nordicsemi.com/thread/545366?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 11:56:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4a75489-945e-4b73-816b-33fff505e746</guid><dc:creator>Kenneth</dc:creator><description>[quote user="LinJunXuan"] If we really want to send and receive a byte, we need tx_1en=1 and rx_1en=2[/quote]
&lt;p&gt;That is the intended way yes.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf54L15 SPI Mastter Moe CLK And Recive</title><link>https://devzone.nordicsemi.com/thread/545222?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 13:31:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8845a5e2-f16e-4997-ab9c-ea7bf2a93c0b</guid><dc:creator>LinJunXuan</dc:creator><description>&lt;p&gt;That is to say, rx and tx happened together. If we really want to send and receive a byte, we need tx_1en=1 and rx_1en=2, or we can directly call the two functions spiw_rite_dt and spi_dead_tt once each. Do I understand it this way&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf54L15 SPI Mastter Moe CLK And Recive</title><link>https://devzone.nordicsemi.com/thread/545198?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 12:13:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62570b9e-476e-4a6e-8abc-b497828108d4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The rx and tx transactions occurring in parallel, so if set both length to 1, then only 1 byte on spi.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf54L15 SPI Mastter Moe CLK And Recive</title><link>https://devzone.nordicsemi.com/thread/545189?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 11:46:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d48f68e1-1a74-4b5b-8988-6768dae76559</guid><dc:creator>LinJunXuan</dc:creator><description>&lt;p&gt;my prj.conf&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# enable console
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y

# 启用RTT核心功能
CONFIG_USE_SEGGER_RTT=n

#Enable hadware stack protection
CONFIG_HW_STACK_PROTECTION=y

#Enable MPU
CONFIG_ARM_MPU=y

#日志
CONFIG_LOG_PRINTK=y
CONFIG_LOG_BACKEND_RTT=y

# GPIO使能
CONFIG_GPIO=y

# 使能串口驱动
CONFIG_SERIAL=y
CONFIG_UART_ASYNC_API=y

# 使能SPI
CONFIG_SPI=y


# 使能ADC
CONFIG_ADC=y
       
# 开启TF-M, 即 末尾 带ns
CONFIG_TFM_SECURE_UART=n
CONFIG_TFM_LOG_LEVEL_SILENCE=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf54L15 SPI Mastter Moe CLK And Recive</title><link>https://devzone.nordicsemi.com/thread/545187?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 11:35:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9105483b-8f9e-4d00-9121-c31e46bfac92</guid><dc:creator>LinJunXuan</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// SPI PIN
spi21_default: spi21_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(SPIM_SCK, 1, 11)&amp;gt;,
			&amp;lt;NRF_PSEL(SPIM_MOSI, 1, 13)&amp;gt;,
			&amp;lt;NRF_PSEL(SPIM_MISO, 1, 14)&amp;gt;;
		};
	};  
	spi21_sleep: spi21_sleep {
		group1 {
			psels = &amp;lt;NRF_PSEL(SPIM_SCK, 1, 11)&amp;gt;,
			&amp;lt;NRF_PSEL(SPIM_MOSI, 1, 13)&amp;gt;,
			&amp;lt;NRF_PSEL(SPIM_MISO, 1, 14)&amp;gt;;
			low-power-enable;
		};
	};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>