<?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>&amp;quot;concatenation with &amp;quot;&amp;quot;fs_data&amp;quot;&amp;quot; in macro &amp;quot;NRF_SECTION_VARS_REGISTER_SECTION&amp;quot; does not create a valid token&amp;quot; error when try to compile fstorage.c with IAR.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10984/concatenation-with-fs_data-in-macro-nrf_section_vars_register_section-does-not-create-a-valid-token-error-when-try-to-compile-fstorage-c-with-iar</link><description>I try to make a build of the example ble_app_hrs_rscs_replay_pca10028 (central and peripheral experimental) in SDK 10. My MCU is nRF51822-CFAC, and I&amp;#39;m using IAR compiler. When I try to compile fsstorage.c, I got the error 
 Error[Pe1665]: concatenation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Jan 2016 20:00:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10984/concatenation-with-fs_data-in-macro-nrf_section_vars_register_section-does-not-create-a-valid-token-error-when-try-to-compile-fstorage-c-with-iar" /><item><title>RE: "concatenation with ""fs_data"" in macro "NRF_SECTION_VARS_REGISTER_SECTION" does not create a valid token" error when try to compile fstorage.c with IAR.</title><link>https://devzone.nordicsemi.com/thread/41075?ContentTypeID=1</link><pubDate>Tue, 19 Jan 2016 20:00:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9faf355e-26b5-49dc-9e0b-8e3580406a4a</guid><dc:creator>utrank00</dc:creator><description>&lt;p&gt;Thanks,  It worked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: "concatenation with ""fs_data"" in macro "NRF_SECTION_VARS_REGISTER_SECTION" does not create a valid token" error when try to compile fstorage.c with IAR.</title><link>https://devzone.nordicsemi.com/thread/41074?ContentTypeID=1</link><pubDate>Tue, 22 Dec 2015 10:26:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff852adc-ae84-4c7b-a812-0a70b87ef63b</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve reported this issue internally to our SDK team.
It is a problem with the macro defined in section_vars.h.
If you change it to this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define NRF_SECTION_VARS_REGISTER_SECTION(section_name) NRF_PRAGMA(section = #section_name )
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then it shall work properly.&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>