<?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>LPC MicrocontrollersのトピックRe: LPC55S06 MCAN Difference between TransferCreateHandle and TransferReceiveFifoNonBlocking</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S06-MCAN-Difference-between-TransferCreateHandle-and/m-p/1848956#M55883</link>
    <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/21218"&gt;@MarcoGiammarini&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;MCAN_TransferCreateHandle&lt;/SPAN&gt;&lt;SPAN&gt;() is set send/receive interrupt call back function. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;MCAN_TransferReceiveFifoNonBlocking&lt;/SPAN&gt;&lt;SPAN&gt;()is config some receive related registers. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;If you do not call it, the registers keep default value. So maybe it also can work.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 17 Apr 2024 10:08:23 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2024-04-17T10:08:23Z</dc:date>
    <item>
      <title>LPC55S06 MCAN Difference between TransferCreateHandle and TransferReceiveFifoNonBlocking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S06-MCAN-Difference-between-TransferCreateHandle-and/m-p/1842445#M55823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we are developing a project with CAN and we can't understand a behavioral: in the MCAN example NXP use&amp;nbsp;MCAN_TransferCreateHandle to create handle and then&amp;nbsp;MCAN_TransferReceiveFifoNonBlocking to enable the message reception. In our code we user only&amp;nbsp;MCAN_TransferCreateHandle to create handle and then we manage only the callback and it works, but we don't understand why!&lt;/P&gt;&lt;P&gt;which is the difference?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 13:17:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S06-MCAN-Difference-between-TransferCreateHandle-and/m-p/1842445#M55823</guid>
      <dc:creator>MarcoGiammarini</dc:creator>
      <dc:date>2024-04-08T13:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S06 MCAN Difference between TransferCreateHandle and TransferReceiveFifoNonBlocking</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S06-MCAN-Difference-between-TransferCreateHandle-and/m-p/1848956#M55883</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/21218"&gt;@MarcoGiammarini&lt;/a&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;MCAN_TransferCreateHandle&lt;/SPAN&gt;&lt;SPAN&gt;() is set send/receive interrupt call back function. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;MCAN_TransferReceiveFifoNonBlocking&lt;/SPAN&gt;&lt;SPAN&gt;()is config some receive related registers. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;If you do not call it, the registers keep default value. So maybe it also can work.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Apr 2024 10:08:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S06-MCAN-Difference-between-TransferCreateHandle-and/m-p/1848956#M55883</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-04-17T10:08:23Z</dc:date>
    </item>
  </channel>
</rss>

