<?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>code is uploading to controller but not giving the expected output</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105450/code-is-uploading-to-controller-but-not-giving-the-expected-output</link><description>I am seeking help to set up a BMD Module. I have set up a BMD- 300 Module with the following wire connections. SWCLK , SWDIO , VCC , GND. 
 I am just trying to bring this in the running condition that is why a simple code is uploaded using the J-link</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Nov 2023 08:35:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105450/code-is-uploading-to-controller-but-not-giving-the-expected-output" /><item><title>RE: code is uploading to controller but not giving the expected output</title><link>https://devzone.nordicsemi.com/thread/455064?ContentTypeID=1</link><pubDate>Fri, 10 Nov 2023 08:35:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ec8326d-4797-42d5-92f0-af228214e2c4</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Glad to hear it works for you and thanks for the kind message. I will close the ticket&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: code is uploading to controller but not giving the expected output</title><link>https://devzone.nordicsemi.com/thread/455046?ContentTypeID=1</link><pubDate>Fri, 10 Nov 2023 04:30:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02205ec4-1c11-41b0-b0a5-198db4591ee9</guid><dc:creator>Usama Tahir</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/runsiv"&gt;runsiv&lt;/a&gt;&amp;nbsp;I hope you are well.&lt;/p&gt;
&lt;p&gt;I wanted to appreciate your support and coordination in this regard.&lt;/p&gt;
&lt;p&gt;The update on the issue is that this issue has been resolved and code is working properly.&lt;/p&gt;
&lt;p&gt;You are go a head to close this ticket&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: code is uploading to controller but not giving the expected output</title><link>https://devzone.nordicsemi.com/thread/454933?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2023 14:00:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ed7c863-1b9a-4d83-bbde-2d0266ed7627</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;Just a quick update, still looking into your issue. Just a quick question. Could you try to enable CONFIG_GPIO_NRFX=y&amp;nbsp; as you are using the nrfx&amp;nbsp;drivers&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: code is uploading to controller but not giving the expected output</title><link>https://devzone.nordicsemi.com/thread/454486?ContentTypeID=1</link><pubDate>Tue, 07 Nov 2023 14:03:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62a3b0d7-a12a-4844-b1c6-d2b255625df9</guid><dc:creator>Usama Tahir</dc:creator><description>&lt;p&gt;Hi Runar. Thank you for your reply.&lt;/p&gt;
&lt;p&gt;I am using BMD-300 module which has nRF-52832 SoC.&lt;/p&gt;
&lt;p&gt;I have two fiile in Kconfig folder. 1)prj.conf 2)&amp;nbsp;ubx_bmd300eval_nrf52832_defconfig&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;In prg.confg file i have following code&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_GPIO&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;In&amp;nbsp;&lt;span&gt;&lt;span&gt;&amp;nbsp;ubx_bmd300eval_nrf52832_defconfig file. I have following code&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# SPDX-License-Identifier: Apache-2.0&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SOC_SERIES_NRF52X&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SOC_NRF52832_QFAA&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BOARD_UBX_BMD300EVAL_NRF52832&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Enable MPU&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_ARM_MPU&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Enable hardware stack protection&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_HW_STACK_PROTECTION&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Enable RTT&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_USE_SEGGER_RTT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# enable GPIO&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_GPIO&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# enable uart driver&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SERIAL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# enable console&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_CONSOLE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_UART_CONSOLE&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;CONFIG_PINCTRL&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I have tried your given configuration in both of config file one by one but stull&amp;nbsp; not working.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: code is uploading to controller but not giving the expected output</title><link>https://devzone.nordicsemi.com/thread/454443?ContentTypeID=1</link><pubDate>Tue, 07 Nov 2023 12:22:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2eda2a96-c724-4c6a-b232-3a38d2518b96</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi Muhammed&lt;/p&gt;
&lt;p&gt;Can you post your prj.conf?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Which device did you build your application for?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you try to rebuild your application with the following kconfig&lt;/p&gt;
&lt;p&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION=y&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>