<?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 MPC5554 EBI QUESTION in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1964896#M26752</link>
    <description>&lt;P&gt;Hello, I have a long-standing question:&lt;BR /&gt;When I was testing the EBI bus on the MPC5554 development board, I configured it to 16 bit bus mode. When I forcibly changed the high and low level states from DATA0 to DATA15, I could see the changes in memory data at address 0x20000000 in online simulation mode, so I thought the bus was already connected. But when I officially used it, not in simulation mode, and changed the high and low level states from DATA0 to DATA15, there was no change when reading 0x20000000 memory data. What is the difference between these two modes (online simulation or not) that I cannot find?&lt;BR /&gt;Is it necessary to perform additional operations when updating the high and low level states from DATA0 to DATA15 to 0x20000000 memory in non simulation mode?&lt;BR /&gt;I hope any engineer can provide some advice.&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="MPC5554VBBOARDS" id="MPC5554VBBOARDS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 03:16:21 GMT</pubDate>
    <dc:creator>KAIH1</dc:creator>
    <dc:date>2024-10-01T03:16:21Z</dc:date>
    <item>
      <title>MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1964896#M26752</link>
      <description>&lt;P&gt;Hello, I have a long-standing question:&lt;BR /&gt;When I was testing the EBI bus on the MPC5554 development board, I configured it to 16 bit bus mode. When I forcibly changed the high and low level states from DATA0 to DATA15, I could see the changes in memory data at address 0x20000000 in online simulation mode, so I thought the bus was already connected. But when I officially used it, not in simulation mode, and changed the high and low level states from DATA0 to DATA15, there was no change when reading 0x20000000 memory data. What is the difference between these two modes (online simulation or not) that I cannot find?&lt;BR /&gt;Is it necessary to perform additional operations when updating the high and low level states from DATA0 to DATA15 to 0x20000000 memory in non simulation mode?&lt;BR /&gt;I hope any engineer can provide some advice.&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="MPC5554VBBOARDS" id="MPC5554VBBOARDS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 03:16:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1964896#M26752</guid>
      <dc:creator>KAIH1</dc:creator>
      <dc:date>2024-10-01T03:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1965013#M26755</link>
      <description>&lt;P&gt;Could you specify what you mean by simulation mode and non simulation mode? Do you mean running with debugger / without debugger?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 07:35:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1965013#M26755</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2024-10-01T07:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1965028#M26756</link>
      <description>Thank you for your feedback.&lt;BR /&gt;Yes, when there is no debugger, I send the data through SCI</description>
      <pubDate>Tue, 01 Oct 2024 08:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1965028#M26756</guid>
      <dc:creator>KAIH1</dc:creator>
      <dc:date>2024-10-01T08:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1965252#M26758</link>
      <description>&lt;P&gt;If application works correctly in debug mode, but not standalone, usually it is because of debugger script executes certain configuration that is missing (for instance watchdod disabling or MMU configuration or so).&lt;/P&gt;
