<?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>i.MX ProcessorsのトピックRe: simple CAN message, cortex M7</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774875#M217388</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I.MX8MP is not supported on MCUXpresso IDE, you need to compile the code using GCC or IAR.&lt;/P&gt;&lt;P&gt;Once you downloaded the SDK from MCUXpresso SDK builder, you need to compile it using IAR or GCC to generate the files that needs to be uploaded to the board.&lt;/P&gt;&lt;P&gt;One alternative that could be helpful is MCUXpresso for VS Code that supports SDKs for i.MX.&lt;/P&gt;&lt;P&gt;For more information, please check next &lt;A href="https://community.nxp.com/t5/MCUXpresso-for-VSCode-Knowledge/Training-Walkthrough-of-MCUXpresso-for-VS-Code/ta-p/1634002" target="_self"&gt;link&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 14:35:51 GMT</pubDate>
    <dc:creator>JorgeCas</dc:creator>
    <dc:date>2023-12-14T14:35:51Z</dc:date>
    <item>
      <title>simple CAN message, cortex M7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1773918#M217298</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have this board:&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/development-boards/i-mx-evaluation-and-development-boards/i-mx-8m-plus-evaluation-kit-enabling-power-measurement:8MPLUSLPD4-PEVK#:~:text=The%20i.MX%208M%20Plus,power%20consumption%20at%20run%20time" target="_blank"&gt;https://www.nxp.com/design/design-center/development-boards/i-mx-evaluation-and-development-boards/i-mx-8m-plus-evaluation-kit-enabling-power-measurement:8MPLUSLPD4-PEVK#:~:text=The%20i.MX%208M%20Plus,power%20consumption%20at%20run%20time&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do it put any software in the cortex M7? the user guide does not mention it.&lt;/P&gt;&lt;P&gt;Br, Mircea&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 11:55:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1773918#M217298</guid>
      <dc:creator>Ahelion</dc:creator>
      <dc:date>2023-12-13T11:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: simple CAN message, cortex M7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1773949#M217300</link>
      <description>&lt;P&gt;Hello, I hope you are doing well.&lt;/P&gt;
&lt;P&gt;Yes, you can run a code from SDK to use Flexcan on Cortex-M7.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=2ahUKEwjcxp6nu4yDAxULH0QIHaeADeAQFnoECBUQAQ&amp;amp;url=https%3A%2F%2Fmcuxpresso.nxp.com%2Fen%2Fwelcome&amp;amp;usg=AOvVaw14y4kkWuKPmJeGNw9gEtwZ&amp;amp;opi=89978449" target="_self"&gt;MCUXpresso SDK builder.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.google.com/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=2ahUKEwi07fiuu4yDAxWgPkQIHTu9AVoQFnoECAsQAQ&amp;amp;url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fapplication-note%2FAN5317.pdf&amp;amp;usg=AOvVaw2Gb1HTCQMRuZipeQIAzKK3&amp;amp;opi=89978449" target="_self"&gt;Loading Code on Cortex-M.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 13:01:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1773949#M217300</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2023-12-13T13:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: simple CAN message, cortex M7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774519#M217356</link>
      <description>Thank you.&lt;BR /&gt;Quick question:&lt;BR /&gt;Background: I downloaded the binary for mcuexpresso for linux and installed it, in the sdk download window it does not have the imx8, so I had to use the SDK builder, and it gave me a .zip package with some files, what is this zip file for?</description>
      <pubDate>Thu, 14 Dec 2023 07:33:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774519#M217356</guid>
      <dc:creator>Ahelion</dc:creator>
      <dc:date>2023-12-14T07:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: simple CAN message, cortex M7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774875#M217388</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I.MX8MP is not supported on MCUXpresso IDE, you need to compile the code using GCC or IAR.&lt;/P&gt;&lt;P&gt;Once you downloaded the SDK from MCUXpresso SDK builder, you need to compile it using IAR or GCC to generate the files that needs to be uploaded to the board.&lt;/P&gt;&lt;P&gt;One alternative that could be helpful is MCUXpresso for VS Code that supports SDKs for i.MX.&lt;/P&gt;&lt;P&gt;For more information, please check next &lt;A href="https://community.nxp.com/t5/MCUXpresso-for-VSCode-Knowledge/Training-Walkthrough-of-MCUXpresso-for-VS-Code/ta-p/1634002" target="_self"&gt;link&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 14:35:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774875#M217388</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2023-12-14T14:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: simple CAN message, cortex M7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774901#M217392</link>
      <description>&lt;P&gt;I do not have the board there, i taught I did:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ahelion_0-1702566503267.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/254462i26CDEFED86DF24E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ahelion_0-1702566503267.png" alt="Ahelion_0-1702566503267.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is my board:&amp;nbsp;&lt;A href="https://www.nxp.com/design/design-center/development-boards/i-mx-evaluation-and-development-boards/i-mx-8m-plus-evaluation-kit-enabling-power-measurement:8MPLUSLPD4-PEVK" target="_blank"&gt;https://www.nxp.com/design/design-center/development-boards/i-mx-evaluation-and-development-boards/i-mx-8m-plus-evaluation-kit-enabling-power-measurement:8MPLUSLPD4-PEVK&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:09:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774901#M217392</guid>
      <dc:creator>Ahelion</dc:creator>
      <dc:date>2023-12-14T15:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: simple CAN message, cortex M7</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774903#M217393</link>
      <description>&lt;P&gt;EVK-MIMX8MP should work ok.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:11:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/simple-CAN-message-cortex-M7/m-p/1774903#M217393</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2023-12-14T15:11:20Z</dc:date>
    </item>
  </channel>
</rss>

