<?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>board support package(bsp) Issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9679/board-support-package-bsp-issue</link><description>main.c HI Nordic,
I don&amp;#39;t want bsp.c in my project. So I removed the bsp.c and included custom_board as mentioned in devzone.nordicsemi.com/.../ 
I am also using UART for communication. so I add #include &amp;quot;app_uart.h&amp;quot; in main.c
changed
#if defined</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Oct 2015 09:48:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9679/board-support-package-bsp-issue" /><item><title>RE: board support package(bsp) Issue</title><link>https://devzone.nordicsemi.com/thread/35794?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2015 09:48:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b624d0a5-01a4-41f1-bea1-622992155dfc</guid><dc:creator>lakshman</dc:creator><description>&lt;p&gt;Found the issue.
err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS, APP_TIMER_TICKS(100, APP_TIMER_PRESCALER),NULL);
after removing bsp package. I forget to remove below code.
APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;Thank you for your support.&lt;/p&gt;
&lt;p&gt;Regards
Lakshman,PMP,PMI-RMP&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: board support package(bsp) Issue</title><link>https://devzone.nordicsemi.com/thread/35793?ContentTypeID=1</link><pubDate>Tue, 13 Oct 2015 02:03:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0a34fec-1776-4c47-96bc-79692b80dcb1</guid><dc:creator>lakshman</dc:creator><description>&lt;p&gt;HI Aryan,
Thanks for your reply. Its working with uart example SDKXX\example\peripheral\uart. But the program not using interrupt.
Moreover I am using the ble_uart_c as central. please find the attached main.c&lt;/p&gt;
&lt;p&gt;1.removed app_gpiote.h and added nrf_drv_gpiote.h &amp;amp; app_uart.h
2.added Options for target --&amp;gt;......\compon&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5086.main.c"&gt;main.c&lt;/a&gt;ents\ble\ble_services\ble_uart_c (created folder and added ble_uart.c &amp;amp; ble_uart.h
above 2 steps to avoid compilation error&lt;/p&gt;
&lt;ol start="3"&gt;
&lt;li&gt;//Lakshman if i remove below two line UART wont work.
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE, NULL);
err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS, APP_TIMER_TICKS(100, APP_TIMER_PRESCALER),NULL);&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;kindly advise.
I don&amp;#39;t want timer and bsp package. I planned to control the gpio directly.&lt;/p&gt;
&lt;p&gt;Thanks and Regards
Lakshman,PMP,PMI-RMP&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note : unable add main.c file in add a comment. please find main.c in intial question&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: board support package(bsp) Issue</title><link>https://devzone.nordicsemi.com/thread/35792?ContentTypeID=1</link><pubDate>Mon, 12 Oct 2015 11:19:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:563b6bab-420e-4d88-ad76-68c19ab8a9bb</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;can you check first if you can run the uart example SDKXX\example\peripheral\uart? That is not using any bsp or timer modules&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>