<?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>any one can change STM32F103 code  for NCS1.9?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87995/any-one-can-change-stm32f103-code-for-ncs1-9</link><description>Hello, 
 i&amp;#39;ve nRF5340-DK, 3 wire SPI oled model. 
 any one can change STM32F103 code for NCS1.9? 
 the oled can light on, but no show text, maybe SPI recv Font incorrect. 
 
 
 the H code i&amp;#39;ve do change, not sure if it&amp;#39;s correct. 
 
 
 
 thanks 
 Best</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 May 2022 01:11:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87995/any-one-can-change-stm32f103-code-for-ncs1-9" /><item><title>RE: any one can change STM32F103 code  for NCS1.9?</title><link>https://devzone.nordicsemi.com/thread/368479?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 01:11:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cf3ac4b-79ef-4748-bc8b-76323150c2b3</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thanks，&lt;/p&gt;
&lt;p&gt;At first I had no clue, i&amp;nbsp;don&amp;#39;t know where to start.&lt;/p&gt;
&lt;p&gt;but now,&amp;nbsp; i&amp;#39;ve slove it,&amp;nbsp; use spi,&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;&amp;amp;spi3 {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp; &amp;nbsp; compatible = &amp;quot;nordic,nrf-spim&amp;quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp; &amp;nbsp; label = &amp;quot;SPI_3&amp;quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp; &amp;nbsp; status = &amp;quot;okay&amp;quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp; &amp;nbsp; sck-pin = &amp;lt; 0x2a &amp;gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp; &amp;nbsp; miso-pin = &amp;lt; 0x2e &amp;gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;&amp;nbsp; &amp;nbsp; mosi-pin = &amp;lt; 0x2b &amp;gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#0000ff;"&gt;};&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;span style="color:#800080;"&gt;static struct gpio_dt_spec dcdc = GPIO_DT_SPEC_GET_OR(DT_NODELABEL(dcdc), gpios,{0});&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#800080;"&gt;static struct gpio_dt_spec cs1 = GPIO_DT_SPEC_GET_OR(DT_NODELABEL(cs1), gpios,{0});&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="color:#800080;"&gt;static struct gpio_dt_spec cs2 = GPIO_DT_SPEC_GET_OR(DT_NODELABEL(cs2), gpios,{0});&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: any one can change STM32F103 code  for NCS1.9?</title><link>https://devzone.nordicsemi.com/thread/368392?ContentTypeID=1</link><pubDate>Wed, 18 May 2022 13:41:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d1d6de2-58c3-4fd0-a7a3-5dab73d0a52c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure I understand what your question is, or what code you are referencing.&lt;/p&gt;
&lt;p&gt;As far as I can see,&amp;nbsp;&lt;span&gt;STM32F103 is a microcontroller and not a OLED display.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is the code you have posted part of nRF Connect SDK or did you write it yourself?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What did you want us to change?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>