<?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: S32G BSP30 Yocto Build LLCE Issues in S32G</title>
    <link>https://community.nxp.com/t5/S32G/S32G-BSP30-Yocto-Build-LLCE-Issues/m-p/1503449#M1110</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you give me some contexts of the following errors?&lt;/P&gt;&lt;P&gt;1. LLCE_ERROR_BCAN_ACKERR&lt;/P&gt;&lt;P&gt;2. LLCE_ERROR_BCAN_BIT0ERR&lt;/P&gt;&lt;P&gt;Based on the user manual, once the LLCE firmware and drivers are included in the Yocto build, I am supposed to be able to send CAN configuration messages using the SocketCAN interface. Based on my understanding, the initial configuration messages are required for secure CAN PHY (TJA1153). However, when I tried sending a test configuration message on llcecan4, I kept receiving error messages. I've changed the STB_N to low via GPIO per the instructions. Did I miss anything here?&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 20:16:01 GMT</pubDate>
    <dc:creator>xyh7</dc:creator>
    <dc:date>2022-08-09T20:16:01Z</dc:date>
    <item>
      <title>S32G BSP30 Yocto Build LLCE Issues</title>
      <link>https://community.nxp.com/t5/S32G/S32G-BSP30-Yocto-Build-LLCE-Issues/m-p/1500576#M1094</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a Yocto Linux build that is based on BSP30 that runs on an S32G274A-RDB2 board.&lt;/P&gt;&lt;P&gt;I understand that the board has a few TJA1153 secure CAN transceivers that by default will NOT allow CAN traffic.&lt;/P&gt;&lt;P&gt;In order for me to configure the secure CAN transceivers locally, I am trying to enable the LLCE feature and using the SocketCAN interface to configure all secure CAN transceivers.&lt;/P&gt;&lt;P&gt;By including the dte.bin, frpe.bin, ppe_rx.bin, and ppe_tx.bin firmware (version 1.0.1) files to the Yocto rootfs and enable the LLCE Core, LLCE CAN, and LLCE Mailer modules, I was able to see all llcecanX SocketCAN interfaces in the Yocto build. In addition, I was also able to set the STB_N pin to low using GPIO.&lt;/P&gt;&lt;P&gt;However, when I tried sending a configuration command to the secure CAN transceiver, I kept receiving error message (e.g. LLCE_ERROR_BCAN_ACKERR or LLCE_ERROR_BCAN_BIT0ERR).&lt;/P&gt;&lt;P&gt;Based on the instruction manual, the firmware that comes with BSP30 is version 1.0.2, but I could only find 1.0.1 and 1.0.4 on the NXP website.&lt;/P&gt;&lt;P&gt;Is this a known issue? And where can I find the 1.0.2 LLCE firmware?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 23:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-BSP30-Yocto-Build-LLCE-Issues/m-p/1500576#M1094</guid>
      <dc:creator>xyh7</dc:creator>
      <dc:date>2022-08-03T23:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: S32G BSP30 Yocto Build LLCE Issues</title>
      <link>https://community.nxp.com/t5/S32G/S32G-BSP30-Yocto-Build-LLCE-Issues/m-p/1502749#M1109</link>
      <description>&lt;P&gt;Hello xyh7,&lt;/P&gt;
&lt;P&gt;You can find the latest LLCE 1.0.4 files from:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/app-autopackagemgr/software-package-manager:AUTO-SW-PACKAGE-MANAGER" target="_blank"&gt;https://www.nxp.com/app-autopackagemgr/software-package-manager:AUTO-SW-PACKAGE-MANAGER&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For looking older files click on History tab at left.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 17:55:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-BSP30-Yocto-Build-LLCE-Issues/m-p/1502749#M1109</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2022-08-08T17:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: S32G BSP30 Yocto Build LLCE Issues</title>
      <link>https://community.nxp.com/t5/S32G/S32G-BSP30-Yocto-Build-LLCE-Issues/m-p/1503449#M1110</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you give me some contexts of the following errors?&lt;/P&gt;&lt;P&gt;1. LLCE_ERROR_BCAN_ACKERR&lt;/P&gt;&lt;P&gt;2. LLCE_ERROR_BCAN_BIT0ERR&lt;/P&gt;&lt;P&gt;Based on the user manual, once the LLCE firmware and drivers are included in the Yocto build, I am supposed to be able to send CAN configuration messages using the SocketCAN interface. Based on my understanding, the initial configuration messages are required for secure CAN PHY (TJA1153). However, when I tried sending a test configuration message on llcecan4, I kept receiving error messages. I've changed the STB_N to low via GPIO per the instructions. Did I miss anything here?&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 20:16:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/S32G-BSP30-Yocto-Build-LLCE-Issues/m-p/1503449#M1110</guid>
      <dc:creator>xyh7</dc:creator>
      <dc:date>2022-08-09T20:16:01Z</dc:date>
    </item>
  </channel>
</rss>

