<?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>S32 Design Studio中的主题 Re: Programming The EV-INVERTERHDBT kit</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1710862#M10862</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221703"&gt;@AhmedSamy76&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Although it may be possible, but I would suggest to buy and use PE micro debugger&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320180&amp;amp;productTab=1" target="_blank"&gt;https://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320180&amp;amp;productTab=1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you. Kind regards.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Mehul Patel&lt;/P&gt;</description>
    <pubDate>Thu, 24 Aug 2023 15:54:40 GMT</pubDate>
    <dc:creator>Mehul_Patel_NXP</dc:creator>
    <dc:date>2023-08-24T15:54:40Z</dc:date>
    <item>
      <title>Programming The EV-INVERTERHDBT kit</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1707582#M10820</link>
      <description>&lt;P&gt;I have MPC5775E-EVB which has a onboard debugger "OpenSDA" and i have a EV-INVERTERHDBT kit which has the same processor MPC5775E but it is programmed using PEmicro multilink debugger and i don't have this debugger can i program the kit using the first Microcontroller MPC5775E-EVB using JTAG daisy chain for example or any other method ? How i can do that?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 13:32:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1707582#M10820</guid>
      <dc:creator>AhmedSamy76</dc:creator>
      <dc:date>2023-08-18T13:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Programming The EV-INVERTERHDBT kit</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1707809#M10825</link>
      <description>&lt;P&gt;Indeed, you can program the EV-INVERTERHDBT kit through the MPC5775E-EVB's onboard OpenSDA debugger, but it requires additional steps:&lt;/P&gt;&lt;P&gt;1. Establish a proper JTAG chain by linking JTAG_TDI, JTAG_TDO, JTAG_TCK, and JTAG_TMS from OpenSDA to the kit. Connect their corresponding signals and ground (GND) between the boards.&lt;/P&gt;&lt;P&gt;2. Use OpenSDA to program the MPC5775E on the EV-INVERTERHDBT kit. Note, the OpenSDA might lack sufficient power; add an external power supply to the kit.&lt;/P&gt;&lt;P&gt;Here's a code snippet for programming the MPC5775E:&lt;/P&gt;&lt;P&gt;// Initialize JTAG chain&lt;BR /&gt;jtag_init();&lt;BR /&gt;// Select MPC5775E on EV-INVERTERHDBT kit&lt;BR /&gt;jtag_select_device(1);&lt;BR /&gt;// Program MPC5775E&lt;BR /&gt;jtag_program('path_to_your_program.hex');&lt;/P&gt;&lt;P&gt;Replace `'path_to_your_program.hex'` with your program's file path.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 14:33:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1707809#M10825</guid>
      <dc:creator>ramprakash08</dc:creator>
      <dc:date>2023-08-19T14:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Programming The EV-INVERTERHDBT kit</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1707811#M10826</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221611"&gt;@ramprakash08&lt;/a&gt;&amp;nbsp;what's the library which includes jtag APIs?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 15:02:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1707811#M10826</guid>
      <dc:creator>AhmedSamy76</dc:creator>
      <dc:date>2023-08-19T15:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Programming The EV-INVERTERHDBT kit</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1710862#M10862</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/221703"&gt;@AhmedSamy76&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Although it may be possible, but I would suggest to buy and use PE micro debugger&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320180&amp;amp;productTab=1" target="_blank"&gt;https://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320180&amp;amp;productTab=1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you. Kind regards.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Mehul Patel&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 15:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Programming-The-EV-INVERTERHDBT-kit/m-p/1710862#M10862</guid>
      <dc:creator>Mehul_Patel_NXP</dc:creator>
      <dc:date>2023-08-24T15:54:40Z</dc:date>
    </item>
  </channel>
</rss>

