<?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>CS PIN WHEN SET HIGH IS 1.8V, and I need at least 2.8V</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123598/cs-pin-when-set-high-is-1-8v-and-i-need-at-least-2-8v</link><description>So when I toggle the pin high, it gets set to 1.8V. I want it to be at least 2.8V. I did configure the VDD to 3.3V. The VDDIO does show 3.3V, but a pin like let say P1.11 set to high will only be 1.8V. So I want it to drive an eink display but it doesn</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Aug 2025 01:49:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123598/cs-pin-when-set-high-is-1-8v-and-i-need-at-least-2-8v" /><item><title>RE: CS PIN WHEN SET HIGH IS 1.8V, and I need at least 2.8V</title><link>https://devzone.nordicsemi.com/thread/545287?ContentTypeID=1</link><pubDate>Tue, 12 Aug 2025 01:49:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d454c22-c61f-4775-932f-919409d87eb9</guid><dc:creator>Amaan Singh</dc:creator><description>&lt;p&gt;Thanks. So when I turn on DRIVE 1 HIGH in the device tree visual editor it reaches 2.9V, so that worked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CS PIN WHEN SET HIGH IS 1.8V, and I need at least 2.8V</title><link>https://devzone.nordicsemi.com/thread/545284?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 23:54:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcb5a7a5-7e63-4e0c-a392-4265e7dbd3b2</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;The e-ink display must have a supply above 2.8V to stop internal schottky protection diodes clamping at a lower voltage and if an interface chip is used on the e-ink display that interface must also have a supply above 2.8V unless it is a level-shifter interface. Worth measuring the e-ink supply voltage to be sure, ideally same voltage as NRF54.&lt;/p&gt;
&lt;p&gt;If e-ink voltage is correct try setting the pin to be High-Drive (not an option for all io pins).&lt;/p&gt;
&lt;p&gt;On the DK I think P1.11 is also used as a TWI SCL which needs to be disabled or disconnected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CS PIN WHEN SET HIGH IS 1.8V, and I need at least 2.8V</title><link>https://devzone.nordicsemi.com/thread/545283?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 22:57:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ce07ec1-fd97-43a9-af31-73f3a746765a</guid><dc:creator>Amaan Singh</dc:creator><description>&lt;p&gt;I did&amp;nbsp;&lt;span&gt;measured the VDD/VDDM voltage of the nRF54L15DK and it is getting 3.3V. The VDDIO is also getting 3.3V. However, I&amp;#39;m still not getting the&amp;nbsp;GPIO high voltage being equal to the VDD/VDDM voltage. I&amp;#39;m still getting 1.8V.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;----- CODE (If needed)-----&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;gpio_dev is port1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;EPD_CS_PIN is 11&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;ret = gpio_pin_configure(gpio_dev, &lt;/span&gt;&lt;span&gt;EPD_CS_PIN&lt;/span&gt;&lt;span&gt;, GPIO_OUTPUT_ACTIVE);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;gpio_pin_set(gpio_dev, &lt;/span&gt;&lt;span&gt;EPD_CS_PIN&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;1&lt;/span&gt;&lt;span&gt;); -this is setting it high to 1.8V so not sure what might be the problem.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;---------------------------------&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;I ran this in the Nordic AI and got this response:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;If you have configured VDD and VDDIO to 3.3V using the Board Configurator, the GPIOs on the nRF54L15 DK should be able to output voltages close to 3.3V when set high. This is confirmed by both the product specification and user reports: the GPIO output high voltage (VOH) is specified as VDD - 0.4V (minimum), up to VDD, depending on drive strength and load, and users have successfully set GPIOs to 3.3V using the Board Configurator app (&lt;a class="mantine-Text-root mantine-Anchor-root mantine-4g7xn9" href="https://devzone.nordicsemi.com/f/nordic-q-a/116986/gpio-voltage-level-on-nrf54l15pdk?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending" rel="noopener noreferrer" target="_blank"&gt;GPIO Voltage level on nrf54L15PDK&lt;/a&gt;;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="mantine-Text-root mantine-Anchor-root mantine-4g7xn9" href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/_tmp/nrf54l15/autodita/GPIO/parameters.elec_spec.html" rel="noopener noreferrer" target="_blank"&gt;nRF54L15 GPIO Electrical Specs&lt;/a&gt;).
&lt;div class="mantine-Text-root mantine-1v02fvs"&gt;If you are seeing only 1.8V on a pin like P1.11 despite VDDIO being 3.3V, this is not expected and suggests a board-level issue. Possible causes include:&lt;/div&gt;
&lt;ul class="mantine-List-root mantine-1ifz8gj"&gt;
&lt;li class="mantine-List-item mantine-1trgrnu"&gt;
&lt;div class="___ref-itemWrapper mantine-iwg4hh mantine-List-itemWrapper"&gt;&lt;span&gt;The Board Configurator setting was not properly applied, or the board controller firmware is outdated.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class="mantine-List-item mantine-1trgrnu"&gt;
&lt;div class="___ref-itemWrapper mantine-iwg4hh mantine-List-itemWrapper"&gt;&lt;span&gt;The pin is loaded by other components (e.g., connected to an LED, button, or external memory via solder bridges), which can pull the voltage down. Check the solder bridge configuration for your DK to ensure the pin is not shared with other circuitry (&lt;a class="mantine-Text-root mantine-Anchor-root mantine-4g7xn9" href="https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/solder_bridge.html" rel="noopener noreferrer" target="_blank"&gt;nRF54L15 DK Solder Bridge Table&lt;/a&gt;).&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class="mantine-List-item mantine-1trgrnu"&gt;
&lt;div class="___ref-itemWrapper mantine-iwg4hh mantine-List-itemWrapper"&gt;&lt;span&gt;There may be a hardware fault or misconfiguration on the DK.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="mantine-Text-root mantine-1v02fvs"&gt;&lt;strong&gt;What you can do:&lt;/strong&gt;&lt;/div&gt;
&lt;ol class="mantine-List-root mantine-1ifz8gj"&gt;
&lt;li class="mantine-List-item mantine-1trgrnu"&gt;
&lt;div class="___ref-itemWrapper mantine-iwg4hh mantine-List-itemWrapper"&gt;&lt;span&gt;Double-check that VDDIO is set to 3.3V in the Board Configurator and that the configuration has been written to the board.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class="mantine-List-item mantine-1trgrnu"&gt;
&lt;div class="___ref-itemWrapper mantine-iwg4hh mantine-List-itemWrapper"&gt;&lt;span&gt;Ensure your board controller firmware is up to date.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class="mantine-List-item mantine-1trgrnu"&gt;
&lt;div class="___ref-itemWrapper mantine-iwg4hh mantine-List-itemWrapper"&gt;&lt;span&gt;Inspect the solder bridges and board schematics to confirm that P1.11 is not connected to other loads.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class="mantine-List-item mantine-1trgrnu"&gt;
&lt;div class="___ref-itemWrapper mantine-iwg4hh mantine-List-itemWrapper"&gt;&lt;span&gt;If the above steps do not resolve the issue, it may be a hardware problem specific to your DK.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="mantine-Text-root mantine-1v02fvs"&gt;In summary, the nRF54L15 is capable of outputting at least 2.8V (up to VDDIO) on its GPIOs when properly configured. If you are not seeing this, it is likely a board configuration or hardware issue, not a limitation of the chip itself.&amp;quot;&lt;/div&gt;
&lt;div class="mantine-Text-root mantine-1v02fvs"&gt;&lt;/div&gt;
&lt;div class="mantine-Text-root mantine-1v02fvs"&gt;&lt;/div&gt;
&lt;div class="mantine-Text-root mantine-1v02fvs"&gt;I also have two DKs and they both do the same thing.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CS PIN WHEN SET HIGH IS 1.8V, and I need at least 2.8V</title><link>https://devzone.nordicsemi.com/thread/545242?ContentTypeID=1</link><pubDate>Mon, 11 Aug 2025 14:21:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a932dd1-516a-4696-9290-c34635eddee3</guid><dc:creator>Bendik Heiskel</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you measured the VDD/VDDM voltage of the nRF54L15DK? The GPIO high voltage is equal to the VDD/VDDM voltage.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When using the board configuration the config needs to be written to the board, before the VDD voltage is changed.&lt;/p&gt;
&lt;p&gt;To verify that the config has been changed I recommend reconnecting the USB debug connector after writing the config and relaunching the board configuration. The currently used config will be loaded form the board after a couple of seconds.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Bendik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>