<?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>Include error - SES</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56297/include-error---ses</link><description>I am new with the NRF52 SDK and I want to modify an NFC example (writable_ndef_msg). I am trying to add a NDEF parser but I have issues with the includes. 
 
 I have add the header path inside of : Preprocessor&amp;gt;Include Directories. 
 I have also add the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 08 Jan 2020 13:26:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56297/include-error---ses" /><item><title>RE: Include error - SES</title><link>https://devzone.nordicsemi.com/thread/228148?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2020 13:26:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bf1b0cf-a477-49c5-8fb9-57af17b406f0</guid><dc:creator>Hugo Quere</dc:creator><description>&lt;p&gt;Thanks for your explanation.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve had some difficulties to understand which paramaters I need, finally I have found this :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;e&amp;gt; NFC_NDEF_MSG_PARSER_ENABLED - nfc_ndef_msg_parser - NFC NDEF message parser module
//==========================================================
#ifndef NFC_NDEF_MSG_PARSER_ENABLED
#define NFC_NDEF_MSG_PARSER_ENABLED 1
#endif
// &amp;lt;e&amp;gt; NFC_NDEF_MSG_PARSER_LOG_ENABLED - Enables logging in the module.
//==========================================================
#ifndef NFC_NDEF_MSG_PARSER_LOG_ENABLED
#define NFC_NDEF_MSG_PARSER_LOG_ENABLED 1
#endif
// &amp;lt;o&amp;gt; NFC_NDEF_MSG_PARSER_LOG_LEVEL  - Default Severity level
 
// &amp;lt;0=&amp;gt; Off 
// &amp;lt;1=&amp;gt; Error 
// &amp;lt;2=&amp;gt; Warning 
// &amp;lt;3=&amp;gt; Info 
// &amp;lt;4=&amp;gt; Debug 

#ifndef NFC_NDEF_MSG_PARSER_LOG_LEVEL
#define NFC_NDEF_MSG_PARSER_LOG_LEVEL 3
#endif

// &amp;lt;o&amp;gt; NFC_NDEF_MSG_PARSER_INFO_COLOR  - ANSI escape code prefix.
 
// &amp;lt;0=&amp;gt; Default 
// &amp;lt;1=&amp;gt; Black 
// &amp;lt;2=&amp;gt; Red 
// &amp;lt;3=&amp;gt; Green 
// &amp;lt;4=&amp;gt; Yellow 
// &amp;lt;5=&amp;gt; Blue 
// &amp;lt;6=&amp;gt; Magenta 
// &amp;lt;7=&amp;gt; Cyan 
// &amp;lt;8=&amp;gt; White 

#ifndef NFC_NDEF_MSG_PARSER_INFO_COLOR
#define NFC_NDEF_MSG_PARSER_INFO_COLOR 0
#endif





// &amp;lt;q&amp;gt; NFC_NDEF_RECORD_ENABLED  - nfc_ndef_record - NFC NDEF Record generator module
 

#ifndef NFC_NDEF_RECORD_ENABLED
#define NFC_NDEF_RECORD_ENABLED 1
#endif

// &amp;lt;e&amp;gt; NFC_NDEF_RECORD_PARSER_ENABLED - nfc_ndef_record_parser - NFC NDEF Record parser module
//==========================================================
#ifndef NFC_NDEF_RECORD_PARSER_ENABLED
#define NFC_NDEF_RECORD_PARSER_ENABLED 1
#endif
// &amp;lt;e&amp;gt; NFC_NDEF_RECORD_PARSER_LOG_ENABLED - Enables logging in the module.
//==========================================================
#ifndef NFC_NDEF_RECORD_PARSER_LOG_ENABLED
#define NFC_NDEF_RECORD_PARSER_LOG_ENABLED 1
#endif
// &amp;lt;o&amp;gt; NFC_NDEF_RECORD_PARSER_LOG_LEVEL  - Default Severity level
 
// &amp;lt;0=&amp;gt; Off 
// &amp;lt;1=&amp;gt; Error 
// &amp;lt;2=&amp;gt; Warning 
// &amp;lt;3=&amp;gt; Info 
// &amp;lt;4=&amp;gt; Debug 

#ifndef NFC_NDEF_RECORD_PARSER_LOG_LEVEL
#define NFC_NDEF_RECORD_PARSER_LOG_LEVEL 3
#endif

// &amp;lt;o&amp;gt; NFC_NDEF_RECORD_PARSER_INFO_COLOR  - ANSI escape code prefix.
 
// &amp;lt;0=&amp;gt; Default 
// &amp;lt;1=&amp;gt; Black 
// &amp;lt;2=&amp;gt; Red 
// &amp;lt;3=&amp;gt; Green 
// &amp;lt;4=&amp;gt; Yellow 
// &amp;lt;5=&amp;gt; Blue 
// &amp;lt;6=&amp;gt; Magenta 
// &amp;lt;7=&amp;gt; Cyan 
// &amp;lt;8=&amp;gt; White 

#ifndef NFC_NDEF_RECORD_PARSER_INFO_COLOR
#define NFC_NDEF_RECORD_PARSER_INFO_COLOR 0
#endif

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;With this, I have no more troubles with the includes. Now, I have issues with the use of the parser but i will make an other ticket if necessary.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Include error - SES</title><link>https://devzone.nordicsemi.com/thread/227975?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 16:44:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea3c2e5d-7415-4461-adb8-8a6ab93d7cff</guid><dc:creator>Otso Jousimaa</dc:creator><description>&lt;p&gt;Nordic SDK modules are conditionally compiled, there&amp;#39;s something like&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#if NRF_MODULE_ENABLED(NDEF_MSG_PARSER

.

.

.

#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You&amp;#39;ll need to set&lt;/p&gt;
&lt;p&gt;#define NDEF_MSG_PARSER_ENABLED 1&lt;/p&gt;
&lt;p&gt;in sdk_config.h to actually compile the function. [edit] I&amp;#39;m not sure if it&amp;#39;s exactly&amp;nbsp;&lt;span&gt;NDEF_MSG_PARSER_ENABLED, check the .c file top to find out the right parameter.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>