&lt;P&gt;Another point is whether you see issues when you let the code frrely run in debug mode, or you need to step it to get correct results.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 14:09:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1965252#M26758</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2024-10-01T14:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1965429#M26759</link>
      <description>Thank you again for your feedback:&lt;BR /&gt;1. However, I would like to know if the debugger script is configured correctly (regarding EBI) and if a correct example can be provided;&lt;BR /&gt;2.In debugging mode, there are no issues and the results are completely correct;&lt;BR /&gt;3. Regarding EBI, I would like to know its operating principle, how data reaches the 0x20000000 memory area when it reaches the DATA0 to DATA15 data line, and whether additional external pin inputs such as TA pin or CS/RD are needed</description>
      <pubDate>Tue, 01 Oct 2024 23:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1965429#M26759</guid>
      <dc:creator>KAIH1</dc:creator>
      <dc:date>2024-10-01T23:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1970010#M26796</link>
      <description>&lt;P&gt;Hello, I also found a strange phenomenon during debugging. When a 16 bit bus read exception occurs, the value of the 0x2000000 memory area is copied to the value of the address 0x0000000, as shown in the figure below. I don't know what triggered the memory copy, and since I don't have an expanded memory area, I haven't performed a memory copy operation. Where should I configure to disable this copy operation so that it does not affect my address 0x20000000 bus data reading.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 13:28:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1970010#M26796</guid>
      <dc:creator>KAIH1</dc:creator>
      <dc:date>2024-10-09T13:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1970064#M26797</link>
      <description>&lt;P&gt;Apparently device is configured to external boot mode. It configures MMU in order to boot from address 0x0. It is what you see like copying.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_0-1728486158643.png" style="width: 562px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303783i857CC95B2B2C4870/image-dimensions/562x458?v=v2" width="562" height="458" role="button" title="davidtosenovjan_0-1728486158643.png" alt="davidtosenovjan_0-1728486158643.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;davidtosenovjan_0-1728486158643.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 15:07:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1970064#M26797</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2024-10-09T15:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1970894#M26804</link>
      <description>&lt;P&gt;Thanks for your reply, I feel close to the truth. But as you can see in the figure below, my hardware is indeed configured for internal memory boot, not external memory boot. I still don't know where the problem is causing the program to start from the outside.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KAIH1_0-1728533040040.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303892i018016C7A9F384E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KAIH1_0-1728533040040.png" alt="KAIH1_0-1728533040040.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;KAIH1_0-1728533040040.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KAIH1_1-1728533071684.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303893iDD1DC8973B4591BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KAIH1_1-1728533071684.png" alt="KAIH1_1-1728533071684.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;KAIH1_1-1728533071684.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 04:05:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1970894#M26804</guid>
      <dc:creator>KAIH1</dc:creator>
      <dc:date>2024-10-10T04:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1971292#M26815</link>
      <description>&lt;P&gt;Then the device is in serial boot mode because of no valid RCHW has been found&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_0-1728556420074.png" style="width: 593px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/303999i01674491B071B17C/image-dimensions/593x203?v=v2" width="593" height="203" role="button" title="davidtosenovjan_0-1728556420074.png" alt="davidtosenovjan_0-1728556420074.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;davidtosenovjan_0-1728556420074.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_1-1728556571810.png" style="width: 597px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304000i8219142B664F80B4/image-dimensions/597x168?v=v2" width="597" height="168" role="button" title="davidtosenovjan_1-1728556571810.png" alt="davidtosenovjan_1-1728556571810.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;davidtosenovjan_1-1728556571810.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 10:36:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1971292#M26815</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2024-10-10T10:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1971872#M26822</link>
      <description>&lt;P&gt;Thanks again for the reply, but in the program, I have indeed defined RCHW, as shown below, and looking at the memory 0x0000 address space, 5A keyword has been successfully written. What else could be the reason? I really can't find the problem.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KAIH1_0-1728625739368.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304151i1F77E4C164139912/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KAIH1_0-1728625739368.png" alt="KAIH1_0-1728625739368.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;KAIH1_0-1728625739368.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KAIH1_1-1728625968501.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304152iCD5B33CB904CA3F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KAIH1_1-1728625968501.png" alt="KAIH1_1-1728625968501.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;KAIH1_1-1728625968501.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 05:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1971872#M26822</guid>
      <dc:creator>KAIH1</dc:creator>
      <dc:date>2024-10-11T05:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1972665#M26827</link>
      <description>&lt;P&gt;Hello, the issue seems to be stuck again, and I have to suspect that it may be an evaluation version of my CodeWarrior software that is causing my EBI bus to be unusable. Please help me confirm again.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2024 14:24:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1972665#M26827</guid>
      <dc:creator>KAIH1</dc:creator>
      <dc:date>2024-10-12T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1974008#M26835</link>
      <description>&lt;P&gt;It is otherwise. By default MMU is setup as follows.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_0-1728978112361.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304703i48E4F3ED79A7D289/image-size/medium?v=v2&amp;amp;px=400" role="button" title="davidtosenovjan_0-1728978112361.png" alt="davidtosenovjan_0-1728978112361.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;davidtosenovjan_0-1728978112361.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;RM has it stated incorrectly. But some others from the MPC5500 has is right, for instance MPC5566.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_2-1728978238583.png" style="width: 512px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304708i5A47B295CC3D4AFA/image-dimensions/512x340?v=v2" width="512" height="340" role="button" title="davidtosenovjan_2-1728978238583.png" alt="davidtosenovjan_2-1728978238583.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;davidtosenovjan_2-1728978238583.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With this setup, both addresses 0x0000_0000 and 0x2000_0000 reads physical address 0x0.&lt;/P&gt;
&lt;P&gt;You need to re-configure entry 2 to have logical and physical addresses both at 0x2000_0000.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 07:46:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1974008#M26835</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2024-10-15T07:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1974361#M26838</link>
      <description>&lt;P&gt;Thank you for your feedback. I found an example of MPC5777 before and tried to configure my MPC5554, but some instructions were different (such as instruction e_lis e_or2i、se_bgeni、e_ori、se_isync)， I didn't try successfully. The function is as follows. Can you help me make some rough modifications? Thank you.&lt;BR /&gt;static asm void External_SRAM_MMU_init(void)&lt;BR /&gt;{&lt;BR /&gt;&lt;BR /&gt;e_lis r3,0x1006 // Select TLB entry#, define R/W replacment control&lt;BR /&gt;mtspr MAS0,r3 // Load MAS0 with 0x1002_0000 for TLB entry #2&lt;/P&gt;&lt;P&gt;e_lis r3,0xc000 // setup 512MBytes to cover the whole EBI space&lt;BR /&gt;e_or2i r3,0x0980 // TLB valid, protected from invalidation&lt;BR /&gt;mtspr MAS1,r3 // Load MAS1 with 0xC000_0980 for TLB entry #2&lt;/P&gt;&lt;P&gt;se_bgeni r3,2 // virtual address at 0x2000_0000&lt;BR /&gt;e_ori r3,r3,0x0038 // VLE, cache-inhibited, write through&lt;BR /&gt;mtspr MAS2,r3 // Load MAS2 with 0x2000_0038 for TLB entry #2&lt;/P&gt;&lt;P&gt;se_bgeni r3,2 // physical address at 0x2000_0000&lt;BR /&gt;e_ori r3,r3,0x003f // all accesses permitted&lt;BR /&gt;mtspr MAS3,r3&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;msync // make sure we finished all memory accesses&lt;BR /&gt;tlbwe // Write entry defined in MAS0 (entry #2 here) to MMU TLB&lt;BR /&gt;se_isync // Wait for tlbwe to complete, then flush instruction buffer&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 14:17:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1974361#M26838</guid>
      <dc:creator>KAIH1</dc:creator>
      <dc:date>2024-10-15T14:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5554 EBI QUESTION</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1975874#M26847</link>
      <description>&lt;P&gt;All these code is already done in INIT_ExternalBusAndMemory in attached file taken from basic blank project.&lt;/P&gt;
&lt;P&gt;MPC5554 use BookE code whilst MPC5777C VLE code usually.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2024 08:35:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5554-EBI-QUESTION/m-p/1975874#M26847</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2024-10-17T08:35:16Z</dc:date>
    </item>
  </channel>
</rss>

