<?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 Re: FlexCAN FreeRTOS Driver in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/1628094#M4276</link>
    <description>&lt;P&gt;4 years later, has this gotten implemented? I don't see it available in MCUXpresso SDK 2.13.0&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 07:37:46 GMT</pubDate>
    <dc:creator>daharingwitekio</dc:creator>
    <dc:date>2023-04-05T07:37:46Z</dc:date>
    <item>
      <title>FlexCAN FreeRTOS Driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/857382#M1216</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;is there any FreeRTOS driver available for FlexCAN? The SDK currently includes FreeRTOS drivers for SPI, I2C and UART. Any reason there is none available for FlexCAN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 09:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/857382#M1216</guid>
      <dc:creator>buettgenbach</dc:creator>
      <dc:date>2019-02-12T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN FreeRTOS Driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/857383#M1217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no special reason for no flexCAN freeRTOS driver.&amp;nbsp; I will issue a new feature request to the develop team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FreeRTOS driver is a wrapper built on top of standard SDK peripheral drivers.&lt;/P&gt;&lt;P&gt;The wrappers provide an API which blocks the calling task until the I/O operation completes and allows other tasks to run. This is achieved by using the asynchronous API of the underlying driver along with RTOS task synchronization object.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can refer to the FreeRTOS usart driver in SDK installation folder. I am assuming you are using K64.&lt;/P&gt;&lt;P&gt;SDK_2.5.0_TWR-K64F120M\devices\MK64F12\drivers\fsk_uart_freertos.c&lt;/P&gt;&lt;P&gt;SDK_2.5.0_TWR-K64F120M\devices\MK64F12\drivers\fsk_uart_freertos.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 03:17:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/857383#M1217</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2019-02-21T03:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN FreeRTOS Driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/857384#M1218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks four your answer. The UART FreeRTOS drivers helped me a lot to develop my own FlexCAN FreeRTOS driver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 12:54:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/857384#M1218</guid>
      <dc:creator>buettgenbach</dc:creator>
      <dc:date>2019-02-25T12:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN FreeRTOS Driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/1628094#M4276</link>
      <description>&lt;P&gt;4 years later, has this gotten implemented? I don't see it available in MCUXpresso SDK 2.13.0&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 07:37:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/1628094#M4276</guid>
      <dc:creator>daharingwitekio</dc:creator>
      <dc:date>2023-04-05T07:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN FreeRTOS Driver</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/1642453#M4303</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/130723"&gt;@buettgenbach&lt;/a&gt;, I also need to write a FlexCAN FreeRTOS driver and was hoping you would be able to share/post the one you created?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 20:58:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/FlexCAN-FreeRTOS-Driver/m-p/1642453#M4303</guid>
      <dc:creator>daharingwitekio</dc:creator>
      <dc:date>2023-04-28T20:58:31Z</dc:date>
    </item>
  </channel>
</rss>

