<?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: kFC8_RST_SHIFT_RSTn generated in peripherals.c by SDK but kFC8_RST_SHIFT_RSTn is not defined anywhere in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031057#M3221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a link to download the patch.&amp;nbsp; Can you try posting again?&amp;nbsp; Further question...&amp;nbsp; Are there any negative consequences to not resetting the peripheral for my use case: Only configured once after chip comes out of reset.&amp;nbsp; Thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2020 03:25:06 GMT</pubDate>
    <dc:creator>chetferry</dc:creator>
    <dc:date>2020-03-04T03:25:06Z</dc:date>
    <item>
      <title>kFC8_RST_SHIFT_RSTn generated in peripherals.c by SDK but kFC8_RST_SHIFT_RSTn is not defined anywhere</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031055#M3219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;I am using FLEXCOMM8 for SPI.&amp;nbsp; Chip is LPC55S69.&amp;nbsp; SDK version is 2.7.1.&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;kFC8_RST_SHIFT_RSTn is not defined anywhere in the code.&amp;nbsp; I can see&amp;nbsp;kFC0_RST_SHIFT_RSTn through&amp;nbsp;kFC7_RST_SHIFT_RSTn defined in fsl_reset.h, but no&amp;nbsp;kFC8_RST_SHIFT_RSTn.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Here is the auto generated function in peripherals.c:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;void FLEXCOMM8_init(void) {&lt;/DIV&gt;&lt;DIV&gt;RESET_PeripheralReset( kFC8_RST_SHIFT_RSTn);&lt;/DIV&gt;&lt;DIV&gt;/* Initialization function */&lt;/DIV&gt;&lt;DIV&gt;SPI_MasterInit(FLEXCOMM8_PERIPHERAL, &amp;amp;FLEXCOMM8_config, FLEXCOMM8_CLOCK_SOURCE);&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Is this a bug in the SDK?&amp;nbsp; As a work around can I just comment out the&amp;nbsp;&lt;SPAN&gt;RESET_PeripheralReset function call?&amp;nbsp; I only configure this peripheral after the processor comes out of reset and then never change it.&amp;nbsp; Or can some one tell me the correct define for&amp;nbsp;kFC8_RST_SHIFT_RSTn and I can put that in my code.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Feb 2020 16:00:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031055#M3219</guid>
      <dc:creator>chetferry</dc:creator>
      <dc:date>2020-02-29T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: kFC8_RST_SHIFT_RSTn generated in peripherals.c by SDK but kFC8_RST_SHIFT_RSTn is not defined anywhere</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031056#M3220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for reporting this problem, attached you can find patch fixing this problem in MCUXpresso Peripherals tool. It will be also fixed in next update of MCUXpresso Config Tools v7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to install the patch:&lt;/P&gt;&lt;OL style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0.2em 0px;"&gt;Ensure you have an administrator rights, MCUXpresso Configuration Tools are not running and the MCU data of the MCUs you want to use are available (downloaded) on your desktop.&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0.2em 0px;"&gt;Copy the content of this archive into the tool's data folder:&lt;BR /&gt;Windows: c:\ProgramData\NXP\mcu_data_v7&lt;BR /&gt;Linux/Mac: /home/&amp;lt;USER&amp;gt;/.nxp/mcu_data_v7&lt;/LI&gt;&lt;/OL&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Lukas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2020 13:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031056#M3220</guid>
      <dc:creator>Lukas_Heczko</dc:creator>
      <dc:date>2020-03-02T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: kFC8_RST_SHIFT_RSTn generated in peripherals.c by SDK but kFC8_RST_SHIFT_RSTn is not defined anywhere</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031057#M3221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see a link to download the patch.&amp;nbsp; Can you try posting again?&amp;nbsp; Further question...&amp;nbsp; Are there any negative consequences to not resetting the peripheral for my use case: Only configured once after chip comes out of reset.&amp;nbsp; Thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 03:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031057#M3221</guid>
      <dc:creator>chetferry</dc:creator>
      <dc:date>2020-03-04T03:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: kFC8_RST_SHIFT_RSTn generated in peripherals.c by SDK but kFC8_RST_SHIFT_RSTn is not defined anywhere</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031058#M3222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i apply this fix to the configurator in MCUXpresso?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 13:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031058#M3222</guid>
      <dc:creator>fruitmans</dc:creator>
      <dc:date>2020-05-26T13:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: kFC8_RST_SHIFT_RSTn generated in peripherals.c by SDK but kFC8_RST_SHIFT_RSTn is not defined anywhere</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031059#M3223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rik,&lt;/P&gt;&lt;P&gt;for MCUXpresso Config Tools v7 and MCUXpresso IDE v11.1:&lt;/P&gt;&lt;OL style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px; padding: 0px 0px 0px 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0.2em 0px;"&gt;Ensure you have an administrator rights, MCUXpresso Configuration Tools / MCUXpresso IDE is not running&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0.2em 0px;"&gt;Copy the content of archive attached in my previous reply into the tool's data folder:&lt;BR /&gt;Windows: c:\ProgramData\NXP\mcu_data_v7&lt;BR /&gt;Linux/Mac: /home/&amp;lt;USER&amp;gt;/.nxp/mcu_data_v7&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; font-size: 14px; margin: 0.2em 0px;"&gt;Restart&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;MCUXpresso Configuration Tools / MCUXpresso IDE&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Lukas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 12:57:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031059#M3223</guid>
      <dc:creator>Lukas_Heczko</dc:creator>
      <dc:date>2020-05-27T12:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: kFC8_RST_SHIFT_RSTn generated in peripherals.c by SDK but kFC8_RST_SHIFT_RSTn is not defined anywhere</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031060#M3224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lukas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response. I made a "user error" ;-). When i use the file explorer from windows the folder "ProgramData" is not visible so i could not browse to this folder. When o paste the full path in the url field is did found it. Copied the files and the error was gone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 06:49:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/kFC8-RST-SHIFT-RSTn-generated-in-peripherals-c-by-SDK-but-kFC8/m-p/1031060#M3224</guid>
      <dc:creator>fruitmans</dc:creator>
      <dc:date>2020-05-28T06:49:29Z</dc:date>
    </item>
  </channel>
</rss>

