<?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>Model-Based Design Toolbox (MBDT)のトピックRe: generate hex</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1493943#M7531</link>
    <description>&lt;P&gt;ok thanks.. Now i'm trying to build MPC5777C RBF file into MPC5775B through s32ide but i'm getting flashing error like "Error during flash programming terminating debug session".&amp;nbsp; im using JTAG here for flashing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2022 09:03:59 GMT</pubDate>
    <dc:creator>saurabhkulkarni123</dc:creator>
    <dc:date>2022-07-22T09:03:59Z</dc:date>
    <item>
      <title>generate hex</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1493770#M7525</link>
      <description>&lt;P&gt;How can i generate .hex file in MBD for MPC5775B&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 05:42:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1493770#M7525</guid>
      <dc:creator>saurabhkulkarni123</dc:creator>
      <dc:date>2022-07-22T05:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: generate hex</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1493855#M7527</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202837"&gt;@saurabhkulkarni123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The .hex file can be generated from the .elf file, the result of the build process.&lt;/P&gt;
&lt;P&gt;To obtain the hex file directly from MATLAB you shall first locate the .elf file and then to apply the powerpc-eabivle-objcopy.exe on the elf file.&lt;/P&gt;
&lt;P&gt;Let's take particular example, of the gpio_mpc574x file.&lt;/P&gt;
&lt;P&gt;1. Open the gpio_mpc574x_mbd_rtw generated folder as "current folder" in MATLAB.&lt;/P&gt;
&lt;P&gt;2. Run the following command in MATLAB's command window:&lt;/P&gt;
&lt;P&gt;dos(fullfile(mbd_find_mpc_root, 'tools\S32DS\build_tools\powerpc-eabivle-4_9\bin\powerpc-eabivle-objcopy.exe -O ihex gpio_mpc574x.elf gpio_mpc574x.hex'));&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_1-1658475281205.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/187505iE4C108E14001BC8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="mariuslucianand_1-1658475281205.png" alt="mariuslucianand_1-1658475281205.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Marius&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 07:35:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1493855#M7527</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2022-07-22T07:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: generate hex</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1493943#M7531</link>
      <description>&lt;P&gt;ok thanks.. Now i'm trying to build MPC5777C RBF file into MPC5775B through s32ide but i'm getting flashing error like "Error during flash programming terminating debug session".&amp;nbsp; im using JTAG here for flashing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 09:03:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1493943#M7531</guid>
      <dc:creator>saurabhkulkarni123</dc:creator>
      <dc:date>2022-07-22T09:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: generate hex</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1494503#M7537</link>
      <description>&lt;P&gt;how can I flash MBD code to MPC5775B Through CAN medium instead of UART. Please Suggest procedure.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 05:49:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1494503#M7537</guid>
      <dc:creator>saurabhkulkarni123</dc:creator>
      <dc:date>2022-07-25T05:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: generate hex</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1495431#M7541</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;&amp;nbsp;, I'm trying to flash program to MPC5775B EVA board through CAN medium. but as .RBF file provided by you is for CAN0 channel only ,But in Rappid id Bootloader only CAN1,CAN2,CAN3 available. How I can use CAN0 in Rappid id bootloader.&lt;/P&gt;&lt;P&gt;also is it required to use only vector CAN hardware for rappidid bootloader ? or I can use peak CAN hardware?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 08:44:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1495431#M7541</guid>
      <dc:creator>saurabhkulkarni123</dc:creator>
      <dc:date>2022-07-26T08:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: generate hex</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1496015#M7549</link>
      <description>&lt;P&gt;Is it required to use VECTOR CAN hardware? Can I use PCAN hardware instead of that. Please suggest some procedure wise details for flashing MPC5775B EVA board via CAN medium.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 05:02:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/generate-hex/m-p/1496015#M7549</guid>
      <dc:creator>saurabhkulkarni123</dc:creator>
      <dc:date>2022-07-27T05:02:34Z</dc:date>
    </item>
  </channel>
</rss>

