<?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 some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read in S32K</title>
    <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2022044#M44784</link>
    <description>&lt;P&gt;dear NXP experts:&lt;/P&gt;&lt;P&gt;I have a question while taking use of EB Mcal version as&amp;nbsp;SW32K3_S32M27x_RTD_R21-11_4.0.0_P04.&lt;/P&gt;&lt;P&gt;in the function "Can_43_FLEXCAN_Ipw_MainFunction_Read" located in file "Can_43_FLEXCAN_Ipw.c"&lt;/P&gt;&lt;P&gt;a local variable "&lt;SPAN&gt;ReceivedDataBuffer" is defined without adding "static ", but in the previous Mcal version like 1.0.0 ,static is added, so I want to know the reason .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if there is no static ,the local&amp;nbsp;&lt;SPAN&gt;ReceivedDataBuffer will be assign a random address and the address of pMBmessage will not equal to the&amp;nbsp;ReceivedDataBuffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Jan 2025 03:06:54 GMT</pubDate>
    <dc:creator>yin_qiu</dc:creator>
    <dc:date>2025-01-04T03:06:54Z</dc:date>
    <item>
      <title>some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2022044#M44784</link>
      <description>&lt;P&gt;dear NXP experts:&lt;/P&gt;&lt;P&gt;I have a question while taking use of EB Mcal version as&amp;nbsp;SW32K3_S32M27x_RTD_R21-11_4.0.0_P04.&lt;/P&gt;&lt;P&gt;in the function "Can_43_FLEXCAN_Ipw_MainFunction_Read" located in file "Can_43_FLEXCAN_Ipw.c"&lt;/P&gt;&lt;P&gt;a local variable "&lt;SPAN&gt;ReceivedDataBuffer" is defined without adding "static ", but in the previous Mcal version like 1.0.0 ,static is added, so I want to know the reason .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if there is no static ,the local&amp;nbsp;&lt;SPAN&gt;ReceivedDataBuffer will be assign a random address and the address of pMBmessage will not equal to the&amp;nbsp;ReceivedDataBuffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thank you very much.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2025 03:06:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2022044#M44784</guid>
      <dc:creator>yin_qiu</dc:creator>
      <dc:date>2025-01-04T03:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2022450#M44811</link>
      <description>&lt;A href="https://community.nxp.com/t5/S32K/ECU-jump-into-hard-fault-if-receive-frame-in-polling-mode/td-p/2019905" target="_blank"&gt;https://community.nxp.com/t5/S32K/ECU-jump-into-hard-fault-if-receive-frame-in-polling-mode/td-p/2019905&lt;/A&gt;&lt;BR /&gt;hello ,I met the hardfault problem and I think the reason maybe related with the missing static here.</description>
      <pubDate>Mon, 06 Jan 2025 08:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2022450#M44811</guid>
      <dc:creator>yin_qiu</dc:creator>
      <dc:date>2025-01-06T08:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2023127#M44843</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;the keyword “static” was removed from those variables in order to support multicore/multithread feature, as those variables will be put into stack, and because each core will have their own stack in multicore environment, so those variables will not be concurrently accessed.&lt;BR /&gt;See&amp;nbsp;ARTD-24436 in RTD release note.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 08:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2023127#M44843</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-01-07T08:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2023222#M44846</link>
      <description>dear Petrs:&lt;BR /&gt;thanks pretty much for answering my question.&lt;BR /&gt;I take use of the mcal in S32K312 and meet an hardfault problem and I logged my debug information here:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K/ECU-jump-into-hard-fault-if-receive-frame-in-polling-mode/td-p/2019905" target="_blank"&gt;https://community.nxp.com/t5/S32K/ECU-jump-into-hard-fault-if-receive-frame-in-polling-mode/td-p/2019905&lt;/A&gt;&lt;BR /&gt;after adding "static",ECU will not go hardfault. could you pls check the debug infor and help me to check if "static "is the root cause?</description>
      <pubDate>Tue, 07 Jan 2025 10:44:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2023222#M44846</guid>
      <dc:creator>yin_qiu</dc:creator>
      <dc:date>2025-01-07T10:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2025830#M45004</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;maybe there is issue with Stack or similar. To say more, share simplified full project indicating an issue so we can check/test.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 13:15:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2025830#M45004</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-01-10T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2026141#M45021</link>
      <description>&lt;P&gt;hello,Petrs:&lt;/P&gt;&lt;P&gt;yes, I tried to set a large size of stack, but it seems make no sense and I also check the contents of stack by S32DS when mcu jump into hardfault and I also find the contents in the top area of the stack is "FF", so it seems the stack is not overflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2025 08:25:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2026141#M45021</guid>
      <dc:creator>yin_qiu</dc:creator>
      <dc:date>2025-01-11T08:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2026723#M45044</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;OK then as I wrote, share simplified full project indicating an issue so we can check/test.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 11:57:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2026723#M45044</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-01-13T11:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2026782#M45048</link>
      <description>&lt;P&gt;hello PetrS:&lt;/P&gt;&lt;P&gt;I upload the file,and if there is no FS23 in your board ,you can delete the FS23 folder and some related include item.&lt;/P&gt;&lt;P&gt;you may config the "ToolPath.mk" for adjust the compiler(ghs) and python (I take use of python27).&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 13:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2026782#M45048</guid>
      <dc:creator>yin_qiu</dc:creator>
      <dc:date>2025-01-13T13:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2026785#M45050</link>
      <description>&lt;P&gt;hi I am not sure if the project is upload successful. ahd upload again&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 13:43:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2026785#M45050</guid>
      <dc:creator>yin_qiu</dc:creator>
      <dc:date>2025-01-13T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2028324#M45126</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;sorry but I have neither GHS nor Python.&lt;/P&gt;
&lt;P&gt;BR, Petr&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 13:48:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2028324#M45126</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-01-15T13:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: some question about function Can_43_FLEXCAN_Ipw_MainFunction_Read</title>
      <link>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2029520#M45189</link>
      <description>hi PetrS：&lt;BR /&gt;could you pls help me to analysis the cycle of Can_43_FLEXCAN_MainFunction_Read(), any side effect will happen if it is located in while(1)?&lt;BR /&gt;or is it must be located in 10ms task?&lt;BR /&gt;thanks a lot</description>
      <pubDate>Fri, 17 Jan 2025 06:14:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/some-question-about-function-Can-43-FLEXCAN-Ipw-MainFunction/m-p/2029520#M45189</guid>
      <dc:creator>yin_qiu</dc:creator>
      <dc:date>2025-01-17T06:14:03Z</dc:date>
    </item>
  </channel>
</rss>

