<?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: Freemaster over CAN based on s32k358 in FreeMASTER</title>
    <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303385#M2165</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;For the setting about&amp;nbsp;interrupt setting, I change it to&amp;nbsp;FlexCAN2_0_IRQn but "FMSTR_CanIsr" didn't execute. Original it will run if I set&amp;nbsp;FlexCAN2_1_IRQn. (I already remove any can hardwareobject for flexcan2, I only set can controller)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;1. The following is the freemaster log if connect successful, but it seems still wrong.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_0-1769751115046.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374899i683CDBC9E90445E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_0-1769751115046.png" alt="BillWen_0-1769751115046.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I also can get 0x7aa can ID by PCAN-VIEW&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_2-1769751330666.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374901i5519BCB7F4DB9A76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_2-1769751330666.png" alt="BillWen_2-1769751330666.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I think freemaster sent tx successfully but s32k358 didn't reply or something, do you have any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;BR, BillWen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jan 2026 05:37:43 GMT</pubDate>
    <dc:creator>BillWen</dc:creator>
    <dc:date>2026-01-30T05:37:43Z</dc:date>
    <item>
      <title>Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2301894#M2160</link>
      <description>&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;Currently, we want to use freemaster over CAN bus so that I need to change setting from LPUART to CAN. I already check the related post by other&amp;nbsp;&lt;SPAN&gt;author. The following is my setting in freemaster_cfg.h file for now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;// Select communication interface&lt;BR /&gt;//#define FMSTR_TRANSPORT FMSTR_SERIAL // Use serial transport layer&lt;BR /&gt;//#define FMSTR_SERIAL_DRV FMSTR_SERIAL_S32_LPUART/*FMSTR_SERIAL_S32K3XX_LPUART*/ // Use serial driver for UART&lt;/P&gt;&lt;P&gt;#define FMSTR_TRANSPORT FMSTR_CAN // Use serial transport layer&lt;BR /&gt;#define FMSTR_CAN_DRV FMSTR_CAN_S32_FLEXCAN // Use serial driver for CAN&lt;/P&gt;&lt;P&gt;/* Select RX and TX FlexCAN Message buffers */&lt;BR /&gt;#define FMSTR_FLEXCAN_TXMB 2&lt;BR /&gt;#define FMSTR_FLEXCAN_RXMB 0&lt;/P&gt;&lt;P&gt;in main.c&amp;nbsp;&lt;BR /&gt;/* Initializes FreeMASTER */&lt;BR /&gt;//FMSTR_SerialSetBaseAddress((FMSTR_ADDR)IP_LPUART_1_BASE);&lt;BR /&gt;FMSTR_CanSetBaseAddress((FMSTR_ADDR)IP_CAN_0_BASE);&lt;BR /&gt;FMSTR_Init();&lt;/P&gt;&lt;P&gt;I have some question:&lt;/P&gt;&lt;P&gt;1. I already can send or receive can message by Can0, I want to send can message in other task and communicate freemaster by different can hardwareobject in the same time, is it possible?&lt;/P&gt;&lt;P&gt;2. I need define can hardware object for FMSTR_FLEXCAN_TXMB and&amp;nbsp;FMSTR_FLEXCAN_RXMB?&lt;/P&gt;&lt;P&gt;3. Where should I add&amp;nbsp;FMSTR_CanIsr function for interrupt?&lt;/P&gt;&lt;P&gt;4. Freemaster can detect my board when I use S32DS to debug in the beginning but can't detect board after a while, the following is my test result&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_0-1769583800214.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374558i5ABF8B6B19F98E2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_0-1769583800214.png" alt="BillWen_0-1769583800214.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_1-1769583809466.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374559i6AE40C82F59D709F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_1-1769583809466.png" alt="BillWen_1-1769583809466.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me to check if I miss any setting in side my project? Really need help, thanks.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR, BillWen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 07:04:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2301894#M2160</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2026-01-28T07:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2302284#M2161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230805"&gt;@BillWen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;1. Just to make sure I understood your intent correctly - you ask if the same CAN0 instance can be used by 2 different tasks: a) FreeMASTER and b) your own task.&lt;BR /&gt;So far we've been using a dedicated CAN instance for FreeMASTER exclusively, so I would need to check it. In theory it should be possible:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;first you need to make sure that FreeMASTER and the other task use dedicated message buffers (can hardware objects)&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;considering that a single interrupt is raised for groups of 32 message buffers, the message buffers used by FreeMASTER and your task should be allocated in separate groups. Ex: 0,1 - FreeMASTER, 32,33 - your task.&lt;BR /&gt;Otherwise, you would need to implement a custom interrupt handler that would check which message buffer triggered the interrupt and based on this information invoke the corresponding routine.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;2. No you don't need to define hardware objects for FreeMASTER explicitly. It will be done by FreeMASTER based on the configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;/** message buffers are defined in freemaster_cfg.h **/
#define FMSTR_FLEXCAN_TXMB    0
#define FMSTR_FLEXCAN_RXMB    1

