<?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: DEBUGOUT - no source avilable after using DMA</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/DEBUGOUT-no-source-avilable-after-using-DMA/m-p/622596#M24421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know if this is helpful, but I had the problem that I could not use DEBUGOUT (but not related to DMA) and I solved it with the following setting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings(first tab) -&amp;gt; MCU Linker -&amp;gt; Managed Linker Script -&amp;gt; Library -&amp;gt; Redlib (nohost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Doini&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2016 00:00:38 GMT</pubDate>
    <dc:creator>doini</dc:creator>
    <dc:date>2016-09-16T00:00:38Z</dc:date>
    <item>
      <title>DEBUGOUT - no source avilable after using DMA</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DEBUGOUT-no-source-avilable-after-using-DMA/m-p/622595#M24420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to you all,&lt;BR /&gt;I'm trying to debug my progect on a LPC4370 and LPClink2 eval board. I use DEBUGOUT on the UART connect to a host computer via FTDI cable.&lt;BR /&gt;Everything is fine, but after DMA's initialization (using DMA's interrupt) I'm unable to use UART even if I diasble the DMA and the interrupt associated. What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refernce for DEBUGOUT can be found here: &lt;A href="https://community.nxp.com/message/637968"&gt;https://community.nxp.com/message/637968&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any help would be highly appreciated!&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 16:35:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DEBUGOUT-no-source-avilable-after-using-DMA/m-p/622595#M24420</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2016-09-15T16:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGOUT - no source avilable after using DMA</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DEBUGOUT-no-source-avilable-after-using-DMA/m-p/622596#M24421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know if this is helpful, but I had the problem that I could not use DEBUGOUT (but not related to DMA) and I solved it with the following setting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings(first tab) -&amp;gt; MCU Linker -&amp;gt; Managed Linker Script -&amp;gt; Library -&amp;gt; Redlib (nohost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Doini&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 00:00:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DEBUGOUT-no-source-avilable-after-using-DMA/m-p/622596#M24421</guid>
      <dc:creator>doini</dc:creator>
      <dc:date>2016-09-16T00:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: DEBUGOUT - no source avilable after using DMA</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DEBUGOUT-no-source-avilable-after-using-DMA/m-p/622597#M24422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Doinita,&lt;BR /&gt;thanks for the reply! I read all the faqs related to this and I can confirm that I'm linking to Redlib(nohost). In fact the DEBUGOUT macro does work before using the DMA.&lt;BR /&gt;The problem is a dinamic allocation in the FLASH from a malloc() call inside the printf(), the error is this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;No source available for "printf() at 0x14002d72"&lt;/P&gt;&lt;P&gt;No source available for "malloc() at 0x14003fa8"&lt;/P&gt;&lt;P&gt;No source available for "&amp;lt;signal handler called&amp;gt;() at 0xfffffff9"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 07:54:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DEBUGOUT-no-source-avilable-after-using-DMA/m-p/622597#M24422</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2016-09-16T07:54:32Z</dc:date>
    </item>
  </channel>
</rss>

