<?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: S32K342 CAN bootloader sample code implement problem</title>
    <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1679126#M24601</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215747"&gt;@HarrySu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;OK, please attach your working E-mail. I can booking a meeting in teams today.&lt;/P&gt;&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tomlin&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 02:02:12 GMT</pubDate>
    <dc:creator>nxf10035</dc:creator>
    <dc:date>2023-06-30T02:02:12Z</dc:date>
    <item>
      <title>S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1668790#M23916</link>
      <description>&lt;P&gt;Hello NXP,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, I have deleted that comment.&lt;/P&gt;&lt;P&gt;I am working on S32K342 CAN bootloader，I have refered the sample code&amp;nbsp;&lt;U&gt;S32K344_CAN_Bootloader_RTD2d0&lt;/U&gt; in&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Unified-bootloader-Demo/ta-p/1423099&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;, but I got the complier error below, Mcal.h didn't exist in my project, &lt;SPAN&gt;How can this problem be resolved? My IDE is RTD v2.0.3. Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_0-1686709001698.png" style="width: 718px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/227513i0DE90E77E6463BB4/image-dimensions/718x334?v=v2" width="718" height="334" role="button" title="HarrySu_0-1686709001698.png" alt="HarrySu_0-1686709001698.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 02:49:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1668790#M23916</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-14T02:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1669771#M23979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;It's might be compatibility problem of RTD2.0 with RTD2.0.3. Suggestion you can&lt;/P&gt;