/** message ids are defined in freemaster_can.h **/
#define FMSTR_CAN_CMDID 0x7AAU
#define FMSTR_CAN_RESPID 0x7AAU&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. You can add interrupt configurations in Platform → Interrupt Controller&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="CanIsr.png" style="width: 853px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374624i50E9298A4DD1E8D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="CanIsr.png" alt="CanIsr.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. There may be multiple causes for this one:&lt;BR /&gt;a) in polling mode - there is big delay in between FMSTR_Poll calls&lt;BR /&gt;b) in interrupt mode - there are other interrupts that take priority other FreeMASTER&lt;BR /&gt;This is much dependent on the application that is running along side FreeMASTER. You would need to find a proper tradeoff based on your application.&lt;BR /&gt;I would start by temporarily disabling the custom logic or allocating a higher priority to FreeMASTER to confirm whether it is indeed the case.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 14:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2302284#M2161</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2026-01-28T14:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2302511#M2162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;iulian_stan:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I use FlexCan_2 to implement, the following is my setting in freemaster_cfg.h file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_0-1769648557734.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374677iBAD3B28B9E902E9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_0-1769648557734.png" alt="BillWen_0-1769648557734.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;*The initial code inside main.c:&lt;/P&gt;&lt;P&gt;/* Initializes FreeMASTER */&lt;BR /&gt;//FMSTR_SerialSetBaseAddress((FMSTR_ADDR)IP_LPUART_1_BASE);&lt;BR /&gt;FMSTR_CanSetBaseAddress((FMSTR_ADDR)IP_CAN_2_BASE);&lt;BR /&gt;FMSTR_Init();&lt;/P&gt;&lt;P&gt;*The interrupt setting inside MCAL&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_1-1769648742770.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374678iB7B5BC265E9C3D75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_1-1769648742770.png" alt="BillWen_1-1769648742770.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I remove all canhardwareobject of flexcan2, only config cancotroller, and I didn't use flexcan2 in other task. But still can't connect freemaster. Do have any other idea?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_2-1769649222175.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374682iD168E4E58301ED84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_2-1769649222175.png" alt="BillWen_2-1769649222175.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR, BillWen&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 01:14:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2302511#M2162</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2026-01-29T01:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303032#M2163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230805"&gt;@BillWen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The first thing I noticed is that you configured FreeMASTER to use the first 2 message buffers (0,1) of CAN2, but interrupt handler is assigned to&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;FlexCAN2_1_IRQn&lt;/FONT&gt; which corresponds to MB 32-63. Can you update it so &lt;FONT face="courier new,courier"&gt;FMSTR_CanIsr&lt;/FONT&gt; is executed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here are some more steps to troubleshoot FreeMASTER in case the above does not help:&lt;/P&gt;
&lt;P&gt;1. Switch to polling mode and add enable debug TX&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;#define FMSTR_POLL_DRIVEN       1
#define FMSTR_DEBUG_TX          1&lt;/LI-CODE&gt;
&lt;P&gt;In this configuration FreeMASTER Driver will continuously send a test frame 0xA9U (+@W).&lt;BR /&gt;Note: you don't need to make any other changes to the interrupt.&lt;/P&gt;
&lt;P&gt;2. Connect a logic analyzer and check if the test frame is actually sent.&lt;/P&gt;
&lt;P&gt;These 2 steps will allow you to understand if the peripheral is properly configured.&lt;/P&gt;
&lt;P&gt;If you can see the messages, you can disable the debug mode and try connecting to the board with&amp;nbsp; FreeMASTER desktop tool. This will show if the polling mode works.&lt;BR /&gt;Note: make sure that &lt;FONT face="courier new,courier"&gt;Fmstr_Poll&lt;/FONT&gt; function is called continuously without big delays.&lt;/P&gt;
&lt;P&gt;Next, after confirming that communication is functional you can switch back to interrupt mode. Eventually, start a debug session and set a break point in &lt;FONT face="courier new,courier"&gt;FMSTR_CanIsr&lt;/FONT&gt; to confirm that the interrupt is actually triggered.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 12:29:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303032#M2163</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2026-01-29T12:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303385#M2165</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;For the setting about&amp;nbsp;interrupt setting, I change it to&amp;nbsp;FlexCAN2_0_IRQn but "FMSTR_CanIsr" didn't execute. Original it will run if I set&amp;nbsp;FlexCAN2_1_IRQn. (I already remove any can hardwareobject for flexcan2, I only set can controller)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="terminal,monaco"&gt;1. The following is the freemaster log if connect successful, but it seems still wrong.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_0-1769751115046.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374899i683CDBC9E90445E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_0-1769751115046.png" alt="BillWen_0-1769751115046.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I also can get 0x7aa can ID by PCAN-VIEW&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_2-1769751330666.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/374901i5519BCB7F4DB9A76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_2-1769751330666.png" alt="BillWen_2-1769751330666.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I think freemaster sent tx successfully but s32k358 didn't reply or something, do you have any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;BR, BillWen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 05:37:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303385#M2165</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2026-01-30T05:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303463#M2167</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt; :&lt;BR /&gt;I think the problem is that I don't need to set Can_43_flexcan MCAL setting for the method you mentioned. I need to use driver layer flexcan_ip to implement?&lt;BR /&gt;Thanks&lt;BR /&gt;BR, BillWen</description>
      <pubDate>Fri, 30 Jan 2026 08:03:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303463#M2167</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2026-01-30T08:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303589#M2168</link>
      <description>&lt;P&gt;You are right about the interrupt - I missed that the first (_0_IRQn) is triggered by buss off state.&lt;/P&gt;
