<?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>nRF52840-QIAA Shematic evaluation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73901/nrf52840-qiaa-shematic-evaluation</link><description>Hi Nordic, Please, I am doing a design with nRF52840 and would like to be clear on a few points. Attached is the electrical diagram . 
 Point 1 For the power supply I am using a schematic as shown in figure 16 (page 63) of the datasheet and also used</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Apr 2021 12:20:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73901/nrf52840-qiaa-shematic-evaluation" /><item><title>RE: nRF52840-QIAA Shematic evaluation</title><link>https://devzone.nordicsemi.com/thread/305092?ContentTypeID=1</link><pubDate>Thu, 15 Apr 2021 12:20:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85409d35-f9de-4a28-a538-2941365d77c2</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Happy to help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840-QIAA Shematic evaluation</title><link>https://devzone.nordicsemi.com/thread/304938?ContentTypeID=1</link><pubDate>Wed, 14 Apr 2021 21:00:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51a4a61c-5ec5-47a1-82f8-1e0b54b39267</guid><dc:creator>Alberto Garcia Giro</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span&gt;Marjeris,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sincerely thankou very much for your great and clear answere!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840-QIAA Shematic evaluation</title><link>https://devzone.nordicsemi.com/thread/304935?ContentTypeID=1</link><pubDate>Wed, 14 Apr 2021 20:42:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fb4c06d-82fb-4ec6-8207-76f1beaf0d9b</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Alberto,&lt;/p&gt;
[quote user=""]Point 1&lt;br /&gt;For the power supply I am using a schematic as shown in figure 16 (page 63) of the datasheet and also used in the nRF52840 Development Kit. Hi Voltage Mode, DC/DC for REG0 and REG1 enabled. &lt;br /&gt;In this scheme the power input is 3.3V on VDDH (only this pin Y2), while all the VDD pins are power output from the nRF52840.&amp;nbsp; I am not using VDD to power any other circuitry external to the nRF52840. &lt;br /&gt;1-) Is this correct? Just have the VDDH pin (Y2) as power input. [/quote]
&lt;p&gt;Yes, in High voltage mode, as we call this configuration, the supply voltage is only connected to the VDDH pin and the VDD pin is not connected to any voltage supply. See &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/power.html?cp=4_0_0_4_2_0#topic"&gt;https://infocenter.nordicsemi.com/topic/ps_nrf52840/power.html?cp=4_0_0_4_2_0#topic&lt;/a&gt;&lt;/p&gt;
[quote user=""]2-) According I understood with this power supply topology the DIO voltage levels can be configured. Am I right? [/quote]
&lt;p&gt;&amp;nbsp;Yes, in High Voltage mode the GPIO high level equals the level specified in register &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/uicr.html#register.REGOUT0"&gt;REGOUT0&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
[quote user=""]3-) I need to use two independent UART interfaces, can I set the voltage level on one interface to 1.8V and on the other interface to 3.3V? Or both UART interfaces must work at the same voltage level (3.3V preferably)?[/quote]
&lt;p&gt;Not possible, REGOUT0 will set the high voltage level for all GPIO.&lt;/p&gt;
[quote user=""]Point 2&lt;br /&gt;In my application I need to use two independent UART communications, as I read in the datasheet the UART signals can be routed to any DIO pin.I named each interface UARTA and UARTB. So I have connected&lt;br /&gt;UARTB_TX -&amp;gt; P0.30 (B9)&lt;br /&gt;UARTB_RX -&amp;gt; P0.28 (B11)&lt;br /&gt;UARTA_TX -&amp;gt; P0.29 (A10)&lt;br /&gt;UARTA_RX -&amp;gt; P0.02 (A12)&lt;br /&gt;UARTA__CTS -&amp;gt; P1.15 (A14)&lt;br /&gt;UARTA_RTS -&amp;gt; P1.13(A16)&lt;br /&gt;&lt;br /&gt;1-) Are the connections correct?[/quote]
&lt;p&gt;&amp;nbsp;Looks good.&lt;/p&gt;
[quote user=""]2-) Can I use two independent UART interfaces without shared resources conflict?[/quote]
&lt;p&gt;&amp;nbsp;Yes. UARTE0 and UARTE1 have different peripheral IDs so they do not share resources, see the instantiation table: &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/memory.html?cp=4_0_0_3_1_3#topic"&gt;https://infocenter.nordicsemi.com/topic/ps_nrf52840/memory.html?cp=4_0_0_3_1_3#topic&lt;/a&gt; &lt;/p&gt;
[quote user=""]Point 3&lt;br /&gt;1-) If the USB interface is not used, can the USB pins be left open?[/quote]
&lt;p&gt;&amp;nbsp;Yes, you can let the DECUSB, D+ and D- floating and I recommend grounding VUSB as shown in the reference design:&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1618432235152v1.png" alt=" " /&gt;&lt;/p&gt;
[quote user=""]&lt;p&gt;Point 4-)&lt;/p&gt;
&lt;p&gt;On pin 1 of the programming connectors (debug in and trace P18, P25), what should I connect VDDH or VDDD?&lt;/p&gt;[/quote]
&lt;p&gt;From Segger website: &lt;a href="https://www.segger.com/products/debug-probes/j-link/technology/interface-description/"&gt;https://www.segger.com/products/debug-probes/j-link/technology/interface-description/&lt;/a&gt; &lt;br /&gt;Pin 1 is the target reference voltage. It is used to check if the target has power, to create the logic-level reference for the input comparators and to control the output logic levels to the target. It should match the GPIO high voltage level.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>