<?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: CAN  is BUSY</title>
    <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1657458#M23288</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My problem has been solved. Thank you very much for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2023 08:10:09 GMT</pubDate>
    <dc:creator>ZzzzzZzzzz</dc:creator>
    <dc:date>2023-05-25T08:10:09Z</dc:date>
    <item>
      <title>CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655585#M23190</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I used the S32K118EVB_64 development board and used the CAN function, but found that the function of receiving and sending could not be realized.I used the can_pal_s32k118 routine and found that the send status of CAN&amp;nbsp; returning BUSY.In LOOKBACK mode, it can send and receive,but they are always BUSY in normal mode,and the CAN_H and CAN_L connections of CAN are correct, May I ask what is the reason?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 09:27:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655585#M23190</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-23T09:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655670#M23196</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;check value of ESR/ECR registers if any error are detected. There could be various root causes, like pin setting, active transceiver, bit timing setting etc.&lt;BR /&gt;Be sure board is powered by 12V to have SBC powered. By default SBC CAN transceiver should be active if you did not program SBC anyhow.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 11:21:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655670#M23196</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-05-23T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655709#M23197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;There are some mistakes, but I don't understand. Can you help me to look at it? Below are the registers of ESR1, ECR and ESR2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_0-1684842892367.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224457iF3A763125B47413F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_0-1684842892367.png" alt="ZzzzzZzzzz_0-1684842892367.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The PIN configuration uses PTE4 and PTE5, and MUX selects the CAN function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The baud rate is set at 500Kbit, uses a 40MHz crystal oscillator clock, and carries out 4 frequency division, below is the baud rate configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_1-1684843280330.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224458i1022A9B9D551F0A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_1-1684843280330.png" alt="ZzzzzZzzzz_1-1684843280330.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The 12V power supply is normal.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I see that the CAN transceiver of the development board is powered by 5V, which is also normal after measurement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_2-1684843482911.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224459i9749F2C8B99EF8A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_2-1684843482911.png" alt="ZzzzzZzzzz_2-1684843482911.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I don't know how to change SBC, so it should be in the default state.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As for active transceiver, I don't understand. Is it working properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In LOOKBACK mode, I can send and receive data normally, but I cannot send and receive data normally in Normal mode. TX pin of MCU is always high level and RX pin is always low level.&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 12:10:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655709#M23197</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-23T12:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655723#M23199</link>
      <description>In ESR1, it is suggested that FlexCAN is not synchronized to the CAN bus. What might be the cause of this?</description>
      <pubDate>Tue, 23 May 2023 12:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655723#M23199</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-23T12:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655741#M23200</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;pin setup, or transceiver issue (not active). FlexCAN must see 1 on RX pin to see bus idle and be able to synchronize.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 12:52:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655741#M23200</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-05-23T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655762#M23202</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;The pins I use are PTE4 and PTE5,here are the configuration instructions.Can you help me see what the problem is?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_0-1684846965369.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224474i27438CDBC25F8EC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_0-1684846965369.png" alt="ZzzzzZzzzz_0-1684846965369.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_1-1684846973358.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224475i9FC4931F0E7C8713/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_1-1684846973358.png" alt="ZzzzzZzzzz_1-1684846973358.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_2-1684847023415.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224476i7E95EAA1C9FD0EF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_2-1684847023415.png" alt="ZzzzzZzzzz_2-1684847023415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I didn't use the FIFO and CANFD functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_3-1684847119829.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224477i8CD4F0C79AB91F10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_3-1684847119829.png" alt="ZzzzzZzzzz_3-1684847119829.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;About the transceiver, how to judge it is active state, I just measured that its power supply is 5V, and the RX pin of MCU is always 0,&lt;/SPAN&gt;the measured value at the front end of the transceiver is 0,&lt;SPAN&gt;I don't know how to make it become 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 13:09:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655762#M23202</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-23T13:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655780#M23204</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can read SBC's register using SPI to know status.&amp;nbsp;&lt;BR /&gt;Do you have external 12V connected to J16? If SBC is in Forced Normal mode then its V2 supply is active and CAN transceiver enabled. With bus disconnected V2 is 5V and RX pin high.&lt;BR /&gt;If not you can configure SBC via SPI or try to rest it to&amp;nbsp;Forced Normal mode. read SBC datasheet or example description for this.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 13:36:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655780#M23204</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-05-23T13:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655799#M23206</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't have SPI at the moment.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;A 12V power supply has been connected to the J16.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt; I measure RX pin low, V2 is 0V.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I remember you told me before that when RX pin is high, the bus will be synchronized. But now you say RX pin is high when it is not synchronized. Is there something wrong with my understanding?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In addition, I am a little confused. Even if the transceiver is not normal, there should be a signal at the input end of the transceiver, or I understand wrong.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 14:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1655799#M23206</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-23T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1656317#M23234</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to know how software in general results in CAN status being BUSY and not being able to sync to the bus.&amp;nbsp; Otherwise,d&lt;/SPAN&gt;&lt;SPAN&gt;oes the bus fail after initialization? I read in the documentation that it starts synchronizing the bus after initialization.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 06:16:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1656317#M23234</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-24T06:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1656466#M23245</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;the FlexCAN module is leaving from Freeze mode to Normal mode at the end of initialization. At that time teh module is trying to synchronize to the bus by waiting for 11 successive recessive bits on bus (recessive bit means level 1 on RX pin). If the RX pin is held low by disabled transceiver, FlexCAN cannot be synchronized and no message will be transmitted/received.&lt;/P&gt;
