<?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>NRF52832 Blinky example code problem.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55254/nrf52832-blinky-example-code-problem</link><description>Hi I am new to NRF52832, I tested the Blinky example code but only Pin 8 and 9 work. Other I/O pins (4,5,6,7) have no response. Please help.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Dec 2019 00:02:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55254/nrf52832-blinky-example-code-problem" /><item><title>RE: NRF52832 Blinky example code problem.</title><link>https://devzone.nordicsemi.com/thread/224042?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2019 00:02:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57f41eb4-13fd-49c7-9f15-f4a3a03ac6a9</guid><dc:creator>Ibery</dc:creator><description>&lt;p&gt;I think I&amp;#39;ve found the problem. I am using our PCBA which has a QFN48 NRF52832 while the PCA10040 use QFP-100 pin IC.&lt;/p&gt;
&lt;p&gt;My next question is how can I can change the IC to QFN48?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Blinky example code problem.</title><link>https://devzone.nordicsemi.com/thread/224037?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 21:40:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcf2b3ed-50bf-484f-b685-a83ce5d71ec3</guid><dc:creator>Ibery</dc:creator><description>&lt;p&gt;Thanks for your reply. I just measured the voltage on the board. If I set &lt;strong&gt;bsp_board_led_on(2)&lt;/strong&gt;&amp;nbsp;it turns on &lt;strong&gt;OUT1&lt;/strong&gt; and &lt;span&gt;&lt;strong&gt;bsp_board_led_on(3)&lt;/strong&gt;&amp;nbsp;it turns on &lt;strong&gt;OUT2. &lt;/strong&gt;It seems that the command does not map to the correct I/O pins.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;Here is my code:&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;pca10040.h&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;// LEDs definitions for PCA10040&lt;br /&gt;#define LEDS_NUMBER 7&lt;/p&gt;
&lt;p&gt;#define OUT1 9&lt;br /&gt;#define OUT2 8&lt;br /&gt;#define OUT3 7&lt;br /&gt;#define OUT4 6&lt;/p&gt;
&lt;p&gt;#define OUT_R 10&lt;br /&gt;#define OUT_B 11&lt;br /&gt;#define OUT_G 12&lt;/p&gt;
&lt;p&gt;#define LEDS_ACTIVE_STATE 1&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#define LEDS_INV_MASK LEDS_MASK&lt;/p&gt;
&lt;p&gt;#define LEDS_LIST { OUT1, OUT2, OUT3, OUT4, OUT_R, OUT_B, OUT_G}&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;main.c&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;int main(void)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;/* Configure board. */&amp;nbsp;&lt;br /&gt; bsp_board_init(BSP_INIT_LEDS);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;/* Toggle LEDs. */&lt;br /&gt; while (true)&lt;br /&gt; {&lt;br /&gt;&amp;nbsp; &amp;nbsp; for (int i = 0; i &amp;lt; LEDS_NUMBER; i++)&lt;br /&gt; {&lt;br /&gt;&amp;nbsp; bsp_board_led_invert(i);&lt;br /&gt;&amp;nbsp; nrf_delay_ms(100);&lt;br /&gt; }&lt;br /&gt; }&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Debugger: IAR J-Link&lt;/strong&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;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Blinky example code problem.</title><link>https://devzone.nordicsemi.com/thread/223809?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 09:24:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9aa7dd8-5376-46cd-96f3-95554ff670f2</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Would be very helpful to show us what code changes you did and what you expect the output to be on other pins (4,5,6,7)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>