<?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>Setting up FreeRTOS on nRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32454/setting-up-freertos-on-nrf52832</link><description>Hi All, 
 
 I&amp;#39;m trying to add FreeRTOS into an existing project that is based off the UART example but has a lot of stuff stripped out of it. I&amp;#39;ve been referencing the HRS FreeRTOS project to migrate differences. 
 However, I&amp;#39;m stuck at a point now where</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Mar 2018 01:11:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32454/setting-up-freertos-on-nrf52832" /><item><title>RE: Setting up FreeRTOS on nRF52832</title><link>https://devzone.nordicsemi.com/thread/124887?ContentTypeID=1</link><pubDate>Mon, 19 Mar 2018 01:11:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:470d5cff-b683-4102-b427-6f0be76876f1</guid><dc:creator>leonhart88</dc:creator><description>&lt;p&gt;Thanks RK.&amp;nbsp; Yes I realize it means that the IRQHandler is being defined multiple times, but the Nordic SDK examples have both nrf_sdh.c and nrf_sdh_freertos.c both present in the project tree so I wasn&amp;#39;t sure about simply removing one of them.&lt;br /&gt;&lt;br /&gt;After closer inspection at the source files for both nrf_sdh.c and nrf_sdh_freertos.c, the handler which the compiler is complaining about is only defined in nrf_sdh.c if the NRF_SDH_DISPATCH_MODEL == NRF_SDH_DISTPATCH_MODEL_INTERRUPT, which is what my working example was set to in the sdk_config.h.&lt;/p&gt;
&lt;p&gt;Looking closer at the SDK FreeRTOS example, I can see that sdk config parameter is set to polling, not interrupt.&amp;nbsp; Changing to polling solved the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting up FreeRTOS on nRF52832</title><link>https://devzone.nordicsemi.com/thread/124848?ContentTypeID=1</link><pubDate>Sat, 17 Mar 2018 02:45:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6c02b20-4f35-4cca-89fa-ef9dda90e7c0</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;the error message tells you where the symbol is multiply defined. You have two versions of the *sdh* routines in there, one the freertos one and one the usual one. Either remove nrf_sdh.c or nrf_sdh_freertos.c, I would expect removing the former is correct.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>