<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OpenIMU300: Handle two GPS signals at the same time]]></title><description><![CDATA[<p>Hello everybody,</p>
<p>I am using the OpenIMU300ZA evaluation kit.</p>
<p>Due to the usage of Magnets near the sonsor I can not use to the magnetic field measurements to get the orientation/heading.<br />
So I implemented an algorithm to get data from a second GPS from the user port and created a new task for it. The GPS logs are for each GPS <em>GPGGA</em> and <em>GPVTG</em>.</p>
<p>The two datas have to be handled and processed at the same time but then the programm ends up in vApplicationMallocFailedHook() while handle one after another this problem does not appear.</p>
<p>Do you have any ideas, how to solve this problem?</p>
]]></description><link>https://forum.aceinna.com//topic/24/openimu300-handle-two-gps-signals-at-the-same-time</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 08:26:36 GMT</lastBuildDate><atom:link href="https://forum.aceinna.com//topic/24.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 May 2019 08:51:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OpenIMU300: Handle two GPS signals at the same time on Thu, 09 May 2019 08:51:37 GMT]]></title><description><![CDATA[<p>Hello everybody,</p>
<p>I am using the OpenIMU300ZA evaluation kit.</p>
<p>Due to the usage of Magnets near the sonsor I can not use to the magnetic field measurements to get the orientation/heading.<br />
So I implemented an algorithm to get data from a second GPS from the user port and created a new task for it. The GPS logs are for each GPS <em>GPGGA</em> and <em>GPVTG</em>.</p>
<p>The two datas have to be handled and processed at the same time but then the programm ends up in vApplicationMallocFailedHook() while handle one after another this problem does not appear.</p>
<p>Do you have any ideas, how to solve this problem?</p>
]]></description><link>https://forum.aceinna.com//post/52</link><guid isPermaLink="true">https://forum.aceinna.com//post/52</guid><dc:creator><![CDATA[Jonas Franz]]></dc:creator><pubDate>Thu, 09 May 2019 08:51:37 GMT</pubDate></item><item><title><![CDATA[Reply to OpenIMU300: Handle two GPS signals at the same time on Mon, 13 May 2019 18:17:38 GMT]]></title><description><![CDATA[<p>Hi Jonas</p>
<p>There is file FreeRtosConfig.h in project’s “include” folder.</p>
<p>Next line needs to be changed (heap size should be increased to accommodate another task or OS resources):</p>
<p>#define configTOTAL_HEAP_SIZE             ((size_t)(38000))</p>
<p>Best regards.</p>
]]></description><link>https://forum.aceinna.com//post/55</link><guid isPermaLink="true">https://forum.aceinna.com//post/55</guid><dc:creator><![CDATA[Andrey Bondarev]]></dc:creator><pubDate>Mon, 13 May 2019 18:17:38 GMT</pubDate></item></channel></rss>