&lt;P&gt;1. create another project over RTD2.0.3&lt;/P&gt;
&lt;P&gt;2. Configure peripherals reference bootloader project&lt;/P&gt;
&lt;P&gt;3. Copy all bootloader code including link file to new project without RTD and generate code&lt;/P&gt;
&lt;P&gt;4. Compare two projects and new project code should the same with old project&lt;/P&gt;
&lt;P&gt;5. C40_IP.c should follow old project&lt;/P&gt;
&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tomlin&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 01:58:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1669771#M23979</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-15T01:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1670085#M24001</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797" target="_self"&gt;&lt;SPAN class=""&gt;nxf10035&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks for your advice and guidance. It has given me a good direction. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since I am still a beginner in the field of Bootloaders, I would like to confirm something with you. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Q1. The difference between the sample codes 'project _&lt;U&gt;S32K344_APP_Demo_RTD2d0&lt;/U&gt;' and 'project _&lt;U&gt;S32K344_CAN_Bootloader_RTD2d0&lt;/U&gt;,' is that the APP code serves as the object to be programmed via CAN, while the Bootloader code is the main code for the MCU, which needs to be programmed using the regular programming method. Am I understanding this correctly?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Q2. In my own Application code do I need to include the 'APP_bootloader_exchange_info' file from the sample code's App src directory? This allows the MCU to update the firmware via CAN while it is running?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Harry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 08:34:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1670085#M24001</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-15T08:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1670793#M24039</link>
      <description>&lt;P&gt;Hi, Harry,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Answer as following:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Q1. The difference between the sample codes 'project _&lt;U&gt;S32K344_APP_Demo_RTD2d0&lt;/U&gt;' and 'project _&lt;U&gt;S32K344_CAN_Bootloader_RTD2d0&lt;/U&gt;,' is that the APP code serves as the object to be programmed via CAN, while the Bootloader code is the main code for the MCU, which needs to be programmed using the regular programming method. Am I understanding this correctly?"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;EM&gt;Tomlin: Yes, most of time the APP programed by bootloader.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Q2. In my own Application code do I need to include the 'APP_bootloader_exchange_info' file from the sample code's App src directory? This allows the MCU to update the firmware via CAN while it is running?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Tomlin: No, the APP_bootloader_exchange_info is used to exchange information between A&lt;SPAN&gt;PP with bootloader when needed to update APP. APP should integrate UDS stack. Suggestion you can reference OEM spec.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Tomlin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 05:49:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1670793#M24039</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-16T05:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1675571#M24349</link>
      <description>&lt;P&gt;Hello Tomlin &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for previous advice, I have already build successfully on S32K342 MCU using S32K344 CAN bootloader sample code, FW could be programmed into MCU too.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_1-1687749736068.png" style="width: 665px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229182iB548F399800D21A5/image-dimensions/665x334?v=v2" width="665" height="334" role="button" title="HarrySu_1-1687749736068.png" alt="HarrySu_1-1687749736068.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I encounter another problem now. I have connected PEAK CAN donggle to GUI ECUBus.&lt;/P&gt;&lt;P&gt;I import the&amp;nbsp;&lt;U&gt;ECUBUS_344CAN_uds.json&lt;/U&gt; to&amp;nbsp;PCAN UDS schedule from sample file: S32K3xx\S32K344_CAN\&lt;/P&gt;&lt;P&gt;When I click "start" on GUI, there is an error below show : Write from 0xb to 0x16 with RA 0x0,result:undefined&lt;/P&gt;&lt;P&gt;How can i solve this problem? Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_0-1687749582024.png" style="width: 684px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229181iAF7DA81719D581FF/image-dimensions/684x243?v=v2" width="684" height="243" role="button" title="HarrySu_0-1687749582024.png" alt="HarrySu_0-1687749582024.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 03:39:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1675571#M24349</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-26T03:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676509#M24425</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215747"&gt;@HarrySu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Did you config the CAN info as following?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf10035_0-1687832927800.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229486i3D598B64B91EBBA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf10035_0-1687832927800.png" alt="nxf10035_0-1687832927800.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Tomlin&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 02:29:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676509#M24425</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-27T02:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676796#M24441</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Tom&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797" target="_blank"&gt;@nxf10035&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply, my CAN config setting is below, I followed the PDF:ECU-Bus User Guide page4 setting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_0-1687852570264.png" style="width: 381px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229582iF325440083875B19/image-dimensions/381x238?v=v2" width="381" height="238" role="button" title="HarrySu_0-1687852570264.png" alt="HarrySu_0-1687852570264.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_1-1687852570233.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229584i25946544404B4EB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HarrySu_1-1687852570233.png" alt="HarrySu_1-1687852570233.png" /&gt;&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;About config setting on S32K342, I have an one different setting from S32K344 CAN boot loader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;U&gt;In below picture, Number Of MB :14&lt;/U&gt;&lt;SPAN&gt;, 14 is the maximum value that I can set in S32K342.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But S32K344 set&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;Number Of MB :16,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/U&gt;&lt;SPAN&gt;will it cause any error on CAN communication?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_2-1687852569864.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229583i2BF7BEF10693666D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HarrySu_2-1687852569864.png" alt="HarrySu_2-1687852569864.png" /&gt;&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;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Harry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 07:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676796#M24441</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-27T07:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676802#M24442</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215747"&gt;@HarrySu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; We just test on &lt;STRONG&gt;PCAN-USB Pro&lt;/STRONG&gt;. What's your hardware type? I think you can send UDS message(&lt;STRONG&gt;0x02 0x10 0x03&lt;/STRONG&gt;) to verify the hardware and bootloader working&amp;nbsp; normally or not in GUI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Tomlin&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 08:02:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676802#M24442</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-27T08:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676830#M24445</link>
      <description>&lt;P&gt;Hello Tom &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This is my PEAK CAN Pro HW type:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.microport.com.tw/prod/CAN-Bus-%E6%8E%A7%E5%88%B6%E5%99%A8%E5%8D%80%E5%9F%9F%E7%B6%B2%E8%B7%AF/USB-to-CAN/PCAN-USB%20Pro%20FD.html" target="_blank"&gt;https://www.microport.com.tw/prod/CAN-Bus-%E6%8E%A7%E5%88%B6%E5%99%A8%E5%8D%80%E5%9F%9F%E7%B6%B2%E8%B7%AF/USB-to-CAN/PCAN-USB%20Pro%20FD.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;About the UDS Message,&lt;/P&gt;&lt;P&gt;Did you mean use PCAN view directly transmit id:0x784 payload:&lt;STRONG&gt;0x02 0x10 0x03? ( PCAN setting show below)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MCU didn't response anything.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_0-1687854275460.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229591i5F7B561D2FA127AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HarrySu_0-1687854275460.png" alt="HarrySu_0-1687854275460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_1-1687854384590.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229593i027C8585AC40ADCB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HarrySu_1-1687854384590.png" alt="HarrySu_1-1687854384590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 08:28:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676830#M24445</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-27T08:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676840#M24447</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215747"&gt;@HarrySu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Looks like the hardware is the same. Yes, PCAN view send the UDS message. If you choose CANFD, please select&amp;nbsp; nominal bit rate and data bit rate are 500K.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Tomlin&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 08:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676840#M24447</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-27T08:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676851#M24448</link>
      <description>&lt;P&gt;Hello Tom &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;What is the number of CAN ID?, could you please show the PCAN view message window?&lt;/P&gt;&lt;P&gt;I also want to know what the message will MCU bootloader response, Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 08:41:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676851#M24448</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-27T08:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676862#M24451</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215747"&gt;@HarrySu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; The PCAN View send: ID(&lt;STRONG&gt;0x784&lt;/STRONG&gt;)&amp;nbsp; data: &lt;STRONG&gt;0x02 0x10 0x03. &lt;/STRONG&gt;Bootloader response: ID&lt;STRONG&gt;(0x7F0) &lt;/STRONG&gt;data&lt;STRONG&gt;: 0x02 0x50 0x03&amp;nbsp;&lt;/STRONG&gt;Please note, the IDs are default IDs, if you are modified. Theses CAN IDs will be changed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Tomlin&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 08:49:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1676862#M24451</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-27T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677330#M24477</link>
      <description>&lt;P&gt;Hello Tom&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have checked the MCU program block in bootloader Initial stage&lt;/P&gt;&lt;P&gt;BOOTLOADER_MAIN_Init -&amp;gt; Boot_PowerONClearALLFlag-&amp;gt;HardFault_Handler&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible that I have not configured the Boot power settings properly, as I have been following the S32K344 Sample code for configuration? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_1-1687911965836.png" style="width: 549px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229711iF0A5EBD0C5872A33/image-dimensions/549x217?v=v2" width="549" height="217" role="button" title="HarrySu_1-1687911965836.png" alt="HarrySu_1-1687911965836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_3-1687912811744.png" style="width: 477px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229713iD942225C7D07D9B1/image-dimensions/477x218?v=v2" width="477" height="218" role="button" title="HarrySu_3-1687912811744.png" alt="HarrySu_3-1687912811744.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_2-1687912005451.png" style="width: 287px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229712i7814DA011D43255A/image-dimensions/287x65?v=v2" width="287" height="65" role="button" title="HarrySu_2-1687912005451.png" alt="HarrySu_2-1687912005451.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 00:47:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677330#M24477</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-28T00:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677499#M24490</link>
      <description>&lt;P&gt;Hello Tom&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think the problem may be that I didn't include &lt;/SPAN&gt;cpu.h&lt;SPAN&gt; and &lt;/SPAN&gt;port.h&lt;SPAN&gt; in the &lt;/SPAN&gt;includes.h&lt;SPAN&gt;&amp;nbsp;previously,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but now that I have added them, it says that &lt;/SPAN&gt;cpu.h&lt;SPAN&gt; and &lt;/SPAN&gt;port.h&lt;SPAN&gt; cannot be found. How can I resolve this issue? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_0-1687931679551.png" style="width: 435px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229762iFBB4D5C5919C4820/image-dimensions/435x213?v=v2" width="435" height="213" role="button" title="HarrySu_0-1687931679551.png" alt="HarrySu_0-1687931679551.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="HarrySu_1-1687931698818.png" style="width: 468px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229763iE756C0DED0292B3C/image-dimensions/468x270?v=v2" width="468" height="270" role="button" title="HarrySu_1-1687931698818.png" alt="HarrySu_1-1687931698818.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 06:06:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677499#M24490</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-28T06:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677509#M24492</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215747"&gt;@HarrySu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; The CPU.h and port.h is used other platform. For S32K342, you should follow S32K3x2 bootloader configuration and linkfile. S32K3x4 and S32K3x2 have some different.&lt;/P&gt;&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tomlin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 06:13:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677509#M24492</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-28T06:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677528#M24495</link>
      <description>&lt;P&gt;Hello Tom&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Do you mean the Linker file of S32K342 should overwire by Linker file of S32K3X2 series MCU sample code? Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_0-1687933440959.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229771iA1B1571FE7D0942F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HarrySu_0-1687933440959.png" alt="HarrySu_0-1687933440959.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 06:26:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677528#M24495</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-28T06:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677550#M24499</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215747"&gt;@HarrySu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;S32K322 and S32K342 is same P-Flash size, TCM size etc. Unfortunately, we just have the sample code for S32K312. The P-Flash size is the same with S32K42. DTCM and ITCM size only half of S32K342/S32K322. Detail information you can reference attachment(excel) in RM. Suggestion you reference the bootloader code and link file of S32K312. You can set the same segments in link file. DTCM and ITCM size should follow keep default.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Tomlin&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 06:44:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1677550#M24499</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-28T06:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1678185#M24544</link>
      <description>&lt;P&gt;Hello Tom &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I followed your suggestion, config refer S32K312.&lt;/P&gt;&lt;P&gt;Also, I replace the S32K342 flash&amp;amp;ram linker file with S32K312 linker file,&lt;SPAN&gt;&amp;nbsp;values of DTCM and ITCM from S32K342 are preserved to default .It can build succesfully, but the debuger shut down when programming, It says:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BusFault: An imprecise (asynchronous) data access error has occurred.&lt;BR /&gt;HardFault: A fault has been escalated to a hard fault.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I didn't change linker file, it can programming successfully, but program also block in Hardfault while in boot power check function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did I make any mistakes in the above steps of modifying the memory?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_1-1688001467982.png" style="width: 514px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229923i5A0F9E994890A632/image-dimensions/514x153?v=v2" width="514" height="153" role="button" title="HarrySu_1-1688001467982.png" alt="HarrySu_1-1688001467982.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="HarrySu_0-1688001395110.png" style="width: 443px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229922i00700049241FB341/image-dimensions/443x123?v=v2" width="443" height="123" role="button" title="HarrySu_0-1688001395110.png" alt="HarrySu_0-1688001395110.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 01:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1678185#M24544</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-29T01:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1678362#M24549</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215747"&gt;@HarrySu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Did you compare the source code of S32K312 and S32K324? As following is the boot configuration in&amp;nbsp; boot_cfg.c of S32K312.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf10035_0-1688017079835.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229971i00ACC4061DD2445B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf10035_0-1688017079835.png" alt="nxf10035_0-1688017079835.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tomlin&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 05:39:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1678362#M24549</guid>
      <dc:creator>nxf10035</dc:creator>
      <dc:date>2023-06-29T05:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32K342 CAN bootloader sample code implement problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1678398#M24550</link>
      <description>&lt;P&gt;Hello Tom &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/67797"&gt;@nxf10035&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;My bootinfo is same like yours in S32K342 project, Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HarrySu_0-1688017587475.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/229976i08FF8CC857361FC5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HarrySu_0-1688017587475.png" alt="HarrySu_0-1688017587475.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 06:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K342-CAN-bootloader-sample-code-implement-problem/m-p/1678398#M24550</guid>
      <dc:creator>HarrySu</dc:creator>
      <dc:date>2023-06-29T06:11:16Z</dc:date>
    </item>
  </channel>
</rss>

