<?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>MCUXpresso IDEのトピックRe: MCUXpresso Library Include Issue</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039138#M5528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if there is anything in FreeRTOS that would help you - there are several network stacks available, that may suit?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://aws.amazon.com/freertos/" title="https://aws.amazon.com/freertos/"&gt;FreeRTOS - Real-time operating system for microcontrollers - AWS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, there may be something provided in ARM mbed - again, lots of connectivity options.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.mbed.com/en/platform/mbed-os/" title="https://www.mbed.com/en/platform/mbed-os/"&gt;Mbed OS | Mbed&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2020 13:09:07 GMT</pubDate>
    <dc:creator>converse</dc:creator>
    <dc:date>2020-04-21T13:09:07Z</dc:date>
    <item>
      <title>MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039131#M5521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the CAN-FD kit LPCXpresso54618 and its IDE MCUXpressso IDE v11.1.0. Its the first time that I'm using NXP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to include an external library in my project, but it always failed even if I reduce the project to a minimum. I don't know where the error is.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;The library is the libTML (&lt;A class="link-titled" href="https://www.libtml.org/" title="https://www.libtml.org/"&gt;TML Messaging Suite - get connected&lt;/A&gt;&amp;nbsp;) library. After installing the library I got some include files, dll's and lib's (is in the attachment). &lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I worked through the instruction &lt;A href="https://community.nxp.com/thread/388991"&gt;Creating and Linking to Library Projects&lt;/A&gt; and searched in forums and the internet to integrate the library in my project. I think, this part work fine, because I can include the library with&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_602.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107088i1A803F373F5CA76D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_602.png" alt="pastedImage_602.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Therefore I changed the properties for example under c/c++ build -&amp;gt; settings -&amp;gt; tool settings -&amp;gt; MCU C compiler -&amp;gt; includes&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_592.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107089i9CE6E9F60B6DE6DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_592.png" alt="pastedImage_592.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;But I'm not sure which library search path I should use under MCU-Linker -&amp;gt; librarys, so I tried all possibilities: the dll's under TML11/bin/win32 and TML11/bin/x64 or the lib's under TML11/lib/win32 and TML11/lib/x64 (see attachment). I think the last one is the best, because my laptop has an x64 architecture (hp elitebook 850 G5) and libs better for the IDE, but I'm not sure because no way works.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;My code is the first example from the libTML homepage (&lt;A class="link-titled" href="https://www.libtml.org/docs/libtml-c-html/tml_intro.html" title="https://www.libtml.org/docs/libtml-c-html/tml_intro.html"&gt;TML Messaging Suite: Introduction to libTML-c&lt;/A&gt;). I think that is unnecessary because I can't&lt;/SPAN&gt; &lt;SPAN&gt;even&lt;/SPAN&gt; &lt;SPAN&gt;compile the include of the library.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;The error list is very long (578 errors), but all errors belong to one line:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;EM&gt;&lt;SPAN&gt;C:\Apps\TML11\include/sidex.h:191:23: error: expected declaration specifiers before '__declspec'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;#define SIDEX_API __declspec(dllimport)&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^~~~~~~~~~&lt;BR /&gt;C:\Apps\TML11\include/sidex.h:2145:1: note: &lt;STRONG&gt;in expansion of macro 'SIDEX_API'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;This error occurs in all lines where the "SIDEX_API" is used. I searched for this error and found:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;The '__declspec(dllimport)' is a MS-specific extensions to the C language."&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.0pt; color: #595959;"&gt;and&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;No, it's a compiler incompatibility. MS compilers use '__declspec(dllimport)' to tell the compiler and linker that a function resides in a DLL. I don't know what CW for Win32 uses to do the same thing."&lt;/P&gt;&lt;P style="margin: 0in; font-family: Calibri; font-size: 9.0pt; color: #595959;"&gt;Both from &amp;lt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/21745"&gt;https://community.nxp.com/thread/21745&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I also tested a lot of configuration hoping that some compiler would work (e.g. ISO/GNU&amp;nbsp; C11/C90/C99), but every time it fails with the same error.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Is there a way to use the library even if it uses the dllimport/dllexport functionality?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Or did I do something wrong in the configuration or setting of the properties of the project?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Has anyone seen this issue before? Any help or advice is greatly appreciated.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;P.S.: Sorry for my bad englisch...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 12:46:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039131#M5521</guid>
      <dc:creator>simon_hilt</dc:creator>
      <dc:date>2020-04-15T12:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039132#M5522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a version of the library that is ported to the ARM Cortex-M4 ( the processor in the LPC54618). From the look of the website, it looks like this library is designed for hosts such as Windows, Linux and Mac and not for embedded.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 17:48:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039132#M5522</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-04-15T17:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039133#M5523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought ist was possible to include external libraries. Are there any differences in the DLLs or libs? I'm aware that Windows uses DLLs and e.g. Linux uses libs. I thought the implementation in in the IDE on Windows uses the library and then pushes the machine code to the board, so the type of the library is irrelevant.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;I can include the library in Visual Studios, is it not because of the wrong compiler or linker?&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Is there a tutorial or a simple example somewhere where an external DLL or lib is used? So far I have only found some instructions that describes how to change the properties of the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;PRE class="" data-placeholder="Übersetzung" dir="ltr" style="text-align: left;"&gt;&lt;SPAN lang="en"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 08:57:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039133#M5523</guid>
      <dc:creator>simon_hilt</dc:creator>
      <dc:date>2020-04-16T08:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039134#M5524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your target is a LPC54618 which is an ARM Cortex-M4 device. This is a 'bare metal' device - it has no software, no operating system - nothing - until you write the code and download it to the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MCUXpresso IDE runs under Windows (or Linux, or Mac) and is known as a a cross-development environment. That is, you use it to compile code to run on the target - in your case the LPC54618. It cannot do anything with host based software, such as libTML, because that is built to run on Windows (or Linux, or Mac...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In theory, it would be possible to take the source code for libTML and 'port' it to run on the LPC54618 - but, this would be a HUGE effort - libTML relies on a sophisticated operating system to provide all of the services it needs (such a TCP/IP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DLL (Dynamic Linked Libraries) are specific to Windows (although Linux and Mac have an equivalent, but different mechanism, called dynamic libraries). This is where an operating system dynamically loads the library at run time (normally on-demand) and 'fixes-up' the calls from your application to the correct place in the library. This is done so that many application (potentially running concurrently) can use the exact same code without it needing to be loaded for each application. On Windows, Linux and Mac, this uses Virtual Memory and a demand paged memory management. None of this is available on a LPC54618 - or any other embedded microcontroller (MCU).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MCU's do support statically linked libraries. This is where the library is linked into your application, so it can all be downloaded into your device. This is the type of library supported by MCUXpresso (and IAR, Keil etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__declspec is a Windows specific enhancement to C/C++ for the use of DLL's. There is no way to use this for the LPC54618. There is not even an equivalent concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include external (statically linked) libraries in MCUXpresso, but the libraries have to be specifically written for,&amp;nbsp;or&amp;nbsp;ported to, ARM Cortex-M4 (or M3, or M0 etc) devices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 16:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039134#M5524</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-04-16T16:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039135#M5525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. So I have to find another solution. Maybe another protocol than BEEP, which is suitable for my project.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 06:40:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039135#M5525</guid>
      <dc:creator>simon_hilt</dc:creator>
      <dc:date>2020-04-17T06:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039136#M5526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps if you explain what you are trying to do, others may be able to suggest possible solutions&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 13:18:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039136#M5526</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-04-17T13:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039137#M5527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My project is a bachelor thesis with the title "&lt;SPAN style="font-size: 11.0pt;"&gt;Development and implementation &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;of a network interface between a vehicle &lt;BR /&gt; and the PC application of a test system with configurable signal evaluation".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;I try to create an interface between the vehicle's can-fd from vehicle and ethernet to the measurement laptop of a test system. I was looking for a suitable protocol for ethernet that met the following requirements:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;- flexible, high expandability, modular&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;- protection with checksum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;- optional transmission security via ACK&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;- equipment identifier (e.g. this interface, a display)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;- P2P, IPv4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;- full duplex&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;- time stamp or prioritization&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I found the BEEP protocol to be the most suitable and found the library libTML (or Vortex) for it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;The board should send the evaluation of the CAN-FD messages from different vehicles and its own status reports via ethernet and receives control signals from the measurement laptop, e.g&lt;SPAN lang="en"&gt;, which vehicle platform is used.&lt;/SPAN&gt; A&lt;SPAN lang="en"&gt;s an extension, the CAN FD messages can be manipulated by the control signals via ethernet on the laptop. But that is optional.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;I have seen for example, that the protocol MQTT is offered for the board, but I think that it is not useful for my use case. Maybe I shlould work out and implement an own structure.&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;In any case, I first get the basic connection of CAN-FD an Ethernet to run without a protocol. I have already sucessfully tested both interfaces individually using some examples from the IDE, but have not &lt;SPAN lang="en"&gt;yet combined them and wanted to build the library on CAN-FD straight away. I probably had too many requirements.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;Another solution would be to use a raspberry pi, but I don't think it makes sense for the bachelor thesis anymore to switch the hardware. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;I want to get the best out of the NXP board and include the rest as a suggestion for improvement.&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;I am very grateful for your support and that you want to help.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2020 09:22:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039137#M5527</guid>
      <dc:creator>simon_hilt</dc:creator>
      <dc:date>2020-04-20T09:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039138#M5528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if there is anything in FreeRTOS that would help you - there are several network stacks available, that may suit?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://aws.amazon.com/freertos/" title="https://aws.amazon.com/freertos/"&gt;FreeRTOS - Real-time operating system for microcontrollers - AWS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, there may be something provided in ARM mbed - again, lots of connectivity options.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.mbed.com/en/platform/mbed-os/" title="https://www.mbed.com/en/platform/mbed-os/"&gt;Mbed OS | Mbed&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 13:09:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039138#M5528</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-04-21T13:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXpresso Library Include Issue</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039139#M5529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion. &lt;SPAN lang="en"&gt;I will work out a solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2020 13:44:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/MCUXpresso-Library-Include-Issue/m-p/1039139#M5529</guid>
      <dc:creator>simon_hilt</dc:creator>
      <dc:date>2020-04-21T13:44:12Z</dc:date>
    </item>
  </channel>
</rss>

