<?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>Eigen library with Zephyr on 52832 mem_manage_fault</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84001/eigen-library-with-zephyr-on-52832-mem_manage_fault</link><description>Hello, 
 
 I am trying to use Eigen matrix library in a project on the nrf52832. 
 I was able to compile a very simple example however I get a mem_manage_fault while debugging. 
 There should definitely be enough memory to invert a 5 by 5 matrix and I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Jul 2022 07:52:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84001/eigen-library-with-zephyr-on-52832-mem_manage_fault" /><item><title>RE: Eigen library with Zephyr on 52832 mem_manage_fault</title><link>https://devzone.nordicsemi.com/thread/378838?ContentTypeID=1</link><pubDate>Wed, 27 Jul 2022 07:52:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c2edbc6-6428-4630-a30c-cf3545882395</guid><dc:creator>Pipper</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/lucoside"&gt;LucosidE&lt;/a&gt;&amp;nbsp;how did you get the EIgen library compiled with Zephyr. I keep having the error&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt; Can&amp;#39;t link to the standard math library.  Please report to the Eigen
  developers, telling them about your platform.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I am keeping to know your environment setting. What nrf toolchain version are you using? what Zephyr version? Did you have to patch something to get it working?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Eigen library with Zephyr on 52832 mem_manage_fault</title><link>https://devzone.nordicsemi.com/thread/349547?ContentTypeID=1</link><pubDate>Tue, 25 Jan 2022 13:25:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32006e19-e019-4db3-a5dc-b0a4c9bf2411</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi Luco&lt;/p&gt;
&lt;p&gt;Try to set the configuration following configuration options to see which thread fails:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_RESET_ON_FATAL_ERROR=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Also try to increase the Main Stack Size (Or stack size of whichever thread fails). &lt;br /&gt;For example:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_MAIN_STACK_SIZE=8192&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>