<?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>Model-Based Design Toolbox (MBDT)のトピックRe: FCAN Rx Data Size and Type uint8(8) - - What determines Data size and type?</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1179687#M5293</link>
    <description>&lt;P&gt;Based on what I have learned since posting my original question, I ***suspect*** the MBDT does not yet support CAN FD, only&amp;nbsp;&lt;SPAN&gt;CAN 2.0A/B (ISO 11898) which is limited to one 8-byte block. CAN FD supports 64 bytes per frame but that seems to require coding in C using S32DS.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Nov 2020 07:55:56 GMT</pubDate>
    <dc:creator>rsating</dc:creator>
    <dc:date>2020-11-07T07:55:56Z</dc:date>
    <item>
      <title>FCAN Rx Data Size and Type uint8(8) - - What determines Data size and type?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1178418#M5272</link>
      <description>&lt;P&gt;I'm building an interface for a controller that has 7 inputs.. The FCAN Rx block seems hard-coded to output a uint8(8), a vector of uint8 integers of size 8.&amp;nbsp; Is there a way to override the length?&amp;nbsp; And the type?&amp;nbsp; For example, if we need uint16 instead of unit8 to represent the inputs?&amp;nbsp; Or two uint8 bytes to represent each value?&amp;nbsp; The MBDT only includes examples with type uint8 and vector size 8. It is not clear from the examples if other sizes and types are possible, and if so, how. Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FCAN_Rx_Data_Size_Type.png" style="width: 911px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/129143i8CF99E53F173C582/image-size/large?v=v2&amp;amp;px=999" role="button" title="FCAN_Rx_Data_Size_Type.png" alt="FCAN_Rx_Data_Size_Type.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 02:53:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1178418#M5272</guid>
      <dc:creator>rsating</dc:creator>
      <dc:date>2020-11-05T02:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: FCAN Rx Data Size and Type uint8(8) - - What determines Data size and type?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1178421#M5273</link>
      <description>&lt;P&gt;Note that the size of the FCAN Tx block input is different, uint8(3), in response to input Length=2, showing the size of Data can change for the Tx block.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 02:58:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1178421#M5273</guid>
      <dc:creator>rsating</dc:creator>
      <dc:date>2020-11-05T02:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: FCAN Rx Data Size and Type uint8(8) - - What determines Data size and type?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1178658#M5276</link>
      <description>&lt;P&gt;I noticed an S32DS example FlexCan_FD showing increased Rx and Tx message size 64 bytes:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;S32K1xx Series Cookbook&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Software examples and startup code to exercise microcontroller features&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN5413.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN5413.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And C code for the cookbook examples available here:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://source.codeaurora.org/external/s32support/S32K1xx_cookbook" target="_blank"&gt;https://source.codeaurora.org/external/s32support/S32K1xx_cookbook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, I could not find a comparable example using MBDT.&lt;/P&gt;&lt;P&gt;Any guidance would be welcome.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 08:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1178658#M5276</guid>
      <dc:creator>rsating</dc:creator>
      <dc:date>2020-11-05T08:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: FCAN Rx Data Size and Type uint8(8) - - What determines Data size and type?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1179686#M5292</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The clock input&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;defines&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;the baud rate (bit-rate) of the serial communication. The baud-rate ... The parity&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;type can&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;be dynamically changed between bytes without ... FIFO into the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;data&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;buffer defined by&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;RX&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;Buffer&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Size&lt;/EM&gt;&lt;SPAN&gt;. ... Writes an&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;8&lt;/EM&gt;&lt;SPAN&gt;-bit value into the control register ...&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;uint8&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;intSrc: Bit field containing the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;RX&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;interrupts to enable&amp;nbsp;&lt;A href="https://www.mypascoconnect.website/" target="_self"&gt;Mypascoconnect login&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 10:19:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1179686#M5292</guid>
      <dc:creator>Wausau</dc:creator>
      <dc:date>2020-11-19T10:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: FCAN Rx Data Size and Type uint8(8) - - What determines Data size and type?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1179687#M5293</link>
      <description>&lt;P&gt;Based on what I have learned since posting my original question, I ***suspect*** the MBDT does not yet support CAN FD, only&amp;nbsp;&lt;SPAN&gt;CAN 2.0A/B (ISO 11898) which is limited to one 8-byte block. CAN FD supports 64 bytes per frame but that seems to require coding in C using S32DS.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 07:55:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/FCAN-Rx-Data-Size-and-Type-uint8-8-What-determines-Data-size-and/m-p/1179687#M5293</guid>
      <dc:creator>rsating</dc:creator>
      <dc:date>2020-11-07T07:55:56Z</dc:date>
    </item>
  </channel>
</rss>

