<?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>Can the code run from the flash?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3387/can-the-code-run-from-the-flash</link><description>It is possible to run my code from the flash?
i need more space in the RAM for my buffer [8k]</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Aug 2014 12:00:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3387/can-the-code-run-from-the-flash" /><item><title>RE: Can the code run from the flash?</title><link>https://devzone.nordicsemi.com/thread/12304?ContentTypeID=1</link><pubDate>Mon, 18 Aug 2014 12:00:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5cb150e-6651-4cc4-8b7e-527719b35b80</guid><dc:creator>max</dc:creator><description>&lt;p&gt;How to use all plash pages?With psorage documentation i can use just one page?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the code run from the flash?</title><link>https://devzone.nordicsemi.com/thread/12303?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 20:40:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57713afd-d96a-47c1-9dc1-8a656858b082</guid><dc:creator>John</dc:creator><description>&lt;p&gt;You should look at the pstorage documentation that came with the SDK. There are also a lot of good posts on this forum about pstorage.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the code run from the flash?</title><link>https://devzone.nordicsemi.com/thread/12302?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 15:08:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e048802d-dfb9-4c0c-b4cf-afcbc1915efe</guid><dc:creator>max</dc:creator><description>&lt;p&gt;There is any documentation or sample project for writing  to flash?
Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the code run from the flash?</title><link>https://devzone.nordicsemi.com/thread/12301?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 15:03:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec954a34-ee4d-45ec-8c13-47f258488362</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;You&amp;#39;ll have to split the data up in chunks to fit into the RAM area. You&amp;#39;re about 17k over the RAM limit as of now. You could save the data to flash, then send that over the BLE link.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the code run from the flash?</title><link>https://devzone.nordicsemi.com/thread/12300?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 14:14:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72218316-daf4-4e00-8191-6a7c7adfa5b6</guid><dc:creator>max</dc:creator><description>&lt;p&gt;Hi,
Thanks,
I need read 10 burst of 675 bytes from some sensor and analyze the output and send it to my iPhone..&lt;/p&gt;
&lt;p&gt;i use the s110 uart_ble_app .&lt;/p&gt;
&lt;p&gt;if i create : static int16_t samples[675];&lt;br /&gt;
I have a linker errors &lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/linker.PNG" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can the code run from the flash?</title><link>https://devzone.nordicsemi.com/thread/12299?ContentTypeID=1</link><pubDate>Wed, 06 Aug 2014 14:07:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fca400e-3142-4fc5-b8a5-a3ba11f31fff</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Code is normally located in flash. The variables it uses are then pushed on the stack (RAM). Globals are also located in a specific area in RAM.&lt;/p&gt;
&lt;p&gt;You will not be able to make a buffer that&amp;#39;s 8 kB when using one of our SoftDevices.
Could you post a bit more detailed information about why you need a 8 kB buffer?&lt;/p&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>