<?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>Arduino nano BLE 33 Sense non volatile memory write with nrfx  SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98656/arduino-nano-ble-33-sense-non-volatile-memory-write-with-nrfx-sdk</link><description>We are tryning to implement a nvm example written for nrf52840 development kit on Arduino nano BLE 33 sense, which works on the same controller. But we are unable to read or write to memory clearly. Any ideas what could be the problem. Also I want to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Apr 2023 07:49:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98656/arduino-nano-ble-33-sense-non-volatile-memory-write-with-nrfx-sdk" /><item><title>RE: Arduino nano BLE 33 Sense non volatile memory write with nrfx  SDK</title><link>https://devzone.nordicsemi.com/thread/420404?ContentTypeID=1</link><pubDate>Fri, 14 Apr 2023 07:49:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f8b01ed-4565-423c-babb-21a1b29100a0</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;With a custom board you will need to modify the board files. You can find the board files under:&lt;/p&gt;
&lt;div&gt;
&lt;pre&gt;&lt;code&gt;\SDK_INSTALL_FOLDER\components\boards
&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;When creating a new board file, simply copy the pca10056.h file, rename it, and modify it after your requirements. Then you have to modify boards.h to support your new file, and add a new preprocessor define that you can specify in the makefile/ SES project to include your modified file.&lt;/p&gt;
&lt;p&gt;In SES, here is how you set the board to be used by the SES project.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1681458409448v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino nano BLE 33 Sense non volatile memory write with nrfx  SDK</title><link>https://devzone.nordicsemi.com/thread/420370?ContentTypeID=1</link><pubDate>Fri, 14 Apr 2023 04:18:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7fa4ec0-cc15-40c4-b825-4f90c09c7fc9</guid><dc:creator>Revathy Raveendran</dc:creator><description>&lt;p&gt;what are the important changes which we must be doing to get a SES program running on Nordic nrf52840 to work with Nano BLE 33 Sense .&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Some of the things which i did and worked:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. Solder the SWD pins and connect with seggar j link debugger to load the program .&lt;/p&gt;
&lt;p&gt;2. Look at the pin mapping for arduino nano Ble wrt NRF Board and map likewise in the code .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i wanted to know what other files need to be&amp;nbsp; modified&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here Im trying to establish the radio ADF7242&amp;nbsp; interface with nano BLE for experimenting IEEE.802.15.4e&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino nano BLE 33 Sense non volatile memory write with nrfx  SDK</title><link>https://devzone.nordicsemi.com/thread/420285?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2023 14:03:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8caed9b1-1b4a-4633-afa8-a654cb2fd377</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have an example here that uses fstorage:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/fstorage_example.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/fstorage_example.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can also use the nrfx NVMC driver directly. The functions are documented here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nrfx__nvmc.html"&gt;https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nrfx__nvmc.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PS: If you are starting a new project in nRF5-SDK, you should use the latest version, v17.1.0.&lt;/p&gt;
&lt;p&gt;You should also consider using our newest SDK, nRF Connect SDK instead of nRF5-SDK:&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-software/nrf-connect-sdk"&gt;https://www.nordicsemi.com/Products/Development-software/nrf-connect-sdk&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino nano BLE 33 Sense non volatile memory write with nrfx  SDK</title><link>https://devzone.nordicsemi.com/thread/420069?ContentTypeID=1</link><pubDate>Thu, 13 Apr 2023 03:45:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:942c6c41-3982-4c5f-8a30-21e5ed357f57</guid><dc:creator>Revathy Raveendran</dc:creator><description>&lt;p&gt;nRF_SDK_15.2 Version&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Arduino nano BLE 33 Sense non volatile memory write with nrfx  SDK</title><link>https://devzone.nordicsemi.com/thread/419952?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 12:31:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7840a88-8292-40a2-89f1-b02d6a6a1745</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What SDK are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>