<?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>How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/24380/how-to-wire-i2c-for-nrf-51822-with-mpu-9250-what-sdk-should-i-use</link><description>nRF5_SDK_11.0.0_89a8197 - with MPU.7z this is how my nRF go studio looks with example blinky and works well.
 nRF5_SDK_11.0.0_89a8197 - Copy.7z I am trying to wire NRF 51822 over I2C with MPU 9250. If I should use the GPIO&amp;#39;s where should I initialize</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Jul 2018 05:06:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/24380/how-to-wire-i2c-for-nrf-51822-with-mpu-9250-what-sdk-should-i-use" /><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/139354?ContentTypeID=1</link><pubDate>Mon, 09 Jul 2018 05:06:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45cf39b1-7d27-40cb-8587-ab30fb445fc6</guid><dc:creator>vohra alihussain</dc:creator><description>&lt;p&gt;hello sigurd,&lt;/p&gt;
&lt;p&gt;I am not able to see the data of mpu on my nrf tool box app...is that need any configuration..&lt;/p&gt;
&lt;p&gt;the data is available on putty...&lt;/p&gt;
&lt;p&gt;but I want it on the phone&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96010?ContentTypeID=1</link><pubDate>Tue, 03 Oct 2017 08:18:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26d6bbb6-06f7-49b6-88e2-e1d06a223460</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Have you seen the tutorials on this &lt;a href="https://devzone.nordicsemi.com/tutorials/"&gt;page&lt;/a&gt; ? I recommend the tutorials under &amp;quot;Bluetooth low energy&amp;quot;, they will teach you how to create services and characteristics.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96009?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2017 15:55:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0fe47bc-92fc-4b6f-8a9d-24dffca38331</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;Could you please help me with how to do it? I don&amp;#39;t which function is outputting the &amp;#39;value&amp;#39; . Like where is it&amp;#39;s structure and size of it. If you can tell me how to edit it I will customize it for myself. I cannot debug the ble module and see over the Jtag&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96008?ContentTypeID=1</link><pubDate>Tue, 26 Sep 2017 13:40:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:921f2f0a-057d-4784-8ee6-b48c8b2ecadd</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;If you don&amp;#39;t want all the three values to be stored together in one BLE characterstic, you would need to create a seperate characterstic for each of the x,y,z values.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96011?ContentTypeID=1</link><pubDate>Mon, 25 Sep 2017 16:09:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1702210f-6919-46cb-b910-61b846e7a7c4</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;I tried  debugging in simulator mode just to see the code sequence but I couldn&amp;#39;t step into the ble mpu update functions and many other functions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96007?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2017 14:36:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b43ce787-e243-4a98-90fc-afc932646fe5</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;I understood the Hexadecimal value. Now my code has  0x 0000 for x and 0000 for y and 0000 for z . The zeros have some hexadecimal value.
Where should I modify to give X,Y Z values seperately on different lines in the app. Is that even possible. I mean I don&amp;#39;t want all the three x,y,z values to be  one huge value hexadecimal value.
There are many functions like void ble_mpu_update, ble_char_accel_add. What should I modify?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96003?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 15:15:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e122d9de-5ae1-477c-9c7a-d1cfd337f175</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Ok, yes, the &amp;quot;three arrows&amp;quot; enables the BLE notification. It will by default be updated every 1 second.
Yes, this is the Accel values.
The MPU is very sensitive, and the values will change with a small amount even if the MPU is not moving.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96002?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 14:24:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2810a0d4-2214-48d6-bfe4-ec53e3d92c51</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;There are buttons in the app after you connect to the beacon when I select unknown service. There  are up/down arrow buttons for read/ write.When the button with three down arrows is selected, It reports the continuos values. These values are Heaxadecimal , what are they ? Are they Accel values?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96001?ContentTypeID=1</link><pubDate>Wed, 20 Sep 2017 09:06:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:457b7a52-3ec4-42d6-b256-0a2c1c628f97</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The accelerometervalues can be found in &lt;code&gt;accel_values&lt;/code&gt;. There is a timer that sets the &lt;code&gt;start_accel_update_flag&lt;/code&gt; to true every 1 second. When the flag is set to true, the accelerometer values are read using the function &lt;code&gt;mpu_read_accel()&lt;/code&gt;. If you want to send/get the values more often, you can reduce the value of &lt;code&gt;TIMER_INTERVAL_ACCEL_UPDATE&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;What do you mean by &amp;quot;three arrows&amp;quot; ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96006?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 15:55:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9b9d6ee-7eba-4e0a-a1f2-062770511533</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;I could connect!! Yayy!! Thank you very much Sigurd. Is the &amp;#39;value&amp;#39; the accerometer value? How can I get the continuos values of the accelerometer. If I press the three arrows I have the values changing all the time, even If I don&amp;#39;t move the MPU.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96004?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 14:28:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8af82b3-ccb5-4d1e-948c-050f55e0f063</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Q1: Do I have to make my beacon connectable, if so how should I do it&lt;/p&gt;
&lt;p&gt;A1: The original &lt;code&gt;nrf5-ble-mpu-simple&lt;/code&gt; example is connectable. Are you able to use that?&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Q2: The above code works only if there is a MPU board connected to it. Works meaning I see it in the nRF connect app,still I do not see any accelerometer data in the advertisement.&lt;/p&gt;
&lt;p&gt;A2: You are probably runing into the error-handler when the MPU is not connected. Aslo in the &lt;code&gt;nrf5-ble-mpu-simple example&lt;/code&gt;, the accelerometer data is not put into the advertising data. The central(e.g. a phone) need to connect to the beacon to get the data using the BLE Service.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96005?ContentTypeID=1</link><pubDate>Tue, 19 Sep 2017 14:11:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4cfa755e-3811-4364-9955-24c0ad511483</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;Hello Sigurd, Can you please help me :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/96000?ContentTypeID=1</link><pubDate>Fri, 15 Sep 2017 21:33:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c23b9cf7-037a-46bd-8c3a-7a489703b1c8</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;I have attached the file with the changes for MPU support. Do I have to make my beacon connectable, if so how should I do it. The above code works only if there is a MPU board connected to it. Works meaning I see it in the nRF connect app,still I do not see any accelerometer data in the advertisement. I tried the application on couple other beacons without the MPU and  I can&amp;#39;t find them them in nRF connect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95998?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2017 07:45:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:615f5280-e8a9-4db5-8432-558db6b90b79</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Note that you have now configured the beacon kit to be a non-connectable beacon that only does advertising. The original code configured service/characteristic where the accelerometer data was added. You are also not initializing the MPU 9250, since you have commented out the mpu_setup() function call.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95999?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 16:18:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2f4ce12-7aa3-42f9-9057-8afc213fcb29</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;It finally works :) Yay!!
Moving on, I cannot see the accelometer data in the advertisement. From what I read in the code it should advertise the MPU 9250 data as well. I have SCL connected to pin1 and SDA on Pin 0 of the beacon board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95996?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 15:40:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47fe3b77-f1ae-4cdb-a402-0b83af760991</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;In the picture of your nRFgo studio, the chip is identified as nRF51822. If this is still the case, the beacon kit should be the one being flashed.&lt;/p&gt;
&lt;p&gt;Make sure that the beacon kit have power after you turn the nRF52-DK off.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95995?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 15:32:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:779b8089-efdf-4b87-ab33-a5389412d0c4</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;I mean the nRF52 development kit I am using to flash my program to the beacon. I thought my beacon was programmed but looks like the development kit is showing up as a nRf beacon.
I am able to flash it but it doesn&amp;#39;t show up in my nRF connect when the development kit it turned off. So I wonder if it is being flashed right.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95994?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 15:29:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7eb44be2-3498-4df0-8861-dc7ffe6664e9</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;No, the beacon board is not setup to blink.&lt;/p&gt;
&lt;p&gt;When you refer to &amp;quot;DK board&amp;quot; do you mean the nRF Beacon kit or the nRF5x-deveopment kit?&lt;/p&gt;
&lt;p&gt;Are you now able to flash the beacon kit using your project?&lt;/p&gt;
&lt;p&gt;If it&amp;#39;s still not working, try to download the project you uploaded in the original question and try with that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95989?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 15:12:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46142c3c-a1d7-423d-93a5-3bfd1eebf865</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;Does the beacon board blink ? My DK  board shows up as NRF beacon. If you turn the DK off there is no nRF beacon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95991?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 14:59:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b415c0a-ff08-425e-ba9a-5ba3df2ab023</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;That&amp;#39;s strange. I have attached the .hex file Keil compiles below. Try to use the &amp;quot;Program Application&amp;quot; tab in nRFgo Studio, and flash the hex file there, and see if you can find the beacon kit using your phone(nRFConnect app) afterwards.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Attachment&lt;/strong&gt;: &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/beacon_5F00_kit.hex"&gt;beacon_kit.hex&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95990?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 14:51:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a546abc-7fc1-45e0-8b8b-c8fc4886ed6a</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;I replicated the same. Didn&amp;#39;t work :( . What else can I try ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95988?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 14:46:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0829c3f-4197-4848-ab13-781298a29fc9</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;SoftDevice in Region 1 is correct. I only changed the IRAM size on the project you uploaded. This is how it looks for me now:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/settingsIRAMIROM.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95992?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 14:40:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:620fbeae-ccfd-430c-8ac5-4a2cd19f874e</guid><dc:creator>priya</dc:creator><description>&lt;p&gt;My NRFgo studio has softdevice in Region1. Is that wrong? I have attached the picture of my go studio in the main question.
I will try again anyway. Please let me know the starting address and size of ur ROM1 and RAM1 so that I can replicate the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95993?ContentTypeID=1</link><pubDate>Tue, 12 Sep 2017 14:33:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4f4584d-198e-49c6-bf0f-31d3d7fd6103</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;I tested the example in the folder: &lt;code&gt;SDK_folder\examples\nrf5-mpu-examples-master\nrf5-ble-mpu-simple\pca10028\s130\arm5_no_packs\twi&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;After opening the example I changed the IRAM1 size to &lt;code&gt;0x1F80&lt;/code&gt;, and flashed the example. I used SoftDevice S130 v2.0.1.&lt;/p&gt;
&lt;p&gt;The beacon kit started advertising, and showed up as N/A(nRF Beacon) in nRFConnect mobile app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to wire I2C for NRF 51822 with MPU 9250.What SDK should I use?</title><link>https://devzone.nordicsemi.com/thread/95987?ContentTypeID=1</link><pubDate>Mon, 11 Sep 2017 19:23:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e49146b-5b42-4c4e-8184-5f3999affeae</guid><dc:creator>priya</dc:creator><description>&lt;hr /&gt;
&lt;p&gt;DLL: V5.10n, compiled Feb 19 2016 18:39:11
Firmware: J-Link OB-SAM3U128-V2-NordicSemi compiled Sep 26 2016 11:30:32
Hardware: V1.00
S/N : 682936269&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;JLink Info: Found SWD-DP with ID 0x0BB11477&lt;/li&gt;
&lt;li&gt;JLink Info: Found Cortex-M0 r0p0, Little endian.&lt;/li&gt;
&lt;li&gt;JLink Info: FPUnit: 4 code (BP) slots and 0 literal slots&lt;/li&gt;
&lt;li&gt;JLink Info: CoreSight components:&lt;/li&gt;
&lt;li&gt;JLink Info: ROMTbl 0 @ F0000000&lt;/li&gt;
&lt;li&gt;JLink Info: ROMTbl 0 [0]: F00FF000, CID: B105100D, PID: 000BB471 ROM Table&lt;/li&gt;
&lt;li&gt;JLink Info: ROMTbl 1 @ E00FF000&lt;/li&gt;
&lt;li&gt;JLink Info: ROMTbl 1 [0]: FFF0F000, CID: B105E00D, PID: 000BB008 SCS&lt;/li&gt;
&lt;li&gt;JLink Info: ROMTbl 1 [1]: FFF02000, CID: B105E00D, PID: 000BB00A DWT&lt;/li&gt;
&lt;li&gt;JLink Info: ROMTbl 1 [2]: FFF03000, CID: B105E00D, PID: 000BB00B FPB&lt;/li&gt;
&lt;li&gt;JLink Info: ROMTbl 0 [1]: 00002000, CID: B105900D, PID: 000BB9A3 ???
ROMTableAddr = 0xF0000000&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Target info:&lt;/h2&gt;
&lt;p&gt;Device: nRF51422_xxAC
VTarget = 3.300V
State of Pins:
TCK: 0, TDI: 1, TDO: 1, TMS: 1, TRES: 1, TRST: 1
Hardware-Breakpoints: 4
Software-Breakpoints: 8192
Watchpoints:          2
JTAG speed: 1000 kHz&lt;/p&gt;
&lt;p&gt;Erase Done.
Programming Done.
Verify OK.
Application running ...
Flash Load finished at 14:10:45&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>