<?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)のトピックCAN and FreeMaster</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-and-FreeMaster/m-p/885193#M3022</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;I am using all three CAN channels and I am now trying to use FreeMaster on other pins other than PTC6 and PTC7 (these are being used for a CAN transceiver), however now whenever I try to use FreeMaster it says "Cannot detect the board information". I have tried various configuration of pins and all three LPUART interfaces without luck. I am not sure if this may be a hardware limitation? Please let me know if you have any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2019 21:03:33 GMT</pubDate>
    <dc:creator>fernando_barrio</dc:creator>
    <dc:date>2019-01-18T21:03:33Z</dc:date>
    <item>
      <title>CAN and FreeMaster</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-and-FreeMaster/m-p/885193#M3022</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;I am using all three CAN channels and I am now trying to use FreeMaster on other pins other than PTC6 and PTC7 (these are being used for a CAN transceiver), however now whenever I try to use FreeMaster it says "Cannot detect the board information". I have tried various configuration of pins and all three LPUART interfaces without luck. I am not sure if this may be a hardware limitation? Please let me know if you have any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 21:03:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-and-FreeMaster/m-p/885193#M3022</guid>
      <dc:creator>fernando_barrio</dc:creator>
      <dc:date>2019-01-18T21:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: CAN and FreeMaster</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-and-FreeMaster/m-p/885194#M3023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando,&lt;/P&gt;&lt;P&gt;If I understand your issue correctly - you are trying to connect with FreeMASTER via LPUART.&lt;/P&gt;&lt;P&gt;In fact FreeMASTER can use any LPUART channel and any pins routed to LPUARTx module.&lt;/P&gt;&lt;P&gt;Just select which pins you want to use for Rx,Tx and the configuration of LPUART base address can be changed easily in freemaster_cfg.h:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/*****************************************************************************
* Select communication interface (LPUART/FlexCAN base address)
******************************************************************************/&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define FMSTR_SCI_BASE 0x4006C000UL &lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/* LPUART2 base on S32K14x */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define FMSTR_CAN_BASE 0x40024000UL &lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/* FlexCAN0 base on S32K14x */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define FMSTR_DISABLE 0 &lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/* To disable all FreeMASTER functionalities */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define FMSTR_USE_LPUART 1 &lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/* To select LPUART communication interface */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define FMSTR_USE_FLEXCAN 0 &lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/* To select FlexCAN communication interface */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define FMSTR_USE_PDBDM 0 &lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;/* To select Packet Driven BDM communication interface (optional) */&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your project you have to set the pinmux of selected pins to LPUART Rx,Tx function.&lt;/P&gt;&lt;P&gt;It is also your responsibility to initialize appropriate LPUART module - this is out of FreeMASTER scope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 22:10:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-and-FreeMaster/m-p/885194#M3023</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2019-01-28T22:10:08Z</dc:date>
    </item>
  </channel>
</rss>