&lt;P&gt;In SW you can prepare message for transmission, but it never happens in this case and function returns BUSY when called again.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 08:45:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1656466#M23245</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-05-24T08:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1656483#M23247</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I have some new progress.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt; By looking at the register, I found that it had been synchronized to the BUS after initialization, but when sending the data, an error occurred, resulting in the BUS OFF state with BIT0ERR, as shown below:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_0-1684918416432.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224669i89B242264F6F259E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_0-1684918416432.png" alt="ZzzzzZzzzz_0-1684918416432.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;By Step into , I find that an error has occurred in this function:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_1-1684918446662.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224670i7B1475934FBBE40A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_1-1684918446662.png" alt="ZzzzzZzzzz_1-1684918446662.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When executing to 1, there are no errors, but when executing to 2, the error shown in the first figure occurs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZzzzzZzzzz_3-1684918544863.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/224674i44931553C9DB2FEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZzzzzZzzzz_3-1684918544863.png" alt="ZzzzzZzzzz_3-1684918544863.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;According to the FlexCAN transmit process of S32K1xx Series Reference Manual document, I haven't found any problem at present. Could you give me some suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 09:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1656483#M23247</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-24T09:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1656488#M23248</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I meant the situation when &lt;SPAN&gt;SBC is in Forced Normal mode then its V2 supply is active and CAN transceiver enabled. Then with bus disconnected V2 is 5V and RX pin high. in this case FlexCAN is able to communicate.&lt;BR /&gt;If you see V2 unpowered&amp;nbsp;and RX low, even if SBC is powered by 12V most probably it is not in default&amp;nbsp;Forced Normal mode. it is enough to run demo SBC example to leave this mode.&lt;BR /&gt;So either control SBC over SPI or try t&lt;/SPAN&gt;o reset the UJA1169 Transceiver to Default Mode. You need to follow next procedure:&lt;/P&gt;
&lt;P&gt;Connect the SBC transceiver in next configuration with the board S32K118EVB-Q64 power off :&lt;BR /&gt;• pin RSTN from SBC is held LOW&lt;BR /&gt;• CANH(J13.1) is pulled up to VBAT(J11.2)&lt;BR /&gt;• CANL(J13.2) is pulled down to GND(J13.4)&lt;BR /&gt;Now Power on the board with external supply 12V (J16) with the connections above in place after power on cycle disconnect the configuration above and connect for normal can communication and should work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 09:03:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1656488#M23248</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2023-05-24T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1657220#M23266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I only have a development board here, but I am not sure whether my DEMO software is correct. Can you give me a correct DEMO software.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 02:53:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1657220#M23266</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-25T02:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: CAN  is BUSY</title>
      <link>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1657458#M23288</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My problem has been solved. Thank you very much for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 08:10:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-is-BUSY/m-p/1657458#M23288</guid>
      <dc:creator>ZzzzzZzzzz</dc:creator>
      <dc:date>2023-05-25T08:10:09Z</dc:date>
    </item>
  </channel>
</rss>

