<?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>topic Re: NGX lpc4330 xplorer board Mp3 decoder Integrartion in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-lpc4330-xplorer-board-Mp3-decoder-Integrartion/m-p/569794#M18011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon Mar 10 14:58:51 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;As there is no way of implementing a display application with the Xplorer board, there is no internet radio implementation for it. Also there is most likley not enough SRAM to realize the buffers for the MP3 audio data from a radio station.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there is nothing against implementing an MP3 decoder like libmad or Helix on the LPC4330.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As this flashless version of the LPC4300 has lot of internal SRAM, the decoder functions can run from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For an execution from SPIFI this memory interface is to slow when it comes to the decoder functions, MP3 files with 32kbps were decoded, but 64kbps had already problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I implemented for test purposes the internet radio on the LPC4350:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the complete M0 job executed from SPIFI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the M4 job mainly executed from internal SRAM, some functions like file system and ID3 stuff were executed from SPIFI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the images for the M0 and the M4 were linked to memory areas in the qSPI flash, after reset most of the M4 code gets relocated to the internal SRAM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I have no idea why your code has problems with the assembler routines, but it should be possible to jump into the assembler routine using the assembler window of the debugger.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:54:56 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:54:56Z</dc:date>
    <item>
      <title>NGX lpc4330 xplorer board Mp3 decoder Integrartion</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-lpc4330-xplorer-board-Mp3-decoder-Integrartion/m-p/569793#M18010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by praveen.9123 on Tue Mar 04 02:43:01 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Is there any Internet Radio demo support for LPCexpresso. I am working on ngx lpc4330 xplorer board where i am integrating mp3decoder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have integrated mp3 decoder to my Project, when the decoder is calling an assembly code the core is hanging(that means, Return from the assembly code is not happened ---&amp;gt; checked through debugging. The assembly code&amp;nbsp; for MULSHIFT32, CLZ, FASTABS instruction where hanging took place, which is there in the following attachment related mp3decoder ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I need the decoder which supports for cortex-M4, Please help-me I have struck&amp;nbsp; from an week.&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338022"&gt;asmmis_s.odt&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:54:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-lpc4330-xplorer-board-Mp3-decoder-Integrartion/m-p/569793#M18010</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: NGX lpc4330 xplorer board Mp3 decoder Integrartion</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-lpc4330-xplorer-board-Mp3-decoder-Integrartion/m-p/569794#M18011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon Mar 10 14:58:51 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;As there is no way of implementing a display application with the Xplorer board, there is no internet radio implementation for it. Also there is most likley not enough SRAM to realize the buffers for the MP3 audio data from a radio station.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there is nothing against implementing an MP3 decoder like libmad or Helix on the LPC4330.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As this flashless version of the LPC4300 has lot of internal SRAM, the decoder functions can run from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For an execution from SPIFI this memory interface is to slow when it comes to the decoder functions, MP3 files with 32kbps were decoded, but 64kbps had already problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I implemented for test purposes the internet radio on the LPC4350:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the complete M0 job executed from SPIFI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the M4 job mainly executed from internal SRAM, some functions like file system and ID3 stuff were executed from SPIFI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the images for the M0 and the M4 were linked to memory areas in the qSPI flash, after reset most of the M4 code gets relocated to the internal SRAM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently I have no idea why your code has problems with the assembler routines, but it should be possible to jump into the assembler routine using the assembler window of the debugger.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:54:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-lpc4330-xplorer-board-Mp3-decoder-Integrartion/m-p/569794#M18011</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:54:56Z</dc:date>
    </item>
  </channel>
</rss>

