<?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>Flash read and write problems</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59976/flash-read-and-write-problems</link><description>Others have had similar problems with pointers for structures. So, I&amp;#39;ve tried several different methods including one that was suggested in another help ticket. I am writing a block structure so I tried using (uint8_t *) &amp;amp;fstorage pointers to no effect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Apr 2020 07:04:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59976/flash-read-and-write-problems" /><item><title>RE: Flash read and write problems</title><link>https://devzone.nordicsemi.com/thread/243979?ContentTypeID=1</link><pubDate>Wed, 08 Apr 2020 07:04:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00cd6390-3038-4a6f-aa93-7dc3a91afdc2</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;You&amp;#39;re using ASCII characters, &amp;#39;0&amp;#39; and &amp;#39;1&amp;#39; are &amp;#39;NULL&amp;#39; and &amp;#39;Start Of Heading&amp;#39;, and the terminal will interpret that as best it can.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Also, you need to use&amp;nbsp;&lt;a title="sd_flash_write" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html?cp=4_6_2_1_2_7_2_9#gae5361e65cbb5e7f6e258947a394c9b55"&gt;sd_flash_write&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a title="sd_flash_page_erase" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html?cp=4_6_2_1_2_7_2_7#ga9c93dd94a138ad8b5ed3693ea38ffb3e"&gt;sd_flash_page_erase&lt;/a&gt;&amp;nbsp;when using the Softdevice, otherwise, you are very likely to encounter conflicts, where a page erase issued by the application, is blocking the SoftDevice from executing.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>