<?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: Setting up CAN driver for s32k322 using code configuration tool in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1814317#M32023</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228790"&gt;@pratik_a&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please try declaring the functions in your main code for your application, just like in the example:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;void CanIf_ControllerBusOff(uint8 ControllerId)
{
    (void)ControllerId;
}

void CanIf_ControllerModeIndication(uint8 ControllerId, Can_ControllerStateType ControllerMode )
{
    (void)ControllerId;
    (void)ControllerMode;
}&lt;/LI-CODE&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 05:18:24 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2024-02-23T05:18:24Z</dc:date>
    <item>
      <title>Setting up CAN driver for s32k322 using code configuration tool</title>
      <link>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1812537#M31900</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to configure CAN1 which is PTC8 and PTC9 of S32k322 as a CAN transceiver.&amp;nbsp; As can be seen in image 1.png I have included the necessary components. After updating the code I'm getting the following 5 errors,&lt;/P&gt;&lt;P&gt;Error 1:&lt;/P&gt;&lt;P&gt;workspaceS32DS.3.5\trial21_02_24\trial21_02_24_M7_1\Debug_FLASH/../RTD/src/Can_43_FLEXCAN.c:1135: undefined reference to `CanIf_ControllerModeIndication'&lt;/P&gt;&lt;P&gt;Error 2:&amp;nbsp;&lt;/P&gt;&lt;P&gt;s32ds.3.5/s32ds/build_tools/gcc_v10.2/gcc-10.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/10.2.0/../../../../arm-none-eabi/bin/real-ld.exe: workspaceS32DS.3.5\trial21_02_24\trial21_02_24_M7_1\Debug_FLASH/../RTD/src/Can_43_FLEXCAN.c:1184: undefined reference to `CanIf_ControllerModeIndication'&lt;/P&gt;&lt;P&gt;Error 3:&lt;/P&gt;&lt;P&gt;workspaceS32DS.3.5\trial21_02_24\trial21_02_24_M7_1\Debug_FLASH/../RTD/src/Can_43_FLEXCAN.c:2997: undefined reference to `CanIf_ControllerBusOff'&lt;/P&gt;&lt;P&gt;Error 4:&lt;/P&gt;&lt;P&gt;workspaceS32DS.3.5\trial21_02_24\trial21_02_24_M7_1\Debug_FLASH/../RTD/src/Can_43_FLEXCAN_Ipw.c:2613: undefined reference to `CanIf_ControllerModeIndication'&lt;/P&gt;&lt;P&gt;Error 5:&lt;/P&gt;&lt;P&gt;make: *** [makefile:39: trial21_02_24_M7_1.elf] Error 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks, in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 06:53:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1812537#M31900</guid>
      <dc:creator>pratik_a</dc:creator>
      <dc:date>2024-02-21T06:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up CAN driver for s32k322 using code configuration tool</title>
      <link>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1813160#M31936</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228790"&gt;@pratik_a&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Firstly, could you share the version of the RTD package you are using?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you also share how did you create the project? Is this from scratch or are you basing this application off of the &lt;STRONG&gt;Can_Example&lt;/STRONG&gt; from the RTD?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please confirm you are including the necessary file for the driver, as shown in the example (this is not made automatically with the "UpdateCode" button):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;#include "Can_43_FLEXCAN.h"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 21:37:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1813160#M31936</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-02-21T21:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up CAN driver for s32k322 using code configuration tool</title>
      <link>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1813422#M31954</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;I'm creating the project from scratch. I selected the controller NXP S32k322 along with SDK named PlatformSDK_S32K3_S32K322_M7_0 version 3.0.0 refer image 1.png and included the modules directly from the components section as can be seen in image 2.png&lt;/P&gt;&lt;P&gt;I also tried including the header&amp;nbsp;file in main.c&lt;/P&gt;&lt;P&gt;#include "Can_43_FLEXCAN.h"&lt;/P&gt;&lt;P&gt;The error still persists.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Pratik&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 05:43:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1813422#M31954</guid>
      <dc:creator>pratik_a</dc:creator>
      <dc:date>2024-02-22T05:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up CAN driver for s32k322 using code configuration tool</title>
      <link>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1814317#M32023</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228790"&gt;@pratik_a&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Please try declaring the functions in your main code for your application, just like in the example:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;void CanIf_ControllerBusOff(uint8 ControllerId)
{
    (void)ControllerId;
}

void CanIf_ControllerModeIndication(uint8 ControllerId, Can_ControllerStateType ControllerMode )
{
    (void)ControllerId;
    (void)ControllerMode;
}&lt;/LI-CODE&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 05:18:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1814317#M32023</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-02-23T05:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up CAN driver for s32k322 using code configuration tool</title>
      <link>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1815205#M32079</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 05:47:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Setting-up-CAN-driver-for-s32k322-using-code-configuration-tool/m-p/1815205#M32079</guid>
      <dc:creator>pratik_a</dc:creator>
      <dc:date>2024-02-26T05:47:43Z</dc:date>
    </item>
  </channel>
</rss>

