<?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>Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91424/accessing-the-nrf52820-pins</link><description>Hello all 
 I am porting the code from the nRF52DK to the nrf52820, and so far so good, however, I am having a question, when configuring the TWI, will this get me the right PINS, for instance, according to the module manufacturer I should be accessing</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Aug 2022 19:36:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91424/accessing-the-nrf52820-pins" /><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/384212?ContentTypeID=1</link><pubDate>Wed, 31 Aug 2022 19:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5e25289-e424-4c99-9f5e-abf125b7f70b</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;Hi MuRa,&lt;br /&gt;&lt;br /&gt;sorry to place the reply here, this site&amp;nbsp;sometimes does not show the reply button under recent tickets. ????&lt;/p&gt;
&lt;p&gt;F5 =&amp;gt; P0.02&lt;br /&gt;F7 =&amp;gt; P0.08&lt;/p&gt;
&lt;p&gt;Lets say I would like to assign the TWI, namely F5 = SDA and the F7 = SCL ... not really sure how to consider the in/out properties of the TWI.. with regard to the GPIO configuration...&lt;/p&gt;
&lt;p&gt;then just change some code in my given example (see&amp;nbsp;earlier posts)&lt;br /&gt;&lt;br /&gt;const uint32_t scl_pin = NRF_GPIO_PIN_MAP(0, 2); /*port-0 pin2 (= F5) */&amp;nbsp; &amp;nbsp;&lt;br /&gt;const uint32_t sda_pin = NRF_GPIO_PIN_MAP(0, 8); /*port-0 pin8&amp;nbsp; (=F7) */&lt;br /&gt;&lt;br /&gt;By doing this the&amp;nbsp;nrf52820 will route (internally) the&amp;nbsp;pin F5/F7 not to the GPIO but to the TWImaster.&lt;br /&gt;so no worry about gpio input/output (they do not exist then.&lt;br /&gt;&lt;br /&gt;2nd question: about testing.&lt;br /&gt;I think about&amp;nbsp;attaching a oscilloscope (or my favorite Saleae a logic analyzer) to the F5 and F7 and check the signals.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;&amp;nbsp; &amp;nbsp;nRF5xFanBoy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383825?ContentTypeID=1</link><pubDate>Tue, 30 Aug 2022 08:55:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12d21390-b3e5-4823-9988-53af18c1b940</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;nRF5xFanBoy and thanks for your reply!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I thought the question is more clear now :)&amp;nbsp;&lt;/p&gt;
[quote userid="117866" url="~/f/nordic-q-a/91424/accessing-the-nrf52820-pins/383788"]Do you known which port/pins (based upon your electrical drawing)&amp;nbsp;do you like to assign to the TWI ?[/quote]
&lt;p&gt;Yes, I do! So, if we are looking at the posted el. schematics already here then these are E1, E2, F3, F5, F7 , while on the right hand side are the available nrf52820 pins, see below:&lt;/p&gt;
&lt;p&gt;E1 =&amp;gt; P0.14&amp;nbsp;&lt;/p&gt;
&lt;p&gt;E2 =&amp;gt; P0.20&lt;/p&gt;
&lt;p&gt;F3 =&amp;gt; &amp;quot;not sure what&amp;nbsp;should be used here&amp;quot;&lt;/p&gt;
&lt;p&gt;F5 =&amp;gt; P0.02&lt;/p&gt;
&lt;p&gt;F7 =&amp;gt; P0.08&lt;/p&gt;
&lt;p&gt;Lets say I would like to assign the TWI, namely F5 = SDA and the F7 = SCL ... not really sure how to consider the in/out properties of the TWI.. with regard to the GPIO configuration...&lt;/p&gt;
&lt;p&gt;So, can you quickly shoot an example of how to configure the GPIOs for that? In addition, how would you test, with software, if my GPIOs are healthy either for input or output.&lt;/p&gt;
&lt;p&gt;Will have to look at the links provided.&lt;/p&gt;
&lt;p&gt;Best.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383788?ContentTypeID=1</link><pubDate>Tue, 30 Aug 2022 07:06:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12466356-b04b-4c7c-8616-d5b734741a44</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi MuRa,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;Great an easy question :)&amp;nbsp; &amp;nbsp;Yes&amp;nbsp;the nordic Micrcontroller is very flexible in routing pins to a specific source (like TWI or SPI or GPIO etc.)&lt;br /&gt;&lt;br /&gt;Do you known which port/pins (based upon your electrical drawing)&amp;nbsp;do you like to assign to the TWI ?&lt;br /&gt;&lt;br /&gt;more details information on the TWI&amp;nbsp;&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fhardware_driver_twi.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fhardware_driver_twi.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;For example :&lt;br /&gt;I will pick the pins 4 &amp;amp; 5 because they are not used and are free (as you can see in you &lt;span&gt;your electrical drawing)&amp;nbsp;&lt;/span&gt;&lt;br /&gt;So I in my code below I do assign port/pin P0.04 +&amp;nbsp;&lt;span&gt;P0.05 as scl &amp;amp; sda for the twi - master.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;nrf_drv_twi_t twi_drv;

