<?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>FreeMASTERのトピックRe: Freemaster - Ethernet</title>
    <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723089#M1452</link>
    <description>&lt;P&gt;I am using MIMXRT1062 MCU and SDK lwip_udpecho_bm for ethernet and for FREEMASTER fmstr_example_usb_cdc.&amp;nbsp;&lt;BR /&gt;I want to send message through Ethernet to change some variables that affect some calculations and that results display in FREEMASTER.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2023 11:17:56 GMT</pubDate>
    <dc:creator>tomas2</dc:creator>
    <dc:date>2023-09-14T11:17:56Z</dc:date>
    <item>
      <title>Freemaster - Ethernet</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1722858#M1448</link>
      <description>&lt;P&gt;Hello, I want to use freemaster and ethernet communication, inits works fine, but when I send first message through ethernet freemaster stop working. I tried set up different interrupt priority and timeout but nothing works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 07:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1722858#M1448</guid>
      <dc:creator>tomas2</dc:creator>
      <dc:date>2023-09-14T07:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster - Ethernet</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723007#M1449</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please describe your hardware (target MCU, board) and software (SDK demo version, configuration TCP or UDP).&lt;/P&gt;
&lt;P&gt;Did you try the out-of-box fmstr_net demo?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Michal&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 09:33:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723007#M1449</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2023-09-14T09:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster - Ethernet</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723089#M1452</link>
      <description>&lt;P&gt;I am using MIMXRT1062 MCU and SDK lwip_udpecho_bm for ethernet and for FREEMASTER fmstr_example_usb_cdc.&amp;nbsp;&lt;BR /&gt;I want to send message through Ethernet to change some variables that affect some calculations and that results display in FREEMASTER.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 11:17:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723089#M1452</guid>
      <dc:creator>tomas2</dc:creator>
      <dc:date>2023-09-14T11:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster - Ethernet</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723115#M1453</link>
      <description>&lt;P&gt;So, is this correct?:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You have mixed the two demos (&lt;SPAN&gt;lwip_udpecho_bm and fmstr_example_usb_cdc)&amp;nbsp;&lt;/SPAN&gt;together&lt;/LI&gt;
&lt;LI&gt;You use FreeMASTER over USB&lt;/LI&gt;
&lt;LI&gt;You use network (some custom protocol) to send a message to the application to perform some calculations&lt;/LI&gt;
&lt;LI&gt;You want to use FreeMASTER (over USB) to see if the application did the calculations well&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;General answer is: using FreeMASTER over USB should still work regardless of what is happening in the network stack (otherwise something else is broken). If you loose the network connectivity, but FreeMASTER keeps working over USB, than I'm afraid I cannot help you really - you will need to debug what is going on.&lt;/P&gt;
&lt;P&gt;Please confirm my understanding is correct.&lt;/P&gt;
&lt;P&gt;BTW: Mixing the network demo (which uses FreeRTOS) and a bare-metal USB demo could be tricky. I'd recommend to eliminate the USB completely. Just start from the fmstr_net demo and use the FreeMASTER over net too.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Michal&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 11:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723115#M1453</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2023-09-14T11:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster - Ethernet</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723121#M1454</link>
      <description>&lt;P&gt;Yes, you understand it correctly.&amp;nbsp;Except I don't loose network connectivity, network communication works fine, just Freemaster stop working after first message is send through ethernet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 12:08:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723121#M1454</guid>
      <dc:creator>tomas2</dc:creator>
      <dc:date>2023-09-14T12:08:02Z</dc:date>
    </item>
    <item>
      <title>When you're encountering issues with FreeMASTER and Ether...</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723123#M1455</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When you're encountering issues with FreeMASTER and Ethernet communication that cause FreeMASTER to stop working after sending the first message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Check Your Code&lt;/P&gt;&lt;P&gt;Memory Allocation&lt;/P&gt;&lt;P&gt;Interrupt Handling&lt;/P&gt;&lt;P&gt;Timeout Handling&lt;/P&gt;&lt;P&gt;Error Handling&lt;/P&gt;&lt;P&gt;Debugging Tools&lt;/P&gt;&lt;P&gt;Resource Conflicts&lt;/P&gt;&lt;P&gt;Firmware and Library Updates&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;carefully reviewing your code and configuration.you should be able to identify and resolve the issue causing FreeMASTER to stop working after sending the first Ethernet message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://fastdigitaltechnology.com/" target="_self"&gt;&lt;SPAN&gt;FAST DIGITAL TECHNOLOGY&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 12:09:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1723123#M1455</guid>
      <dc:creator>FastDigitalTechnology</dc:creator>
      <dc:date>2023-09-14T12:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster - Ethernet</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1724521#M1462</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;this is quite complex case, so I can only give some recommendations:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use a debugger to see if USB interrupts are still coming when FreeMASTER tries to communicate (in USB_MCU_INT_HANDLER() in freemaster_usb.c).&lt;/LI&gt;
&lt;LI&gt;Also see if the main busy loop task still spins.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If not, I'd start to suspect the network stack keeps triggering an interrupt and will not let other code to run.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Try to use FreeMASTER over a simpler interface like UART (over CMSIS-DAP's virtual serial port).&lt;/LI&gt;
&lt;LI&gt;Do not use FreeMASTER, but combine the network demo just with basic hello world over USB (hello_world_virtual_com) and test the network application coexistence with a plain terminal communication.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If this also does not work, I'd suspect also potential memory corruption or other more serious issue.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Michal&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 07:16:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-Ethernet/m-p/1724521#M1462</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2023-09-18T07:16:09Z</dc:date>
    </item>
  </channel>
</rss>

