<?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>S32 SDKのトピックRe: MPC7548G ENET BD Problems</title>
    <link>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/2034173#M4007</link>
    <description>&lt;P&gt;The original issue isn't solved, I have just wasted quite a lot of time on this.&lt;/P&gt;&lt;P&gt;I see other posts where it is said that cache config causes the issue where the end of the buffers are reached and then no more messages are received, although the interrupts keep firing.&lt;/P&gt;&lt;P&gt;I was using the example code exactly as supplied and it seems to have been broken for years..&lt;/P&gt;</description>
    <pubDate>Sat, 25 Jan 2025 10:02:30 GMT</pubDate>
    <dc:creator>jamesportman</dc:creator>
    <dc:date>2025-01-25T10:02:30Z</dc:date>
    <item>
      <title>MPC7548G ENET BD Problems</title>
      <link>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934943#M1136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So recently I´ve been having a strange problem with the Buffer Descriptor array, so basically when the MAC gets to the last position of the BD array I stop receiving new data (no more interrupt is generated) and I have no idea why as I´m using the UDP example that comes with the IDE, I also have checked the PING example where it works fine and I have the same configurations, when I process the new data I´m writing the E bit back to 1 to mark the BD as free but the mac stops at the last position of the ring and never gets back to the first position.&amp;nbsp;&lt;BR /&gt;The number of messages I´m able to get its equal to the size of my buffer descriptor array´s size.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached the code to this question and I´d appreciate any help as I´m running out of ideas on what might be the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lopes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2019 12:09:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934943#M1136</guid>
      <dc:creator>ailtonlopes</dc:creator>
      <dc:date>2019-07-31T12:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: MPC7548G ENET BD Problems</title>
      <link>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934944#M1137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems you set start address of descriptiors in ENET_RDSR to the non used one. You have defined rxdb and rx2bd descriptor rings but work with rxdb. Also the only rxdb last descriptor has Wrap bit set.&lt;/P&gt;&lt;P&gt;But&amp;nbsp;&lt;SPAN&gt;ENET_RDSR points to rx2db[0].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 07:30:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934944#M1137</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2019-08-01T07:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: MPC7548G ENET BD Problems</title>
      <link>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934945#M1138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/PetrS"&gt;PetrS&lt;/A&gt;‌ thank for the reply,&amp;nbsp;&lt;BR /&gt;Actually I made a mistake there and forgot to change back to the rxdb instead of the rx2db as I was trying to see if setting it to an other buffer would work, but even with the ENET_RDSR pointer set to rxdb its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here´s the old version of the code, where I'm doing everything the same as in the original example but when i get x messages and x= size of my bd array the driver never gets an other message. In this one by bd size is set to 20 (&lt;CODE&gt; NUM_RXBDS 20 in eth_conf.h)&amp;nbsp;&lt;/CODE&gt;so I'm only getting 20 frames.&lt;/P&gt;&lt;P&gt;Again thanks for the reply and sorry for the mistake with the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 09:14:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934945#M1138</guid>
      <dc:creator>ailtonlopes</dc:creator>
      <dc:date>2019-08-01T09:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: MPC7548G ENET BD Problems</title>
      <link>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934946#M1139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thing that I was able to realize is that sometimes I get the message but the MAC never sets the&amp;nbsp;E (bit 0 of offset + 0 reg) bit on the buffer descriptor struct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 15:58:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934946#M1139</guid>
      <dc:creator>ailtonlopes</dc:creator>
      <dc:date>2019-08-01T15:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: MPC7548G ENET BD Problems</title>
      <link>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934947#M1140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will be caused by enabled data cache. Buffer descriptors should be placed in&amp;nbsp;non&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;-cachable&lt;/SPAN&gt; region.&lt;/P&gt;&lt;P&gt;So either disable cache in startup or configure ceitain memory as cache inhibited using SMPU as mentioned here:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/818983?commentID=818983#comment-804432"&gt;https://community.nxp.com/message/818983?commentID=818983#comment-804432&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 08:49:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/934947#M1140</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2019-08-02T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: MPC7548G ENET BD Problems</title>
      <link>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/2034173#M4007</link>
      <description>&lt;P&gt;The original issue isn't solved, I have just wasted quite a lot of time on this.&lt;/P&gt;&lt;P&gt;I see other posts where it is said that cache config causes the issue where the end of the buffers are reached and then no more messages are received, although the interrupts keep firing.&lt;/P&gt;&lt;P&gt;I was using the example code exactly as supplied and it seems to have been broken for years..&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jan 2025 10:02:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/MPC7548G-ENET-BD-Problems/m-p/2034173#M4007</guid>
      <dc:creator>jamesportman</dc:creator>
      <dc:date>2025-01-25T10:02:30Z</dc:date>
    </item>
  </channel>
</rss>

