<?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>MCUXpresso for VSCodeのトピックImported project missing mcu, no svd during debug</title>
    <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1819771#M173</link>
    <description>&lt;P&gt;I am debugging a zephyr project application with VSCode using the MCUXpresso for VS Code extentsion.&lt;/P&gt;&lt;P&gt;I created my freestanding application based on the zephyr example_application.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I created a custom board which is outside the zephyr repository, in a boards folder parallel to the app folder.&lt;/P&gt;&lt;P&gt;I am able to bulid with west command&amp;nbsp; e.g.&lt;/P&gt;&lt;P&gt;west build -b custom_board -d build_board_app --pristine auto app&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imported the application into VSCode using MCUXpresso extension.&lt;/P&gt;&lt;P&gt;I had to copy some files over from another project that I originally created with "Import Example Application" to trigger the extension to detect the project as type "Zephyr"&amp;nbsp;&lt;/P&gt;&lt;P&gt;I manually edited cmake-kits.json to modify BOARD to use my custom board definition.&lt;/P&gt;&lt;P&gt;I am able to build and debug, however when debugging the debugger lacks svd file and cannot display peripherals.&lt;/P&gt;&lt;P&gt;Normally when building with west I build from above the app directory e.g.&lt;/P&gt;&lt;P&gt;west build -b custom_board1 -d build_custom_board1&amp;nbsp; app&lt;/P&gt;&lt;P&gt;which results in buidling app in build directory above app&lt;/P&gt;&lt;P&gt;However the extension builds from within the app directory.&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1) What is best way for an imported project to select board?&lt;/P&gt;&lt;P&gt;2) How should I inform extension of the board mcu type?&lt;/P&gt;&lt;P&gt;3) Do I need to manually configure the svd file for debugging?&amp;nbsp; How do I do that?&lt;/P&gt;&lt;P&gt;4) Is it possible for extension to build in the same place as west (outside of app folder)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 18:44:40 GMT</pubDate>
    <dc:creator>anthony_asterisk</dc:creator>
    <dc:date>2024-03-01T18:44:40Z</dc:date>
    <item>
      <title>Imported project missing mcu, no svd during debug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1819771#M173</link>
      <description>&lt;P&gt;I am debugging a zephyr project application with VSCode using the MCUXpresso for VS Code extentsion.&lt;/P&gt;&lt;P&gt;I created my freestanding application based on the zephyr example_application.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I created a custom board which is outside the zephyr repository, in a boards folder parallel to the app folder.&lt;/P&gt;&lt;P&gt;I am able to bulid with west command&amp;nbsp; e.g.&lt;/P&gt;&lt;P&gt;west build -b custom_board -d build_board_app --pristine auto app&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I imported the application into VSCode using MCUXpresso extension.&lt;/P&gt;&lt;P&gt;I had to copy some files over from another project that I originally created with "Import Example Application" to trigger the extension to detect the project as type "Zephyr"&amp;nbsp;&lt;/P&gt;&lt;P&gt;I manually edited cmake-kits.json to modify BOARD to use my custom board definition.&lt;/P&gt;&lt;P&gt;I am able to build and debug, however when debugging the debugger lacks svd file and cannot display peripherals.&lt;/P&gt;&lt;P&gt;Normally when building with west I build from above the app directory e.g.&lt;/P&gt;&lt;P&gt;west build -b custom_board1 -d build_custom_board1&amp;nbsp; app&lt;/P&gt;&lt;P&gt;which results in buidling app in build directory above app&lt;/P&gt;&lt;P&gt;However the extension builds from within the app directory.&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1) What is best way for an imported project to select board?&lt;/P&gt;&lt;P&gt;2) How should I inform extension of the board mcu type?&lt;/P&gt;&lt;P&gt;3) Do I need to manually configure the svd file for debugging?&amp;nbsp; How do I do that?&lt;/P&gt;&lt;P&gt;4) Is it possible for extension to build in the same place as west (outside of app folder)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 18:44:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1819771#M173</guid>
      <dc:creator>anthony_asterisk</dc:creator>
      <dc:date>2024-03-01T18:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Imported project missing mcu, no svd during debug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1822835#M178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/136657"&gt;@anthony_asterisk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like you to reproduce what you mentioned, but I'm having some difficulties.&lt;/P&gt;
&lt;P&gt;I downloaded the &lt;SPAN&gt;zephyr&amp;nbsp;&lt;/SPAN&gt;SDK from the official github and can't import MCUXpresso for VSCode,&lt;/P&gt;
&lt;P&gt;Can you provide a link to the &lt;SPAN&gt;zephyr&amp;nbsp;&lt;/SPAN&gt;SDK you downloaded?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Hang&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 02:01:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1822835#M178</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-03-07T02:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Imported project missing mcu, no svd during debug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1823648#M181</link>
      <description>&lt;P&gt;MCUXpresso for VSCode gets imported in VSCode as an extenssion.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Zephyr tool installation is documented here:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.zephyrproject.org/latest/develop/getting_started/index.html" target="_blank"&gt;https://docs.zephyrproject.org/latest/develop/getting_started/index.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also install VSCode from Microsoft.&lt;/P&gt;&lt;P&gt;Inside VSCode in the left-sidebar select extensions, in the search bar type MCUxpresso, click on result and select install..&lt;/P&gt;&lt;P&gt;Then setup an example application as documented here&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/zephyrproject-rtos/example-application" target="_blank"&gt;https://github.com/zephyrproject-rtos/example-application&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I based mine on zephyr release v3.5.0:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;west init --mr zephyr-v3.5.0 v3.5.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;west update&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The board I'm using is a customization off of mimxrt1062-evkb.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 21:55:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1823648#M181</guid>
      <dc:creator>anthony_asterisk</dc:creator>
      <dc:date>2024-03-07T21:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Imported project missing mcu, no svd during debug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1829845#M190</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/136657"&gt;@anthony_asterisk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Your question is related with Zephyr. We have specific policy for Zephyr support:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.nxp.com/t5/Zephyr-Project/bd-p/Zephyr-Project" target="_blank"&gt;https://community.nxp.com/t5/Zephyr-Project/bd-p/Zephyr-Project&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;“If the support request is a question, or if unsure the symptoms/behavior is an Issue, please create a &lt;A href="https://github.com/zephyrproject-rtos/zephyr/discussions" target="_blank"&gt;Discussion&lt;/A&gt;.&amp;nbsp; The GitHub Discussions has a category for Q&amp;amp;A.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If the support request is clearly an Issue, and repository code needs to be updated to address the Issue, create a new &lt;A href="https://github.com/zephyrproject-rtos/zephyr/issues" target="_blank"&gt;Issue&lt;/A&gt; in GitHub.”&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this will help you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 02:17:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Imported-project-missing-mcu-no-svd-during-debug/m-p/1829845#M190</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2024-03-18T02:17:37Z</dc:date>
    </item>
  </channel>
</rss>

