<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>segger embedded studio use mutex</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/88650/segger-embedded-studio-use-mutex</link><description>Hi. 
 I am developing the nrf52832 seger embedded studio. 
 I tried to use mutex using nrf_mtx.h, but there was an error. 
 
 
 
 I don&amp;#39;t know why this error is coming out. Help me. 
 (Also, I know the definition of the mutex function, but I don&amp;#39;t know</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Tue, 07 Jun 2022 12:25:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/88650/segger-embedded-studio-use-mutex" /><item><title>RE: segger embedded studio use mutex</title><link>https://test-devzone.nordicsemi.com/thread/371138?ContentTypeID=1</link><pubDate>Tue, 07 Jun 2022 12:25:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3996a57-771c-46a3-ae5a-ca02b2f6a9c2</guid><dc:creator>user14926</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see you have declared test_mutex as &amp;quot;extern&amp;quot;, did you implement the variable in another file? The extern keyword tells the compiler that the symbol is defined elsewhere, and allows you to access global variables from multiple source files.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;See&amp;nbsp;&lt;a title="nRF Mutex" href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nrf__mtx.html?cp=8_1_6_10_35"&gt;nRF Mutex&lt;/a&gt;&amp;nbsp;for description of the library and APIs.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>