<?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: LPC4370 issue with 32 KB AHB SRAM</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-issue-with-32-KB-AHB-SRAM/m-p/1094168#M41922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so apparently I solved the problem avoiding to use the lower half of RamAHB32.&lt;BR /&gt;So I declared a new memory section RAM_00 which goes from 0x20000000 to 0x20004000 and placed my buffer there.&lt;BR /&gt;I still have no idea why the first half is not working though.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Selection_090.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108958iEE119624EF7F5935/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selection_090.png" alt="Selection_090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2020 08:07:10 GMT</pubDate>
    <dc:creator>a_bet</dc:creator>
    <dc:date>2020-07-29T08:07:10Z</dc:date>
    <item>
      <title>LPC4370 issue with 32 KB AHB SRAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-issue-with-32-KB-AHB-SRAM/m-p/1094167#M41921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to you all,&lt;BR /&gt;still working on the LPC4370 and optimal memory configuration.&lt;BR /&gt;This is my current setup&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Selection_087.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/106602i12937E45615F841C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selection_087.png" alt="Selection_087.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I want to use a buffer in&amp;nbsp;RamAHB32 (RAM3) to acquire data using the GPDMA + ADCHS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that while the system works fine if I use RAM2&amp;nbsp;or RAM4, I got an hardfault error while using RAM3. Is there something special about this memory region that I am missing?&lt;BR /&gt;I declare my buffer like this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;__DATA(RAM3) int32_t&amp;nbsp; buffer1[BUFF_SIZE] __attribute__ ((aligned (MEMORY_BOUNDARY))) ={0};&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And here's the report from the linker script:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Selection_089.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/106604iC6B4F37B8CBCD02E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selection_089.png" alt="Selection_089.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Any ideas?:)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2020 13:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-issue-with-32-KB-AHB-SRAM/m-p/1094167#M41921</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-07-27T13:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 issue with 32 KB AHB SRAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-issue-with-32-KB-AHB-SRAM/m-p/1094168#M41922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so apparently I solved the problem avoiding to use the lower half of RamAHB32.&lt;BR /&gt;So I declared a new memory section RAM_00 which goes from 0x20000000 to 0x20004000 and placed my buffer there.&lt;BR /&gt;I still have no idea why the first half is not working though.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Selection_090.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108958iEE119624EF7F5935/image-size/large?v=v2&amp;amp;px=999" role="button" title="Selection_090.png" alt="Selection_090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 08:07:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-issue-with-32-KB-AHB-SRAM/m-p/1094168#M41922</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-07-29T08:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4370 issue with 32 KB AHB SRAM</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-issue-with-32-KB-AHB-SRAM/m-p/1094169#M41923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="274155" data-username="a_bet" href="https://community.nxp.com/people/a_bet"&gt;Andrea Bettati&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and the opportunity to serve you.&lt;/P&gt;&lt;P&gt;According to this figure, the 32kB block of the AHB SRAM is divided into two blocks of 16kB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/108934iF467E729038AB82B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For more information about this issue, you can check this post: &lt;A _jive_internal="true" href="https://community.nxp.com/thread/435084"&gt;https://community.nxp.com/thread/435084&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this is helpful, if you have more questions do not hesitate to ask me.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Omar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 18:19:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4370-issue-with-32-KB-AHB-SRAM/m-p/1094169#M41923</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2020-07-29T18:19:34Z</dc:date>
    </item>
  </channel>
</rss>

