<?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のトピックRe: RDBESSK358BMU CAN4 normal mode issue</title>
    <link>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353808#M58082</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260576"&gt;@samansaki&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you share how are you testing CAN communication? Are you using a PCAN USB analyzer? Are you able to scope the bus?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I do not have the board with me right now, but I can share some S32K3X8 EVB CAN example if needed. Just help me sharing S32DS + RTD versions.&lt;/P&gt;
&lt;P&gt;Anyway,&amp;nbsp;RDBESSK358BMU board uses the&amp;nbsp;TJA1463ATK CAN interface, which is operated by two control pins, &lt;STRONG&gt;STB_N&lt;/STRONG&gt; and &lt;STRONG&gt;EN&lt;/STRONG&gt;. For NORMAL mode, set HIGH levels on both STB_N and EN.&lt;/P&gt;
&lt;P&gt;You can do this by writing 1 to the pin:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Siul2_Dio_Ip_WritePin(STB_N_PORT, STB_N_PIN, 1U);
Siul2_Dio_Ip_WritePin(EN_PORT, EN_PIN, 1U);
&lt;/LI-CODE&gt;
&lt;P&gt;Other than that, basic configuration looks OK.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also check that the bit timing matches both nodes on the bus (Whatever you are using to test, eg. another board, PCAN USB, etc.)&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
    <pubDate>Mon, 20 Apr 2026 16:59:48 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2026-04-20T16:59:48Z</dc:date>
    <item>
      <title>RDBESSK358BMU CAN4 normal mode issue</title>
      <link>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2352911#M58029</link>
      <description>&lt;P&gt;Hi NXP team,&lt;/P&gt;&lt;P&gt;I am working with the &lt;STRONG&gt;RDBESSK358BMU&lt;/STRONG&gt;&amp;nbsp;board and trying to bring up &lt;STRONG&gt;CAN using FlexCAN4 with the onboard CAN-FD transceiver&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;At the end of post you can see my code.&lt;BR /&gt;I also selected the pins in S32 Design Studio &lt;STRONG&gt;based on my understanding of the board documentation and schematic&lt;/STRONG&gt;, but it still does not work.&lt;/P&gt;&lt;P&gt;My current understanding is:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTC30 → CAN4_TX&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTC31 → CAN4_RX&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTA7 → CAN_STB&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTD8 → CAN-FD_EN&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTD9 → CAN-FD_ERR&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In S32DS pin configuration, I selected them as follows according to my interpretation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTC30 / CAN4_TX&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTC31 / CAN4_RX&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTD8 as GPIO Output&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTA7 as GPIO Output&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;PTD9 as GPIO Input&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, the setup is still not working.&lt;/P&gt;&lt;P&gt;I want to use &lt;STRONG&gt;normal mode only&lt;/STRONG&gt; with the &lt;STRONG&gt;real external transceiver and real CAN bus&lt;/STRONG&gt;.&lt;BR /&gt;I do &lt;STRONG&gt;not&lt;/STRONG&gt; want loopback mode.&lt;/P&gt;&lt;P&gt;Also, when I try to run in normal mode, the board seems to &lt;STRONG&gt;reset&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Do you have a &lt;STRONG&gt;complete working example&lt;/STRONG&gt; for:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;RDBESSK358BMU&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;FlexCAN4&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;normal mode&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;external CAN transceiver enabled&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;correct &lt;STRONG&gt;pin settings&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;correct &lt;STRONG&gt;S32DS configuration&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2- If possible, could you please provide:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;a &lt;STRONG&gt;full working example project&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;or a &lt;STRONG&gt;minimal but complete initialization example&lt;/STRONG&gt;&lt;BR /&gt;including:&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;clock init&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;pin mux&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;CAN transceiver control pins&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;FlexCAN4 init&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;start mode&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;transmit example in normal mode&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My current code is as bellow also, the pin setting in S32DS is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;BR /&gt;Saman&lt;BR /&gt;&lt;BR /&gt;****************************************************************&lt;/P&gt;&lt;P&gt;#include "Mcal.h"&lt;BR /&gt;#include "OsIf.h"&lt;BR /&gt;#include "FlexCAN_Ip.h"&lt;BR /&gt;#include "FlexCAN_Ip_Cfg.h"&lt;BR /&gt;#include "Clock_Ip.h"&lt;BR /&gt;#include "Clock_Ip_Cfg.h"&lt;BR /&gt;#include "Siul2_Port_Ip.h"&lt;BR /&gt;#include "Siul2_Port_Ip_Cfg.h"&lt;/P&gt;&lt;P&gt;volatile int exit_code = 0;&lt;/P&gt;&lt;P&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt;Flexcan_Ip_DataInfoType txInfo;&lt;BR /&gt;uint8 txData[8] = {1U, 2U, 3U, 4U, 5U, 6U, 7U, 8U};&lt;/P&gt;&lt;P&gt;/* Clock init */&lt;BR /&gt;Clock_Ip_Init(&amp;amp;Clock_Ip_aClockConfig[0]);&lt;/P&gt;&lt;P&gt;/* Pin init */&lt;BR /&gt;Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS0, g_pin_mux_InitConfigArr0);&lt;/P&gt;&lt;P&gt;/* OSIF init */&lt;BR /&gt;OsIf_Init(NULL_PTR);&lt;/P&gt;&lt;P&gt;/* CAN4 init */&lt;BR /&gt;FlexCAN_Ip_Init(4U, &amp;amp;FlexCAN_State0, &amp;amp;FlexCAN_Config0);&lt;/P&gt;&lt;P&gt;/* Start CAN controller */&lt;BR /&gt;FlexCAN_Ip_SetStartMode(4U);&lt;/P&gt;&lt;P&gt;/* CAN frame info */&lt;BR /&gt;txInfo.msg_id_type = FLEXCAN_MSG_ID_STD;&lt;BR /&gt;txInfo.data_length = 8U;&lt;BR /&gt;txInfo.fd_enable = FALSE;&lt;BR /&gt;txInfo.fd_padding = 0U;&lt;BR /&gt;txInfo.enable_brs = FALSE;&lt;BR /&gt;txInfo.is_polling = TRUE;&lt;BR /&gt;txInfo.is_remote = FALSE;&lt;/P&gt;&lt;P&gt;for (;;)&lt;BR /&gt;{&lt;BR /&gt;(void)FlexCAN_Ip_SendBlocking(4U, 0U, &amp;amp;txInfo, 0x123U, txData, 1000U);&lt;/P&gt;&lt;P&gt;for (volatile uint32 i = 0U; i &amp;lt; 1000000U; i++)&lt;BR /&gt;{&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;return exit_code;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 10:12:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2352911#M58029</guid>
      <dc:creator>samansaki</dc:creator>
      <dc:date>2026-04-17T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: RDBESSK358BMU CAN4 normal mode issue</title>
      <link>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353129#M58046</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260576"&gt;@samansaki&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Your general configuration seems to be correct. How are you testing the CAN communication? Are you using something like the PCAN USB analyzer?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can look through our community for some existing examples regarding&amp;nbsp;RDBESSK358BMU or S32K358 in general, for example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K/RD-K358BMU-How-to-get-example-alike-CAN-and-compile/m-p/2191353/highlight/true" target="_blank"&gt;[RD-K358BMU]How to get example alike CAN and compile&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-receive-problem-RDK358BMU-board/m-p/2305099#M10624" target="_blank"&gt;CAN receive problem: RDK358BMU board&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K/How-to-enable-VCU-CAN-on-RD-K358BMU/td-p/1846160" target="_blank"&gt;How to enable VCU CAN on RD-K358BMU&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Now, regarding this sentence: "Also, when I try to run in normal mode, the board seems to reset." Could you clarify what this means? At which point in the application does the board reset?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 18:55:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353129#M58046</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2026-04-17T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: RDBESSK358BMU CAN4 normal mode issue</title>
      <link>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353179#M58048</link>
      <description>&lt;P&gt;Hi Julián,&lt;/P&gt;&lt;P&gt;I currently have a problem in the debug stage of my code. The reset issue I mentioned is related to switching to normal mode, which I will ask about later as a separate issue. For now, I would like to solve the debug problem first.&lt;/P&gt;&lt;P&gt;I want to debug my code step by step, set breakpoints, and check the registers.&lt;/P&gt;&lt;P&gt;Specifically, I want to verify registers such as:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;SIUL2 GPDO / GPDI&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;MSCR / IMCR configuration&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;FlexCAN registers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;From the BMU board documentation (S32K358, 172-MQFP), I expect:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;PTD8 -&amp;gt; pin 64 -&amp;gt; CAN_EN&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PTD9 -&amp;gt; pin 63 -&amp;gt; CAN_ERR&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PTA7 -&amp;gt; pin 100 -&amp;gt; CAN_STB&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PTC30 -&amp;gt; pin 101 -&amp;gt; CAN4_TX&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;PTC31 -&amp;gt; pin 103 -&amp;gt; CAN4_RX&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;However, I noticed that when I select the S32K358 family in S32DS, the tool automatically assigns a default part number (S32K358 in 289-BGA), while my board uses the 172-MQFP package.&lt;/P&gt;&lt;P&gt;Because of this, the pin mapping is different, and I cannot reliably check the registers during debugging.&lt;/P&gt;&lt;P&gt;I searched in S32DS but could not find where to manually change the part number/package.&lt;/P&gt;&lt;P&gt;I have attached a screenshot showing this issue.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Saman&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 20:44:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353179#M58048</guid>
      <dc:creator>samansaki</dc:creator>
      <dc:date>2026-04-17T20:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: RDBESSK358BMU CAN4 normal mode issue</title>
      <link>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353184#M58050</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260576"&gt;@samansaki&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can select the "Switch package" option inside the Pins tool, and select the 172HDQFP package:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1776460525696.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/382809iD83C25CC2CEEA207/image-size/large?v=v2&amp;amp;px=999" role="button" title="Julin_AragnM_0-1776460525696.png" alt="Julin_AragnM_0-1776460525696.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 21:16:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353184#M58050</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2026-04-17T21:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: RDBESSK358BMU CAN4 normal mode issue</title>
      <link>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353317#M58056</link>
      <description>&lt;P&gt;Hi Julian&lt;/P&gt;&lt;P&gt;Thank you for your nice answer.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regarding my main problem, I checked the examples you provided, and now I’m trying to send a very simple CAN message using FlexCAN on S32K358, but I’m stuck and not sure where the issue is.&lt;/P&gt;&lt;P&gt;I have been debugging this for quite some time, but I still cannot figure out what’s wrong.&lt;/P&gt;&lt;P&gt;My goal is simply to periodically send a basic CAN frame (8 bytes) using one TX message buffer.&lt;/P&gt;&lt;P&gt;Please take a look at my code below, as well as the attached screenshots from S32DS (registers, pin configuration, etc.):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"Mcal.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"Clock_Ip.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"Siul2_Port_Ip_Cfg.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"Siul2_Port_Ip.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#include&lt;/SPAN&gt; &lt;SPAN&gt;"FlexCAN_Ip.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#define&lt;/SPAN&gt;&lt;SPAN&gt; TX_MB_IDX 0U&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#define&lt;/SPAN&gt;&lt;SPAN&gt; MSG_ID 0x123U&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;uint8&lt;/SPAN&gt;&lt;SPAN&gt; txData[8] = {1,2,3,4,5,6,7,8};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;uint32&lt;/SPAN&gt;&lt;SPAN&gt; canStatus; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Flexcan_Ip_DataInfoType&lt;/SPAN&gt;&lt;SPAN&gt; tx_info = {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.msg_id_type = &lt;/SPAN&gt;&lt;SPAN&gt;FLEXCAN_MSG_ID_STD&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.data_length = 8u,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.fd_enable = FALSE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.fd_padding = FALSE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.enable_brs = FALSE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.is_polling = TRUE,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.is_remote = FALSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;int&lt;/SPAN&gt; &lt;SPAN&gt;main&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;void&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Clock_Ip_Init(&amp;amp;Clock_Ip_aClockConfig[0]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Siul2_Port_Ip_Init(NUM_OF_CONFIGURED_PINS0, g_pin_mux_InitConfigArr0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FlexCAN_Ip_Init(INST_FLEXCAN_4, &amp;amp;FlexCAN_State0, &amp;amp;FlexCAN_Config0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FlexCAN_Ip_SetStartMode(INST_FLEXCAN_4);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;while&lt;/SPAN&gt;&lt;SPAN&gt; (1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;canStatus = (&lt;/SPAN&gt;&lt;SPAN&gt;uint32&lt;/SPAN&gt;&lt;SPAN&gt;)FlexCAN_Ip_Send(INST_FLEXCAN_4, TX_MB_IDX, &amp;amp;tx_info, MSG_ID, txData);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;txData[0]++;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;for&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;SPAN&gt;volatile&lt;/SPAN&gt; &lt;SPAN&gt;uint32&lt;/SPAN&gt;&lt;SPAN&gt; i = 0; i &amp;lt; 1000000U; i++)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2026 15:27:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353317#M58056</guid>
      <dc:creator>samansaki</dc:creator>
      <dc:date>2026-04-18T15:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: RDBESSK358BMU CAN4 normal mode issue</title>
      <link>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353808#M58082</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260576"&gt;@samansaki&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you share how are you testing CAN communication? Are you using a PCAN USB analyzer? Are you able to scope the bus?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I do not have the board with me right now, but I can share some S32K3X8 EVB CAN example if needed. Just help me sharing S32DS + RTD versions.&lt;/P&gt;
&lt;P&gt;Anyway,&amp;nbsp;RDBESSK358BMU board uses the&amp;nbsp;TJA1463ATK CAN interface, which is operated by two control pins, &lt;STRONG&gt;STB_N&lt;/STRONG&gt; and &lt;STRONG&gt;EN&lt;/STRONG&gt;. For NORMAL mode, set HIGH levels on both STB_N and EN.&lt;/P&gt;
&lt;P&gt;You can do this by writing 1 to the pin:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Siul2_Dio_Ip_WritePin(STB_N_PORT, STB_N_PIN, 1U);
Siul2_Dio_Ip_WritePin(EN_PORT, EN_PIN, 1U);
&lt;/LI-CODE&gt;
&lt;P&gt;Other than that, basic configuration looks OK.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could also check that the bit timing matches both nodes on the bus (Whatever you are using to test, eg. another board, PCAN USB, etc.)&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2026 16:59:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/RDBESSK358BMU-CAN4-normal-mode-issue/m-p/2353808#M58082</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2026-04-20T16:59:48Z</dc:date>
    </item>
  </channel>
</rss>

