<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPC MicrocontrollersのトピックRe: HardFault while using the DEBUGOUT function</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592621#M22389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu Dec 19 06:04:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know what DEBUGOUT does. However, I would start by looking at your stack usage. If you are using FreeRTOS, every task will have a stack, and maybe the use of this macro increases the stack usage, so that it blows the stack on starts overwriting other memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:18:15 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:18:15Z</dc:date>
    <item>
      <title>HardFault while using the DEBUGOUT function</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592620#M22388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Wed Dec 18 15:42:36 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am porting the CC3000 to LPC4337, everything is working if I disable the debugging or I remove all the DEBUGOUT macro from the code otherwise I am getting a HardFault. I am using FREERTOS. What can be the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:18:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592620#M22388</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: HardFault while using the DEBUGOUT function</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592621#M22389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu Dec 19 06:04:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know what DEBUGOUT does. However, I would start by looking at your stack usage. If you are using FreeRTOS, every task will have a stack, and maybe the use of this macro increases the stack usage, so that it blows the stack on starts overwriting other memory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592621#M22389</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: HardFault while using the DEBUGOUT function</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592622#M22390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wellsk on Thu Dec 19 10:57:16 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;A FAQ was just added - minutes ago - for DEBUG* function support in LPCOpen (this is LPCOpen?). &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcopen-debug-inputoutput-support" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcopen-debug-inputoutput-support&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would guess your trying to use the DEBUGOUT function and the UART or device used in that function is not correctly setup. You may need to call DEBUGINIT() if you aren't calling Board_Init().&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope the FAQ will help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592622#M22390</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: HardFault while using the DEBUGOUT function</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592623#M22391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Thu Dec 19 13:19:52 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There was a problem with the stack size, after I increased it is working&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:18:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/HardFault-while-using-the-DEBUGOUT-function/m-p/592623#M22391</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:18:16Z</dc:date>
    </item>
  </channel>
</rss>

