<?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 going from dev kit to chip</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104654/nrf52832-going-from-dev-kit-to-chip</link><description>Hello, 
 I was hoping to understand how to move from programming the nrf52dk to just programming the chip by itself. 
 How does the code get modified to work with just a j-link connection to flash to the chip? 
 Is there a way to still work with the nRF</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Dec 2023 08:40:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104654/nrf52832-going-from-dev-kit-to-chip" /><item><title>RE: nRF52832 going from dev kit to chip</title><link>https://devzone.nordicsemi.com/thread/458888?ContentTypeID=1</link><pubDate>Tue, 05 Dec 2023 08:40:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33dc4033-36f5-4661-9893-84ae5f72019a</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Jared,&lt;/p&gt;
&lt;p&gt;No, there is no difference between a DK and a custom board in that regard (the DK does not even include any I2C devices). If you need an introduction to working with I2C I suggest you have a look at &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-6-serial-com-i2c/"&gt;Lesson 6 – Serial communication (I2C)&lt;/a&gt; from the nRF Connect SDK Fundamentals course on the &lt;a href="https://academy.nordicsemi.com/"&gt;Nordic Developer Academy&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 going from dev kit to chip</title><link>https://devzone.nordicsemi.com/thread/458815?ContentTypeID=1</link><pubDate>Mon, 04 Dec 2023 17:35:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69f78290-4062-4ba2-be9a-bf84ae404b9e</guid><dc:creator>jbeh444</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Are there big changes that need to happen to I2c when switching from dev kit to custom board. My Bluetooth works perfectly but my I2c doesn&amp;#39;t work could be a problem on my end, but I need to check to be sure.&lt;/p&gt;
&lt;p&gt;Thank you in advance for your help!!&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 going from dev kit to chip</title><link>https://devzone.nordicsemi.com/thread/452984?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2023 10:20:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0cdf3cd4-863c-40de-b864-1028c85d932b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Jared,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="jbeh444"]We use i2c, ADC, BLE (BAS) (FOTA), and Vbatt voltage divider.&amp;nbsp; Which board would you suggest I start with (in the boards file to modify for our custom board)? Does the nrf52dk_52832 have a good starting point or should I use one of the others nrf52_sparkfun etc?[/quote]
&lt;p&gt;I suggest starting with the DK board files, or potentially use the Create a new board wizard in VS Code and&amp;nbsp; using the DK files for reference. I would also suggest starting with a minimal configuration that does not include all your sensors, etc, just to see that you get the basics up and running. Then you can subsequently add on lager&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="jbeh444"]Our board has an nPM1100 that is connected to our nRF52832 it will use the battery sampling through the ADC and a battery sampling enable pin. The nrf52832 will have an i2c connection to the BMA456.[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;You can refer to the Thingy:53 board files for an example of using&amp;nbsp;nPM1100.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="jbeh444"]What SWD debuggers would you suggest for custom boards (I believe ours is using a 20 pin 1.27mm pitch) that work with nRF Connect?[/quote]
&lt;p&gt;I suggest that you use a Segger debugger of some sort, as that is what is supported by our tools (in some cases it is enough to use a DK as a debugger, via the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf52832_dk/UG/dk/hw_debug_out_segger53.html"&gt;Debug out port&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 going from dev kit to chip</title><link>https://devzone.nordicsemi.com/thread/452881?ContentTypeID=1</link><pubDate>Sat, 28 Oct 2023 22:56:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02d43f9e-2ade-4998-9e02-df2ba9170ad1</guid><dc:creator>jbeh444</dc:creator><description>&lt;p&gt;I believe we are using DCDC and are using an external LFXO.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have been going through the link you have provided but have some questions.&lt;/p&gt;
&lt;p&gt;We use i2c, ADC, BLE (BAS) (FOTA), and Vbatt voltage divider.&amp;nbsp; Which board would you suggest I start with (in the boards file to modify for our custom board)? Does the nrf52dk_52832 have a good starting point or should I use one of the others nrf52_sparkfun etc?&lt;/p&gt;
&lt;p&gt;Our board has an nPM1100 that is connected to our nRF52832 it will use the battery sampling through the ADC and a battery sampling enable pin. The nrf52832 will have an i2c connection to the BMA456.&lt;/p&gt;
&lt;p&gt;What SWD debuggers would you suggest for custom boards (I believe ours is using a 20 pin 1.27mm pitch) that work with nRF Connect?&lt;/p&gt;
&lt;p&gt;Thank you for all of your help.&lt;/p&gt;
&lt;p&gt;Best regards and thank you for your great help!&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 going from dev kit to chip</title><link>https://devzone.nordicsemi.com/thread/450305?ContentTypeID=1</link><pubDate>Fri, 13 Oct 2023 12:58:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2743917d-9cef-4678-813d-671ec95f0e48</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is no fundamental difference between programming a development kit or a custom board, both happen via a SWD debugger (which happens to be on-board on the DK). However, example projects for the DK will typically not match your custo board, so you will have to adjust the project accordingly.&lt;/p&gt;
[quote user=""]&lt;p&gt;Is there a way to still work with the nRF Connect or should I move to a different IDE?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Yes, you can (and should) still use the nRF Connect SDK.&lt;/p&gt;
[quote user=""]How does the code need to be modified to work without the dev kit?[/quote]
&lt;p&gt;However, you need to make&amp;nbsp;your own board files for your &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/config_and_build/board_support.html#custom-boards"&gt;custom board&lt;/a&gt;, which describe the pin configuration, etc. You also need to adjust the clock configuration if you don&amp;#39;t use a external LFXO, and disable the DCDC if you don&amp;#39;t have the&amp;nbsp;inductors&amp;nbsp;that are needed on your custom board. Then, make sure you build your project for the custom board in stead of the DK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>