&lt;P&gt;The communication log shows that the requests return timeout error (0x858E0003) even in the detection phase. After you stop connection and try to connect again, does this behavior repeats:&lt;BR /&gt;- a few successful requests followed by timeout&lt;BR /&gt;or you need to reset the board to be able to get any successful messages from the board ?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 10:45:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303589#M2168</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2026-01-30T10:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303601#M2169</link>
      <description>&lt;P&gt;FreeMASTER functionality should not be affected by the layer on which the CAN peripheral is configured (MCAL or Drivers). Still, there may be extra configurations that are no displayed on the configuration screen that affect FreeMASTER Driver.&lt;BR /&gt;Ex: an older version of SDK was enabling CAN abort mechanism (CAN-&amp;gt;MCR[AEN]).&amp;nbsp;This was not handled by FreeMASTER and had be disabled manually.&lt;/P&gt;
&lt;P&gt;What RTD version are you using ? I will try to check it on my side.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2026 09:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2303601#M2169</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2026-01-30T09:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2304317#M2170</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt; :&lt;BR /&gt;We use RTD3.0.0 version, but we won't update RTD to new version temporarily.&lt;BR /&gt;Due to our project, we need use MCAL (Flexcan_43 and canif), so I think I need create different can hardwareobject for different function. Use canif rx callback to execute freemaster interrupt I think, do you have any suggestion?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;BR, BillWen</description>
      <pubDate>Mon, 02 Feb 2026 00:46:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2304317#M2170</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2026-02-02T00:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2304789#M2172</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230805"&gt;@BillWen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I attached 2 example applications. They&amp;nbsp;use RTD 3.0.0 and FreeMASTER 1.5.0 and contain minimal setup for FreeMASTER communication over CAN configured with S32 Configuration Tools (one using MCAL and another one - Drivers layer).&lt;/P&gt;
&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2026 18:41:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2304789#M2172</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2026-02-02T18:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2305028#M2173</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;First of all, Thanks for your reply.&lt;/P&gt;&lt;P&gt;I change two setting of your flexcan example, and still can not work, can you help me check please?&lt;/P&gt;&lt;P&gt;1. I change flexcan from flexcan0 to flexcan2&lt;/P&gt;&lt;P&gt;2. I add standby pin for flexcan2 can transceiver&lt;/P&gt;&lt;P&gt;That's all, connect to flexcan2 and use any one freemaster project, load elf file which build from this example. Just can't connect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use&amp;nbsp;RD-K358BMU this NXP board to test, if you have this board maybe you can try it, thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR, BillWen&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 07:28:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2305028#M2173</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2026-02-03T07:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2305418#M2176</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230805"&gt;@BillWen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I checked your application on my validation board and it worked as expected.&amp;nbsp;&lt;SPAN&gt;RD-K358BMU&amp;nbsp;&lt;/SPAN&gt;may require some specific configurations. I will check it with that board and come back once I have any updates.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 16:04:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2305418#M2176</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2026-02-03T16:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2305487#M2177</link>
      <description>&lt;P&gt;Update: I noticed that CAN2_RX and TCAN2_TX signals are routed to PTC16 and PTC17 respectively on&amp;nbsp;&lt;SPAN&gt;RD-K358BMU&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="CAN.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375347i2090532159475696/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN.png" alt="CAN.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Your application configures TPC6 and PTC7.&amp;nbsp;&lt;SPAN&gt;After updating PINS configuration I was able to connect FreeMASTER to the board&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Pins.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375348i7215ECF7E7375792/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pins.png" alt="Pins.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="log.png" style="width: 465px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375350i584B181D4AF29191/image-dimensions/465x585?v=v2" width="465" height="585" role="button" title="log.png" alt="log.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 18:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2305487#M2177</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2026-02-03T18:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Freemaster over CAN based on s32k358</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2305604#M2178</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557" target="_blank"&gt;@iulian_stan&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I already change pin to PTC16 &amp;amp; PTC17, still can't work. (Thanks for your noticed, due to our different project so that I change wrong pin)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BillWen_0-1770164773697.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/375373i011E6FBE81BB4804/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BillWen_0-1770164773697.png" alt="BillWen_0-1770164773697.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Waiting for your good news, I have no idea for now, thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR, BillWen&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 00:34:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Freemaster-over-CAN-based-on-s32k358/m-p/2305604#M2178</guid>
      <dc:creator>BillWen</dc:creator>
      <dc:date>2026-02-04T00:34:01Z</dc:date>
    </item>
  </channel>
</rss>