const uint32_t scl_pin = NRF_GPIO_PIN_MAP(0, 4); /*port-0 , pin4* /
const uint32_t sda_pin = NRF_GPIO_PIN_MAP(0, 5); /*port-0 , pin5 */

const nrf_drv_twi_config_t config =
{
.scl = scl_pin,
.sda = sda_pin,
.frequency = (nrf_drv_twi_frequency_t)frequency, // give a value
.interrupt_priority = APP_IRQ_PRIORITY_HIGH,
.clear_bus_init = false,
.hold_bus_uninit = false
};

if ( NRF_SUCCESS != nrf_drv_twi_init( &amp;amp;twi_drv, &amp;amp;config, NULL, NULL ) )
{
  // error
}
else
{
  nrf_drv_twi_enable( &amp;amp;twi_drv_ );
}

&lt;/pre&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;br /&gt;Hope my answer does help you, have a nice (coding) day.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; nRF5xFanBoy&lt;br /&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383749?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 19:22:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f6f590b-82b5-409d-a7dd-a89106c1c350</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;Hello all,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I think I have to change the question here, to aim at what I am looking for :) for example, I am looking at how to configure the GPIOs on the module that is based on the nrf52820 !&lt;/p&gt;
&lt;p&gt;For example, on particular GPIOs I want to have the TWI &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On other GPIOs I want to have the interrupt, while on others I would like to blink the led, and so on...&lt;/p&gt;
&lt;p&gt;So, how to configure the GPIOs on the nrf52820 with the nrf52sdk is the question , right?&lt;/p&gt;
&lt;p&gt;Looking forward to any ideas, suggestions how to tackle this...&lt;/p&gt;
&lt;p&gt;Best.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383747?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 18:55:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2223d52-1302-456a-ad46-e6c6a789f17a</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;Hi and thank you for your input!&lt;/p&gt;
&lt;p&gt;I will try to answer your questions and elaborate what I had in mind.&lt;/p&gt;
[quote userid="117866" url="~/f/nordic-q-a/91424/accessing-the-nrf52820-pins/383744"]&lt;p&gt;On page 10 you will see the pins identifiers C4 &amp;amp; C5 (not handy labels for software people ;-)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Not sure what are you aiming here? btw SWDCLK, SWDIO , works ok, I can easily program the module.&amp;nbsp;&lt;/p&gt;
[quote userid="117866" url="~/f/nordic-q-a/91424/accessing-the-nrf52820-pins/383744"]I only do not see any official TWI&amp;nbsp;(i2c) pins coming out of the microcontroller /&amp;nbsp;PAN1781 module.&lt;br /&gt;[/quote]
&lt;p&gt;I do not see it either, this is why I am looking at how to use the available GPIOs ... I think the GPIOs can be used for TWI...&lt;/p&gt;
[quote userid="117866" url="~/f/nordic-q-a/91424/accessing-the-nrf52820-pins/383744"]It tells you that it is impossble to use theese pins as a normal TWI pins?&lt;br /&gt;[/quote]
&lt;p&gt;I am not trying to use the SWD..pins for the TWI...&lt;/p&gt;
[quote userid="117866" url="~/f/nordic-q-a/91424/accessing-the-nrf52820-pins/383744"]unclear what you want with the TWI on the pan1781 route to the swd pins?[/quote]
&lt;p&gt;See above...&lt;/p&gt;
[quote userid="117866" url="~/f/nordic-q-a/91424/accessing-the-nrf52820-pins/383744"]2nd&amp;nbsp;question&amp;nbsp; &lt;em&gt;&amp;quot;&lt;/em&gt;&lt;span&gt;&lt;em&gt;I have tried to toggle the P0.14&amp;nbsp;....&amp;nbsp;&amp;nbsp;&amp;nbsp;now I would like to do the same with the P0.20?&amp;quot;&lt;/em&gt;&lt;br /&gt;The the answer is simple&amp;nbsp;&lt;br /&gt;nrf_gpio_pin_write(12, 1); // to make the gpio&amp;nbsp; level high (assume&amp;nbsp;positive signal level.)&lt;br /&gt;nrf_gpio_pin_write(12, 0);&amp;nbsp;// to make the gpio&amp;nbsp; level&amp;nbsp;low&amp;nbsp;&lt;/span&gt;[/quote]
&lt;p&gt;Thank you for that, it makes sense!&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
[quote userid="117866" url="~/f/nordic-q-a/91424/accessing-the-nrf52820-pins/383744"]The names are copied from the FT232R chip datasheet [/quote]
&lt;p&gt;Thanks for that , will have a look...&lt;/p&gt;
&lt;p&gt;Thanks and the same!&lt;/p&gt;
&lt;p&gt;Best.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383744?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 18:13:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e9db5c8-adb7-45ef-ba11-c5c43e85ae6d</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;Hi MuRa,&lt;br /&gt;&lt;br /&gt;Sorry for the late feedback (i had a long ad hoc meeting ;-)&lt;br /&gt;&lt;br /&gt;mmh&amp;nbsp;this electronic drawing is not very clear in the pin naming (it&amp;#39;s a good puzzle)&lt;br /&gt;You just need to hunt all the chip&amp;#39;s proper datahseets and collect all the information.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;1st question about the twi_config / pins&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Looking at the PAN1781 product datahseet&lt;br /&gt;&lt;a href="https://nl.mouser.com/pdfDocs/IntegrationGuideRFModulePAN1781Series052421.pdf"&gt;nl.mouser.com/.../IntegrationGuideRFModulePAN1781Series052421.pdf&lt;/a&gt;&lt;br /&gt;On page 10 you will see the pins identifiers C4 &amp;amp; C5 (not handy labels for software people ;-)&lt;/p&gt;
&lt;p&gt;if you&amp;nbsp;search the labels in the &lt;span&gt;WM PAN1781 Product Specification.pdf&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;a id="" href="https://mediap.industry.panasonic.eu/assets/custom-upload/Devices/Wireless%20Connectivity/Bluetooth%20Low%20Energy%20Modules/PAN1781/WM%20PAN1781%20Product%20Specification.pdf"&gt;https://mediap.industry.panasonic.eu/assets/custom-upload/Devices/Wireless%20Connectivity/Bluetooth%20Low%20Energy%20Modules/PAN1781/WM%20PAN1781%20Product%20Specification.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On page 11&amp;nbsp; you will find:&lt;br /&gt;C4 = SWDIO , Digital BI,&amp;nbsp; Serial Wire Data I/O&lt;br /&gt;C5 = SWDCLK, Digital IN,&amp;nbsp; Serial Wire Data Clock&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I only do not see any official TWI&amp;nbsp;(i2c) pins coming out of the microcontroller /&amp;nbsp;PAN1781 module.&lt;br /&gt;I only see the SWDCLK &amp;amp; SWDIO. &lt;br /&gt;As you can see in the datasheet of the Nordic nrf52820&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/pdf/nRF52820_OPS_v0.7.pdf"&gt;https://infocenter.nordicsemi.com/pdf/nRF52820_OPS_v0.7.pdf.&lt;br /&gt;&lt;/a&gt;It tells you that it is impossble to use theese pins as a normal TWI pins?&lt;br /&gt;More information on the control access port (for the debug access port) is on page 43&lt;br /&gt;&lt;br /&gt;unclear what you want with the TWI on the pan1781 route to the swd pins?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;2nd&amp;nbsp;question&amp;nbsp; &lt;em&gt;&amp;quot;&lt;/em&gt;&lt;span&gt;&lt;em&gt;I have tried to toggle the P0.14&amp;nbsp;....&amp;nbsp;&amp;nbsp;&amp;nbsp;now I would like to do the same with the P0.20?&amp;quot;&lt;/em&gt;&lt;br /&gt;The the answer is simple&amp;nbsp;&lt;br /&gt;nrf_gpio_pin_write(12, 1); // to make the gpio&amp;nbsp; level high (assume&amp;nbsp;positive signal level.)&lt;br /&gt;nrf_gpio_pin_write(12, 0);&amp;nbsp;// to make the gpio&amp;nbsp; level&amp;nbsp;low&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;3rd question: &lt;em&gt;&amp;quot;reach the pin F3&amp;quot;&lt;br /&gt;The names are copied from the FT232R chip datasheet (&lt;a id="" href="https://nl.mouser.com/datasheet/2/163/DS_FT232R-11534.pdf"&gt;https://nl.mouser.com/datasheet/2/163/DS_FT232R-11534.pdf&lt;/a&gt; see page 7)&lt;br /&gt;The USB D- wire is called at the&amp;nbsp;FT232RQ -&amp;gt; pin no. 15 USB Data Signal Plus&lt;/em&gt;&lt;em&gt;&lt;br /&gt;The USB D+ wire is called at the&amp;nbsp;FT232RQ -&amp;gt; pin no. 16 USB Data Signal&amp;nbsp;Minus&amp;nbsp;&lt;br /&gt;&lt;br /&gt;The &amp;#39;M&amp;#39; perhaps&amp;nbsp;indicate the PAN1781 is a bus-Master (or MCU) on this interface?&lt;br /&gt;I am not sure, my advise, just&amp;nbsp;try to follow the interfacing as is described in the&amp;nbsp;FT232R chip datasheet.&lt;br /&gt;&lt;br /&gt;Thanks for the nice puzzle&lt;br /&gt;&lt;br /&gt;Hope my answers do help you, have a nice day.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; nRF5xFanBoy&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383704?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:57:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af10e167-a0a0-4883-a5e9-c6f71c525ac5</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;The el schematics is here:&amp;nbsp;&lt;a href="https://pideu.panasonic.de/development-hub/pan1781/downloads/PAN1781%20EVB%20Schematics.pdf"&gt;New Output (panasonic.de)&lt;/a&gt;&amp;nbsp;!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383703?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:55:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4d55f67-2bee-4fb3-8a2e-e6944020ac1c</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;There is no rest of the hardware, this is a prototype :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383702?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:54:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42c9ebd6-48e5-48f9-bed4-84bec8f82e21</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;True that, I am looking at the el. schematics, ok, for example, how can someone enable or use the pin P0.20?&lt;/p&gt;
&lt;p&gt;for example, I have tried to toggle the P0.14 with the&amp;nbsp;nrf_gpio_pin_write(14, 1); //P(0.14)&amp;nbsp; &amp;nbsp;/&amp;nbsp;nrf_gpio_pin_clear(14); the led, so, now I would like to do the same with the P0.20?&lt;/p&gt;
&lt;p&gt;Further more, I am trying to reach the pin F3, have a look at the attached pic, but not sure what M P stands for?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Was hopping that the GPIO could be assigned via software ...&lt;img style="max-height:240px;max-width:640px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1280x480/__key/communityserver-discussions-components-files/4/pan_5F00_el_5F00_connections.png" /&gt;&lt;/p&gt;
&lt;p&gt;BEST.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383697?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:48:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d5cbbb8-d294-4b44-a4e7-e2a71aba1f22</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;Hi Mura,&lt;br /&gt;&lt;span&gt;&lt;br /&gt;Do you have an electrical drawing of your board because it &lt;br /&gt;holds the answer to you question of the TWI port/pins.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;nRF5xFanBoy&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383696?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:45:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22c8dcca-be54-4d6f-8337-a7a0325ebfde</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;Hi Mura,&lt;br /&gt;&lt;br /&gt;Panasonic PAN1781 is just a&amp;nbsp;module.&lt;br /&gt;What is vendor of the rest of the hardware?&lt;br /&gt;&lt;br /&gt;One of advantage of the Noridc micrcontroller nrf52 is you can configure the routing of IO pins.&lt;br /&gt;So they are not fixed, yet.&lt;br /&gt;The TWI port/pins of&amp;nbsp;the nrf52820 inside the pan1781 module are becoming fixed&amp;nbsp;by solder the pan1781 and&amp;nbsp;external parts onto the PCB.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thus a electrical drawing of your board is mandatory to find out the TWI port/pins.&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;nRF5xFanBoy&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383685?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:30:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b06458d0-4eb3-4693-9365-bca90a11672d</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;PAN1781&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383684?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:30:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc7ae290-80ee-4212-9888-2f1fe3a1cab0</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;What vendor/brand is the board with your nrf52820&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383683?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:29:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fd2f4b9-3245-4f60-8b26-aab7b714e2fb</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;Hi MuRa,&lt;br /&gt;&lt;br /&gt;The correct way to be sure what pin/port is used is to look &amp;amp; check with the electrical drawing of your board.&lt;br /&gt;Sometimes it is easy because the make has written the silkscreen text&amp;nbsp;on the PCB (like with the nRF52DK)&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;nRF5xFanBoy&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383677?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:20:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8900b803-5fbb-4351-9071-83a2381c9c28</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;Hey and cheers,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;so the number 8 and 2 could be easily used?&amp;nbsp;&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383676?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:18:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1796bd2-8a08-4862-99cc-e86f4fe9ddc1</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;Hi MuRa,&lt;br /&gt;&lt;br /&gt;nrf gpio are always made up of a combination of port &amp;amp; pin number.&amp;nbsp;&lt;br /&gt;thus ..&amp;nbsp;&lt;br /&gt;&lt;span&gt;&lt;em&gt;&amp;quot;the numbers 26 and 27 are simply used, as 26 and 27&amp;quot;&lt;/em&gt;&lt;br /&gt;simply implies the port value is zero (0)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Kind regards,&lt;br /&gt;&amp;nbsp; &amp;nbsp;nRF5xFanBoy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Accessing the nrf52820 pins</title><link>https://devzone.nordicsemi.com/thread/383674?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 12:16:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:814463fc-d20b-40de-945d-27f1524d100e</guid><dc:creator>MuRa</dc:creator><description>&lt;p&gt;For example, if I want to use certain ports, for the LED, as gpio they need to be initialized, like that&amp;nbsp;bsp_board_init(BSP_INIT_LEDS); otherwise it does not work ...&lt;/p&gt;
&lt;p&gt;Just a hint ...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>