<?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: Problem running an algorithm on OM13098(LPC54628) in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1658556#M52755</link>
    <description>&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;You can use this blog, where it tells you how to use the linker to record in certain areas of your lpc memory with MCUXpresso&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;&lt;A href="https://mcuoneclipse.com/tag/linker/" target="_blank"&gt;https://mcuoneclipse.com/tag/linker/&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;&lt;A href="https://mcuoneclipse.com/2017/09/06/using-the-gnu-linker-script-to-know-the-flash-and-ram-areas-in-the-application/" target="_blank"&gt;https://mcuoneclipse.com/2017/09/06/using-the-gnu-linker-script-to-know-the-flash-and-ram-areas-in-the-application/&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;Have a good day&lt;/P&gt;</description>
    <pubDate>Fri, 26 May 2023 17:35:34 GMT</pubDate>
    <dc:creator>CarlosGarabito</dc:creator>
    <dc:date>2023-05-26T17:35:34Z</dc:date>
    <item>
      <title>Problem running an algorithm on OM13098(LPC54628)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1656704#M52711</link>
      <description>&lt;P&gt;I ported an algorithm from an OM 40003(LPC54018) to an OM13098(LPC54628), however, when recording the algorithm, apparently the 54628 first searches for something in the program flash, of 512kb, and not in the Board flash... But my algorithm is larger than 512kb in size and I can't write to this section.&lt;/P&gt;&lt;P&gt;What can I do to write to Board Flash and make it the first search address?&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 13:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1656704#M52711</guid>
      <dc:creator>RodrigoEngComp</dc:creator>
      <dc:date>2023-05-24T13:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem running an algorithm on OM13098(LPC54628)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1658556#M52755</link>
      <description>&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;You can use this blog, where it tells you how to use the linker to record in certain areas of your lpc memory with MCUXpresso&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;&lt;A href="https://mcuoneclipse.com/tag/linker/" target="_blank"&gt;https://mcuoneclipse.com/tag/linker/&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;&lt;A href="https://mcuoneclipse.com/2017/09/06/using-the-gnu-linker-script-to-know-the-flash-and-ram-areas-in-the-application/" target="_blank"&gt;https://mcuoneclipse.com/2017/09/06/using-the-gnu-linker-script-to-know-the-flash-and-ram-areas-in-the-application/&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Montserrat; font-size: 12.0pt;" lang="es-MX"&gt;Have a good day&lt;/P&gt;</description>
      <pubDate>Fri, 26 May 2023 17:35:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1658556#M52755</guid>
      <dc:creator>CarlosGarabito</dc:creator>
      <dc:date>2023-05-26T17:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem running an algorithm on OM13098(LPC54628)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1659266#M52776</link>
      <description>&lt;P&gt;Before starting this topic, I managed to link certain parts of the algorithm to external memory, but when calling this data, the board crashes...&lt;/P&gt;&lt;P&gt;And, do you have an example algorithm that uses the external flash memory from this OM13098 board?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 17:31:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1659266#M52776</guid>
      <dc:creator>RodrigoEngComp</dc:creator>
      <dc:date>2023-05-29T17:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem running an algorithm on OM13098(LPC54628)</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1660104#M52797</link>
      <description>&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN13165.pdf" target="_blank"&gt;This could help you&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN13165.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN13165.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 16:59:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Problem-running-an-algorithm-on-OM13098-LPC54628/m-p/1660104#M52797</guid>
      <dc:creator>CarlosGarabito</dc:creator>
      <dc:date>2023-05-30T16:59:13Z</dc:date>
    </item>
  </channel>
</rss>

