<?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のトピックHalt at EMC access</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1878782#M56180</link>
    <description>&lt;P&gt;Hi.&amp;nbsp;&lt;BR /&gt;I am facing EMC access problem in LPC4367 board.&lt;/P&gt;&lt;P&gt;In my&amp;nbsp; LPC board, FPGA is connected to LPC4367 as static memory.&lt;BR /&gt;But sometime CPU looks halted when EMC memory access.&lt;/P&gt;&lt;P&gt;It happens about 30% of power up case, and manual /RESET can not recover this situation,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked EMC registers, and found EMC busy bit=1 when&amp;nbsp; HALT.&lt;BR /&gt;once BUSY goes "1", I can not make it&amp;nbsp; "0" by EMC reset and EMC restart.&lt;/P&gt;&lt;P&gt;do you know similar problem?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2024 08:04:38 GMT</pubDate>
    <dc:creator>Seiichiro</dc:creator>
    <dc:date>2024-05-31T08:04:38Z</dc:date>
    <item>
      <title>Halt at EMC access</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1878782#M56180</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;BR /&gt;I am facing EMC access problem in LPC4367 board.&lt;/P&gt;&lt;P&gt;In my&amp;nbsp; LPC board, FPGA is connected to LPC4367 as static memory.&lt;BR /&gt;But sometime CPU looks halted when EMC memory access.&lt;/P&gt;&lt;P&gt;It happens about 30% of power up case, and manual /RESET can not recover this situation,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked EMC registers, and found EMC busy bit=1 when&amp;nbsp; HALT.&lt;BR /&gt;once BUSY goes "1", I can not make it&amp;nbsp; "0" by EMC reset and EMC restart.&lt;/P&gt;&lt;P&gt;do you know similar problem?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 08:04:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1878782#M56180</guid>
      <dc:creator>Seiichiro</dc:creator>
      <dc:date>2024-05-31T08:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Halt at EMC access</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1880515#M56194</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The EMC-&amp;gt;STATUS[Busy]&amp;nbsp; setting means that the EMC is performing memory transaction,it does not give more inf.&lt;/P&gt;
&lt;P&gt;Pls try to use a scope or logic analyzer to display the address/data/control signal timing so that we can check the timing issue.&lt;/P&gt;
&lt;P&gt;BTW, I suppose that you simulate the FPGA timing with SRAM timing and the PB bit is 1. Pls make sure that WAITWR value in STATICWAITWRx reg must be greater than WAITWEN in STATICWAITWENx reg.&lt;/P&gt;
&lt;P&gt;The reading timing also has the same requirement, the WAITRD value must be greater than WAITOEN value.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 09:50:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1880515#M56194</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-06-04T09:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Halt at EMC access</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1881029#M56197</link>
      <description>&lt;P&gt;Thank you for your advise.&lt;/P&gt;&lt;P&gt;In my case,&amp;nbsp; When MPU tries to accses external memory, /CS is not asserted&amp;nbsp; and ADR/DATA bus line looks "silent".&lt;/P&gt;&lt;P&gt;&amp;nbsp;When&amp;nbsp; EMC Status BUSY bit is HIgh,&amp;nbsp;MPU halted at accessing memory. And if status is not BUSY,&lt;BR /&gt;memory accsess completed nomally.&lt;/P&gt;&lt;P&gt;and I can not find how to negate BUSY.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 23:56:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1881029#M56197</guid>
      <dc:creator>Seiichiro</dc:creator>
      <dc:date>2024-06-04T23:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Halt at EMC access</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1886573#M56231</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you use the external SRAM to save data or code? if you use it as code and execute code from external SRAM, you have to initialize the MPU so that the external RAM address space can be execution enabled.&lt;/P&gt;&lt;P&gt;Pls refet to the an12423.pdf&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12423.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12423.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 05:04:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Halt-at-EMC-access/m-p/1886573#M56231</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-06-13T05:04:07Z</dc:date>
    </item>
  </channel>
</rss>

