<?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>S32KのトピックNot able to send continuous message in FLEXCAN(Block Size = 0)</title>
    <link>https://community.nxp.com/t5/S32K/Not-able-to-send-continuous-message-in-FLEXCAN-Block-Size-0/m-p/807153#M2870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on S32K144 micro. I have initialized Flexcan with 500 Baud Rate. While Downloading data with Block size = 0 , it is giving download error. whenever i am changing Block size = 1, it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know why it is not working in Block Size = 0, If it should work in Block size = 0 , what changes needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am FIFO method in Flexcan whereas DMA is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide a solution for the FLEXCAN to work in BLock Size = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2018 07:12:27 GMT</pubDate>
    <dc:creator>gokulavarma_gan</dc:creator>
    <dc:date>2018-09-10T07:12:27Z</dc:date>
    <item>
      <title>Not able to send continuous message in FLEXCAN(Block Size = 0)</title>
      <link>https://community.nxp.com/t5/S32K/Not-able-to-send-continuous-message-in-FLEXCAN-Block-Size-0/m-p/807153#M2870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on S32K144 micro. I have initialized Flexcan with 500 Baud Rate. While Downloading data with Block size = 0 , it is giving download error. whenever i am changing Block size = 1, it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know why it is not working in Block Size = 0, If it should work in Block size = 0 , what changes needs to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am FIFO method in Flexcan whereas DMA is disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide a solution for the FLEXCAN to work in BLock Size = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2018 07:12:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Not-able-to-send-continuous-message-in-FLEXCAN-Block-Size-0/m-p/807153#M2870</guid>
      <dc:creator>gokulavarma_gan</dc:creator>
      <dc:date>2018-09-10T07:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send continuous message in FLEXCAN(Block Size = 0)</title>
      <link>https://community.nxp.com/t5/S32K/Not-able-to-send-continuous-message-in-FLEXCAN-Block-Size-0/m-p/807154#M2871</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;Could you explain me what is the blocksize? Is this a output of some tool?&lt;/P&gt;&lt;P&gt;Could you share more details on this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 06:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Not-able-to-send-continuous-message-in-FLEXCAN-Block-Size-0/m-p/807154#M2871</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2019-02-26T06:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to send continuous message in FLEXCAN(Block Size = 0)</title>
      <link>https://community.nxp.com/t5/S32K/Not-able-to-send-continuous-message-in-FLEXCAN-Block-Size-0/m-p/807155#M2872</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;Blocksize here refers to the number of frames sent in between the Flow control frames.&lt;/P&gt;&lt;P&gt;Blocksize is hardcoded inside the software. Based on the Blocksize it will transfer the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&lt;/P&gt;&lt;P&gt;1. If the Blocksize is one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During Transfer data request, the Boot loader will send first 8 bytes and waits for the flow control frame. If it receives the flow control frame then it sends the next 8 bytes of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If the Blocksize is two&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will send two 8 bytes of data and waits for flow control frame, if the Flow control frame is received it will send the next two 8 bytes of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 10:13:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Not-able-to-send-continuous-message-in-FLEXCAN-Block-Size-0/m-p/807155#M2872</guid>
      <dc:creator>gokulavarma_gan</dc:creator>
      <dc:date>2019-03-04T10:13:04Z</dc:date>
    </item>
  </channel>
</rss>

