<?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>topic Re: SVD file for MK60FN1MOVMD12 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1441447#M62864</link>
    <description>&lt;P&gt;I have an SVD for this now.&amp;nbsp; Where shall I share it (it's rather large)?&lt;/P&gt;</description>
    <pubDate>Fri, 08 Apr 2022 17:41:51 GMT</pubDate>
    <dc:creator>Mr0x47</dc:creator>
    <dc:date>2022-04-08T17:41:51Z</dc:date>
    <item>
      <title>SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1428707#M62646</link>
      <description>&lt;P&gt;I've inherited a project developing on a system that has the&amp;nbsp;MK60FN1MOVMD12 MCU.&amp;nbsp; I'm using a Segger JLink Ultra plus and vs code for the development tool/environment.&amp;nbsp; I followed this configuration guide:&amp;nbsp;&lt;A href="https://wiki.segger.com/J-Link_Visual_Studio_Code" target="_blank"&gt;https://wiki.segger.com/J-Link_Visual_Studio_Code&lt;/A&gt;&amp;nbsp;and am currently looking for an SVD for my MCU.&amp;nbsp; I'm having problems looking up the SDK to hopefully get my hands on the SVD file.&amp;nbsp; Can anyone help me along?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;David G&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 18:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1428707#M62646</guid>
      <dc:creator>Mr0x47</dc:creator>
      <dc:date>2022-03-15T18:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1430291#M62668</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198181"&gt;@Mr0x47&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You won’t find the svd file in the SDK, because we provide the device information in xml format instead. You will find this file in the SDK zip, under “devices” &amp;gt; “MK60D10”.&lt;/P&gt;
&lt;P&gt;That said, we only provide SDKs for the following devices:&lt;/P&gt;
&lt;P&gt;MK60DN256xxx10&lt;/P&gt;
&lt;P&gt;MK60DN512xxx10&lt;/P&gt;
&lt;P&gt;MK60DX256xxx10&lt;/P&gt;
&lt;P&gt;All of which are “MK60D10” devices. You would have to make the necessary modifications to make this file a “MK60F15” device, since we do not provide that xml file. Sorry for the inconvenience this may cause.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 18:52:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1430291#M62668</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2022-03-17T18:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1430521#M62674</link>
      <description>&lt;P&gt;You can extract the CMSIS-SVD files from the NXP MCUXpresso SDK: they are just using an .xml extension instead of the standard .svd one.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://mcuoneclipse.com/2021/05/09/visual-studio-code-for-c-c-with-arm-cortex-m-part-4/comment-page-1/" target="_blank"&gt;https://mcuoneclipse.com/2021/05/09/visual-studio-code-for-c-c-with-arm-cortex-m-part-4/comment-page-1/&lt;/A&gt; how I use it with Visual Studio Code.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 06:30:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1430521#M62674</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2022-03-18T06:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1436258#M62801</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;Erich.&amp;nbsp; Sorry for the delay in responding, I got pulled off onto another project.&amp;nbsp; Thank you for the informative blog post and hints navigating to what I'm looking for specifically.&amp;nbsp; I'll get the SDK from&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/" target="_blank"&gt;https://mcuxpresso.nxp.com/&lt;/A&gt;&amp;nbsp;(it's down for maintenance now) and see how I do to make it work for my scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-David G&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 14:31:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1436258#M62801</guid>
      <dc:creator>Mr0x47</dc:creator>
      <dc:date>2022-03-30T14:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1436262#M62802</link>
      <description>&lt;P&gt;Thank you Edwin.&amp;nbsp; Sorry for the delay in responding, I got pulled off onto another project.&amp;nbsp; I'll get the SDK from&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com/" target="_blank"&gt;https://mcuxpresso.nxp.com/&lt;/A&gt;&amp;nbsp;(it's down for maintenance now) and see how I do making modifications.&amp;nbsp; If successful, does it make sense to share the result back?&lt;/P&gt;&lt;P&gt;David G&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 14:32:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1436262#M62802</guid>
      <dc:creator>Mr0x47</dc:creator>
      <dc:date>2022-03-30T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1436277#M62803</link>
      <description>&lt;P&gt;Hi Edwin,&lt;/P&gt;&lt;P&gt;Since I'd have to modify, would this be a closer match?&lt;/P&gt;&lt;P&gt;MK6&lt;FONT color="#FF0000"&gt;4&lt;/FONT&gt;FN1M0xxx12&lt;BR /&gt;Kinetis K64-120 MHz, 256KB SRAM Microcontrollers (MCUs) based on ARM Cortex-M4 Core&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=David G&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 15:00:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1436277#M62803</guid>
      <dc:creator>Mr0x47</dc:creator>
      <dc:date>2022-03-30T15:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1437251#M62811</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/198181"&gt;@Mr0x47&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You could also do that, but I’d recommend sticking with a K60. Between K60 part numbers, the differences are only on max clock frequencies and memory sizes. Between different sub-families there are more differences, like number of ADC and DMA channels, as well as serial communication interfaces like I2C, i2S, CAN and USB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 22:25:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1437251#M62811</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2022-03-31T22:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1441445#M62863</link>
      <description>&lt;P&gt;Hi all.&amp;nbsp; I have an SVD.&amp;nbsp; It's large.&amp;nbsp; Where should I submit/share it?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 17:40:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1441445#M62863</guid>
      <dc:creator>Mr0x47</dc:creator>
      <dc:date>2022-04-08T17:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: SVD file for MK60FN1MOVMD12</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1441447#M62864</link>
      <description>&lt;P&gt;I have an SVD for this now.&amp;nbsp; Where shall I share it (it's rather large)?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 17:41:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SVD-file-for-MK60FN1MOVMD12/m-p/1441447#M62864</guid>
      <dc:creator>Mr0x47</dc:creator>
      <dc:date>2022-04-08T17:41:51Z</dc:date>
    </item>
  </channel>
</rss>

