<?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 Config Tools中的主题 Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738606#M321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this is correct. Pins selected in your configuration are routed by default, so not code needed to confire them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to add FTM0, channel 0 and you should see the code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;void&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; BOARD_InitPins(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;void&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* pin 22 is configured as FTM0_CH0 */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PORT_SetPinSelect(kPORT_FTM0CH0, kPORT_FTM0_CH0_PTA0);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mind Pins tool V4 does not configure GPIO pin direction.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 07:41:21 GMT</pubDate>
    <dc:creator>marek-trmac</dc:creator>
    <dc:date>2018-02-15T07:41:21Z</dc:date>
    <item>
      <title>Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738594#M309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am new to this tool.&lt;/P&gt;&lt;P&gt;I made a configuration for the MKE04z8 in MCUXpresso.&lt;/P&gt;&lt;P&gt;i write the source code in uVision.&lt;/P&gt;&lt;P&gt;I added the port SDK Driver to the Run Time Environment in uVision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in MCUXpresso&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve this error message ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pins initialization requires the Port driver in the project&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 10:51:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738594#M309</guid>
      <dc:creator>markusaerni</dc:creator>
      <dc:date>2018-02-12T10:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738595#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;it sounds that SDK port driver was not detected in MDK uVision project even you have added it. Can you share your project?&lt;/P&gt;&lt;P&gt;If you build the application, are there any compilation problems? If no, you can simly ignore the error message.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 07:04:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738595#M310</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2018-02-13T07:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738596#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can build the application but the&amp;nbsp;BOARD_Init_Pins function ist not complete i think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************&lt;BR /&gt;BOARD_InitPins:&lt;BR /&gt;- options: {callFromInitBoot: 'false', coreID: core0, enableClock: 'true'}&lt;BR /&gt;- pin_list:&lt;BR /&gt; - {pin_num: '1', peripheral: GPIOA, signal: 'GPIO, 5', pin_signal: PTA5/IRQ/TCLK1/RESET_b, direction: INPUT}&lt;BR /&gt; - {pin_num: '2', peripheral: CoreDebug, signal: SWD_DIO, pin_signal: PTA4/ACMP0_OUT/SWD_DIO}&lt;BR /&gt; - {pin_num: '5', peripheral: GPIOA, signal: 'GPIO, 15', pin_signal: PTB7/I2C0_SCL/EXTAL, direction: INPUT}&lt;BR /&gt; - {pin_num: '6', peripheral: GPIOA, signal: 'GPIO, 14', pin_signal: PTB6/I2C0_SDA/XTAL, direction: OUTPUT}&lt;BR /&gt; - {pin_num: '7', peripheral: GPIOA, signal: 'GPIO, 13', pin_signal: PTB5/KBI1_P7/FTM2_CH5/SPI0_PCS0/ACMP1_OUT, direction: OUTPUT, high_drive_enable: enable}&lt;BR /&gt; - {pin_num: '8', peripheral: GPIOA, signal: 'GPIO, 12', pin_signal: PTB4/KBI1_P6/FTM2_CH4/SPI0_MISO/ACMP1_IN2/NMI_b, direction: OUTPUT}&lt;BR /&gt; - {pin_num: '9', peripheral: ADC, signal: 'SE, 7', pin_signal: PTB3/KBI0_P7/SPI0_MOSI/FTM0_CH1/ADC0_SE7}&lt;BR /&gt; - {pin_num: '10', peripheral: GPIOA, signal: 'GPIO, 10', pin_signal: PTB2/KBI0_P6/SPI0_SCK/FTM0_CH0/ACMP0_IN0/ADC0_SE6, direction: OUTPUT}&lt;BR /&gt; - {pin_num: '11', peripheral: ADC, signal: 'SE, 5', pin_signal: PTB1/KBI0_P5/UART0_TX/SPI0_MISO/TCLK2/ADC0_SE5}&lt;BR /&gt; - {pin_num: '12', peripheral: ADC, signal: 'SE, 4', pin_signal: PTB0/KBI0_P4/UART0_RX/SPI0_PCS0/PWT_IN1/ADC0_SE4}&lt;BR /&gt; - {pin_num: '13', peripheral: GPIOA, signal: 'GPIO, 3', pin_signal: PTA3/KBI0_P3/UART0_TX/I2C0_SCL, direction: INPUT}&lt;BR /&gt; - {pin_num: '14', peripheral: GPIOA, signal: 'GPIO, 2', pin_signal: PTA2/KBI0_P2/UART0_RX/I2C0_SDA, direction: INPUT}&lt;BR /&gt; - {pin_num: '15', peripheral: GPIOA, signal: 'GPIO, 1', pin_signal: PTA1/KBI0_P1/FTM0_CH1/ACMP0_IN1/ADC0_SE1, direction: INPUT}&lt;BR /&gt; - {pin_num: '16', peripheral: CoreDebug, signal: SWD_CLK, pin_signal: PTA0/KBI0_P0/FTM0_CH0/RTCO/ACMP0_IN2/ADC0_SE0/SWD_CLK}&lt;BR /&gt; * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********&lt;BR /&gt; */&lt;BR /&gt;/* clang-format on */&lt;/P&gt;&lt;P&gt;/* FUNCTION ************************************************************************************************************&lt;BR /&gt; *&lt;BR /&gt; * Function Name : BOARD_InitPins&lt;BR /&gt; * Description : Configures pin routing and optionally pin electrical features.&lt;BR /&gt; *&lt;BR /&gt; * END ****************************************************************************************************************/&lt;BR /&gt;void BOARD_InitPins(void)&lt;BR /&gt;{&lt;BR /&gt; /* High Current Drive Capability of PTB5: 0x01u */&lt;BR /&gt; PORT_SetHighDriveEnable(PORT, kPORT_HighDrive_PTB5, 1);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 07:19:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738596#M311</guid>
      <dc:creator>markusaerni</dc:creator>
      <dc:date>2018-02-13T07:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738597#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;hit 'Update Project Code' button (from toolbar) to update pin_mux.c in the project.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 10:09:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738597#M312</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2018-02-13T10:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738598#M313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tried update Project Code before but no change in the BOARD_InitPins function code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i deselect/select a Pin in the pin assignment the code in the setting for tool section (pin_mux.c) will be updated immediately but no change in the BOARD_InitPins function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 10:47:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738598#M313</guid>
      <dc:creator>markusaerni</dc:creator>
      <dc:date>2018-02-13T10:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738599#M314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;can you share your MDK project? It seems there is some problem with the project - it is not properly detected in the Config Tools.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 12:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738599#M314</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2018-02-13T12:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738600#M315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;The .mex file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding= "UTF-8" ?&amp;gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration name="Blinky" version="1.3" xsi:schemaLocation="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fmcuxpresso.nxp.com%2FXSD%2Fmex_configuration_1.3" rel="nofollow" target="_blank"&gt;http://mcuxpresso.nxp.com/XSD/mex_configuration_1.3&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fmcuxpresso.nxp.com%2FXSD%2Fmex_configuration_1.3.xsd" rel="nofollow" target="_blank"&gt;http://mcuxpresso.nxp.com/XSD/mex_configuration_1.3.xsd&lt;/A&gt;&lt;SPAN&gt;" uuid="ea57f919-b7b7-42cf-be98-ace24140db38" xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fmcuxpresso.nxp.com%2FXSD%2Fmex_configuration_1.3" rel="nofollow" target="_blank"&gt;http://mcuxpresso.nxp.com/XSD/mex_configuration_1.3&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt; &amp;lt;common&amp;gt;&lt;BR /&gt; &amp;lt;processor&amp;gt;MKE04Z8xxx4&amp;lt;/processor&amp;gt;&lt;BR /&gt; &amp;lt;package&amp;gt;MKE04Z8VTG4&amp;lt;/package&amp;gt;&lt;BR /&gt; &amp;lt;board&amp;gt;&amp;lt;/board&amp;gt;&lt;BR /&gt; &amp;lt;mcu_data&amp;gt;ksdk2_0&amp;lt;/mcu_data&amp;gt;&lt;BR /&gt; &amp;lt;cores selected="core0"&amp;gt;&lt;BR /&gt; &amp;lt;core name="Cortex-M0P" id="core0" description="M0P core"/&amp;gt;&lt;BR /&gt; &amp;lt;/cores&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;/common&amp;gt;&lt;BR /&gt; &amp;lt;preferences&amp;gt;&lt;BR /&gt; &amp;lt;validate_boot_init_only&amp;gt;false&amp;lt;/validate_boot_init_only&amp;gt;&lt;BR /&gt; &amp;lt;/preferences&amp;gt;&lt;BR /&gt; &amp;lt;tools&amp;gt;&lt;BR /&gt; &amp;lt;pins name="Pins" version="4.0" update_project_code="true"&amp;gt;&lt;BR /&gt; &amp;lt;pins_profile&amp;gt;&lt;BR /&gt; &amp;lt;processor_version&amp;gt;3.0.0&amp;lt;/processor_version&amp;gt;&lt;BR /&gt; &amp;lt;pin_labels&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="1" pin_signal="PTA5/IRQ/TCLK1/RESET_b" label="Switch" identifier="Switch"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="6" pin_signal="PTB6/I2C0_SDA/XTAL" label="LED_RED" identifier="LED_RED"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="7" pin_signal="PTB5/KBI1_P7/FTM2_CH5/SPI0_PCS0/ACMP1_OUT" label="LED_ORANGE" identifier="LED_ORANGE"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="8" pin_signal="PTB4/KBI1_P6/FTM2_CH4/SPI0_MISO/ACMP1_IN2/NMI_b" label="LED_YELLOW" identifier="LED_YELLOW"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="9" pin_signal="PTB3/KBI0_P7/SPI0_MOSI/FTM0_CH1/ADC0_SE7" label="CURRENT_HE" identifier="CURRENT_HE"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="10" pin_signal="PTB2/KBI0_P6/SPI0_SCK/FTM0_CH0/ACMP0_IN0/ADC0_SE6" label="HEAT_CHARGE" identifier="HEAT_CHARGE"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="11" pin_signal="PTB1/KBI0_P5/UART0_TX/SPI0_MISO/TCLK2/ADC0_SE5" label="UBATT" identifier="UBATT"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="12" pin_signal="PTB0/KBI0_P4/UART0_RX/SPI0_PCS0/PWT_IN1/ADC0_SE4" label="STATE" identifier="STATE"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="13" pin_signal="PTA3/KBI0_P3/UART0_TX/I2C0_SCL" label="Reserve2" identifier="Reserve2"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="5" pin_signal="PTB7/I2C0_SCL/EXTAL" label="Reserve1" identifier="Reserve1"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="14" pin_signal="PTA2/KBI0_P2/UART0_RX/I2C0_SDA" label="Reserve3" identifier="Reserve3"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_label pin_num="15" pin_signal="PTA1/KBI0_P1/FTM0_CH1/ACMP0_IN1/ADC0_SE1" label="Reserve4" identifier="Reserve4"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_labels&amp;gt;&lt;BR /&gt; &amp;lt;/pins_profile&amp;gt;&lt;BR /&gt; &amp;lt;functions_list&amp;gt;&lt;BR /&gt; &amp;lt;function name="BOARD_InitPins"&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;Configures pin routing and optionally pin electrical features.&amp;amp;amp;lt;br/&amp;amp;amp;gt;&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;options&amp;gt;&lt;BR /&gt; &amp;lt;callFromInitBoot&amp;gt;false&amp;lt;/callFromInitBoot&amp;gt;&lt;BR /&gt; &amp;lt;coreID&amp;gt;core0&amp;lt;/coreID&amp;gt;&lt;BR /&gt; &amp;lt;enableClock&amp;gt;true&amp;lt;/enableClock&amp;gt;&lt;BR /&gt; &amp;lt;/options&amp;gt;&lt;BR /&gt; &amp;lt;dependencies&amp;gt;&lt;BR /&gt; &amp;lt;dependency resourceType="Peripheral" resourceId="ADC" description="Peripheral ADC is not initialized" problem_level="1" source="Pins: BOARD_InitPins"&amp;gt;&lt;BR /&gt; &amp;lt;feature name="initialized" evaluation=""&amp;gt;&lt;BR /&gt; &amp;lt;data&amp;gt;true&amp;lt;/data&amp;gt;&lt;BR /&gt; &amp;lt;/feature&amp;gt;&lt;BR /&gt; &amp;lt;/dependency&amp;gt;&lt;BR /&gt; &amp;lt;dependency resourceType="Peripheral" resourceId="CoreDebug" description="Peripheral CoreDebug is not initialized" problem_level="1" source="Pins: BOARD_InitPins"&amp;gt;&lt;BR /&gt; &amp;lt;feature name="initialized" evaluation=""&amp;gt;&lt;BR /&gt; &amp;lt;data&amp;gt;true&amp;lt;/data&amp;gt;&lt;BR /&gt; &amp;lt;/feature&amp;gt;&lt;BR /&gt; &amp;lt;/dependency&amp;gt;&lt;BR /&gt; &amp;lt;dependency resourceType="Peripheral" resourceId="GPIOA" description="Peripheral GPIOA is not initialized" problem_level="1" source="Pins: BOARD_InitPins"&amp;gt;&lt;BR /&gt; &amp;lt;feature name="initialized" evaluation=""&amp;gt;&lt;BR /&gt; &amp;lt;data&amp;gt;true&amp;lt;/data&amp;gt;&lt;BR /&gt; &amp;lt;/feature&amp;gt;&lt;BR /&gt; &amp;lt;/dependency&amp;gt;&lt;BR /&gt; &amp;lt;dependency resourceType="SWComponent" resourceId="platform.drivers.common" description="Pins initialization requires the COMMON Driver in the project." problem_level="2" source="Pins.BOARD_InitPins"&amp;gt;&lt;BR /&gt; &amp;lt;feature name="enabled" evaluation="equal" configuration="core0"&amp;gt;&lt;BR /&gt; &amp;lt;data&amp;gt;true&amp;lt;/data&amp;gt;&lt;BR /&gt; &amp;lt;/feature&amp;gt;&lt;BR /&gt; &amp;lt;/dependency&amp;gt;&lt;BR /&gt; &amp;lt;dependency resourceType="SWComponent" resourceId="platform.drivers.port" description="Pins initialization requires the PORT Driver in the project." problem_level="2" source="Pins.BOARD_InitPins"&amp;gt;&lt;BR /&gt; &amp;lt;feature name="enabled" evaluation="equal" configuration="core0"&amp;gt;&lt;BR /&gt; &amp;lt;data&amp;gt;true&amp;lt;/data&amp;gt;&lt;BR /&gt; &amp;lt;/feature&amp;gt;&lt;BR /&gt; &amp;lt;/dependency&amp;gt;&lt;BR /&gt; &amp;lt;/dependencies&amp;gt;&lt;BR /&gt; &amp;lt;pins&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="CoreDebug" signal="SWD_DIO" pin_num="2" pin_signal="PTA4/ACMP0_OUT/SWD_DIO"/&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 15" pin_num="5" pin_signal="PTB7/I2C0_SCL/EXTAL"&amp;gt;&lt;BR /&gt; &amp;lt;pin_features&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="direction" value="INPUT"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_features&amp;gt;&lt;BR /&gt; &amp;lt;/pin&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 14" pin_num="6" pin_signal="PTB6/I2C0_SDA/XTAL"&amp;gt;&lt;BR /&gt; &amp;lt;pin_features&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="direction" value="OUTPUT"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_features&amp;gt;&lt;BR /&gt; &amp;lt;/pin&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 13" pin_num="7" pin_signal="PTB5/KBI1_P7/FTM2_CH5/SPI0_PCS0/ACMP1_OUT"&amp;gt;&lt;BR /&gt; &amp;lt;pin_features&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="direction" value="OUTPUT"/&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="high_drive_enable" value="disable"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_features&amp;gt;&lt;BR /&gt; &amp;lt;/pin&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 12" pin_num="8" pin_signal="PTB4/KBI1_P6/FTM2_CH4/SPI0_MISO/ACMP1_IN2/NMI_b"&amp;gt;&lt;BR /&gt; &amp;lt;pin_features&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="direction" value="OUTPUT"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_features&amp;gt;&lt;BR /&gt; &amp;lt;/pin&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="ADC" signal="SE, 7" pin_num="9" pin_signal="PTB3/KBI0_P7/SPI0_MOSI/FTM0_CH1/ADC0_SE7"/&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 10" pin_num="10" pin_signal="PTB2/KBI0_P6/SPI0_SCK/FTM0_CH0/ACMP0_IN0/ADC0_SE6"&amp;gt;&lt;BR /&gt; &amp;lt;pin_features&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="direction" value="OUTPUT"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_features&amp;gt;&lt;BR /&gt; &amp;lt;/pin&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="ADC" signal="SE, 5" pin_num="11" pin_signal="PTB1/KBI0_P5/UART0_TX/SPI0_MISO/TCLK2/ADC0_SE5"/&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="ADC" signal="SE, 4" pin_num="12" pin_signal="PTB0/KBI0_P4/UART0_RX/SPI0_PCS0/PWT_IN1/ADC0_SE4"/&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 3" pin_num="13" pin_signal="PTA3/KBI0_P3/UART0_TX/I2C0_SCL"&amp;gt;&lt;BR /&gt; &amp;lt;pin_features&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="direction" value="INPUT"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_features&amp;gt;&lt;BR /&gt; &amp;lt;/pin&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 2" pin_num="14" pin_signal="PTA2/KBI0_P2/UART0_RX/I2C0_SDA"&amp;gt;&lt;BR /&gt; &amp;lt;pin_features&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="direction" value="INPUT"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_features&amp;gt;&lt;BR /&gt; &amp;lt;/pin&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 1" pin_num="15" pin_signal="PTA1/KBI0_P1/FTM0_CH1/ACMP0_IN1/ADC0_SE1"&amp;gt;&lt;BR /&gt; &amp;lt;pin_features&amp;gt;&lt;BR /&gt; &amp;lt;pin_feature name="direction" value="INPUT"/&amp;gt;&lt;BR /&gt; &amp;lt;/pin_features&amp;gt;&lt;BR /&gt; &amp;lt;/pin&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="CoreDebug" signal="SWD_CLK" pin_num="16" pin_signal="PTA0/KBI0_P0/FTM0_CH0/RTCO/ACMP0_IN2/ADC0_SE0/SWD_CLK"/&amp;gt;&lt;BR /&gt; &amp;lt;pin peripheral="GPIOA" signal="GPIO, 5" pin_num="1" pin_signal="PTA5/IRQ/TCLK1/RESET_b"/&amp;gt;&lt;BR /&gt; &amp;lt;/pins&amp;gt;&lt;BR /&gt; &amp;lt;/function&amp;gt;&lt;BR /&gt; &amp;lt;/functions_list&amp;gt;&lt;BR /&gt; &amp;lt;/pins&amp;gt;&lt;BR /&gt; &amp;lt;clocks name="Clocks" version="4.0" update_project_code="true"&amp;gt;&lt;BR /&gt; &amp;lt;clocks_profile&amp;gt;&lt;BR /&gt; &amp;lt;processor_version&amp;gt;3.0.0&amp;lt;/processor_version&amp;gt;&lt;BR /&gt; &amp;lt;/clocks_profile&amp;gt;&lt;BR /&gt; &amp;lt;clock_configurations&amp;gt;&lt;BR /&gt; &amp;lt;clock_configuration name="BOARD_BootClockRUN"&amp;gt;&lt;BR /&gt; &amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;&lt;BR /&gt; &amp;lt;options/&amp;gt;&lt;BR /&gt; &amp;lt;dependencies&amp;gt;&lt;BR /&gt; &amp;lt;dependency resourceType="SWComponent" resourceId="platform.drivers.common" description="Clocks initialization requires the COMMON Driver in the project." problem_level="2" source="Clocks.BOARD_BootClockRUN"&amp;gt;&lt;BR /&gt; &amp;lt;feature name="enabled" evaluation="equal" configuration="core0"&amp;gt;&lt;BR /&gt; &amp;lt;data&amp;gt;true&amp;lt;/data&amp;gt;&lt;BR /&gt; &amp;lt;/feature&amp;gt;&lt;BR /&gt; &amp;lt;/dependency&amp;gt;&lt;BR /&gt; &amp;lt;/dependencies&amp;gt;&lt;BR /&gt; &amp;lt;clock_sources&amp;gt;&lt;BR /&gt; &amp;lt;clock_source id="ICS.IRCLK.outFreq" value="37.5 kHz" locked="false" enabled="false"/&amp;gt;&lt;BR /&gt; &amp;lt;/clock_sources&amp;gt;&lt;BR /&gt; &amp;lt;clock_outputs&amp;gt;&lt;BR /&gt; &amp;lt;clock_output id="Bus_clock.outFreq" value="24 MHz" locked="false" accuracy=""/&amp;gt;&lt;BR /&gt; &amp;lt;clock_output id="Core_clock.outFreq" value="24 MHz" locked="false" accuracy=""/&amp;gt;&lt;BR /&gt; &amp;lt;clock_output id="Flash_clock.outFreq" value="24 MHz" locked="false" accuracy=""/&amp;gt;&lt;BR /&gt; &amp;lt;clock_output id="ICSFF_clock.outFreq" value="37.5 kHz" locked="false" accuracy=""/&amp;gt;&lt;BR /&gt; &amp;lt;clock_output id="LPO_clock.outFreq" value="1 kHz" locked="false" accuracy=""/&amp;gt;&lt;BR /&gt; &amp;lt;clock_output id="Plat_clock.outFreq" value="24 MHz" locked="false" accuracy=""/&amp;gt;&lt;BR /&gt; &amp;lt;clock_output id="System_clock.outFreq" value="24 MHz" locked="false" accuracy=""/&amp;gt;&lt;BR /&gt; &amp;lt;clock_output id="Timer_clock.outFreq" value="24 MHz" locked="false" accuracy=""/&amp;gt;&lt;BR /&gt; &amp;lt;/clock_outputs&amp;gt;&lt;BR /&gt; &amp;lt;clock_settings/&amp;gt;&lt;BR /&gt; &amp;lt;called_from_default_init&amp;gt;true&amp;lt;/called_from_default_init&amp;gt;&lt;BR /&gt; &amp;lt;/clock_configuration&amp;gt;&lt;BR /&gt; &amp;lt;/clock_configurations&amp;gt;&lt;BR /&gt; &amp;lt;/clocks&amp;gt;&lt;BR /&gt; &amp;lt;periphs name="Peripherals" version="1.0" update_project_code="true"&amp;gt;&lt;BR /&gt; &amp;lt;peripherals_profile&amp;gt;&lt;BR /&gt; &amp;lt;processor_version&amp;gt;N/A&amp;lt;/processor_version&amp;gt;&lt;BR /&gt; &amp;lt;/peripherals_profile&amp;gt;&lt;BR /&gt; &amp;lt;functional_groups/&amp;gt;&lt;BR /&gt; &amp;lt;components/&amp;gt;&lt;BR /&gt; &amp;lt;/periphs&amp;gt;&lt;BR /&gt; &amp;lt;/tools&amp;gt;&lt;BR /&gt;&amp;lt;/configuration&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 07:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738600#M315</guid>
      <dc:creator>markusaerni</dc:creator>
      <dc:date>2018-02-14T07:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738601#M316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;to analyze problem with 'Update Project Code' I need complete project folder. If possible, send the project zipped.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 08:05:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738601#M316</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2018-02-14T08:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738602#M317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;how can i send my file to you ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 11:53:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738602#M317</guid>
      <dc:creator>markusaerni</dc:creator>
      <dc:date>2018-02-14T11:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738603#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;it seems it is no longer supported upload of attachments to community. Can you upload your project to some public server and send link to the project to community?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 14:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738603#M318</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2018-02-14T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738604#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Markus,&lt;/P&gt;&lt;P&gt;recommended way how to start using Config Tools with MDK uVision&amp;nbsp;project is described in Quick Start guide, located typically in : c:\nxp\MCUX_CFG_v4\doc\en\MCUXpressoConfigTools_Quick_Start_Guide.pdf&lt;/P&gt;&lt;P&gt;Follow steps described under chapter 1.1 Start with an SDK example, e.g. first clone selected example and then create configuration for the example&amp;nbsp;project.&lt;/P&gt;&lt;P&gt;If you do any change in the tool, update source code using [Update Project Code] button, as described in chapter 3.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 14:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738604#M319</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2018-02-14T14:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738605#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;BR /&gt;OK I did all the steps from the Quick start guide and the Getting Started with MCUXpresso SDK CMSIS Packs again.&lt;/P&gt;&lt;P&gt;Good news is i have no more error message.&lt;/P&gt;&lt;P&gt;Bad news is the&amp;nbsp;BOARD_InitPins function from Pin_mux.c remains empty.&lt;/P&gt;&lt;P&gt;Update Project Code has no effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/***********************************************************************************************************************&lt;BR /&gt; * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file&lt;BR /&gt; * will be overwritten if the respective MCUXpresso Config Tools is used to update this file.&lt;BR /&gt; **********************************************************************************************************************/&lt;/P&gt;&lt;P&gt;/* clang-format off */&lt;BR /&gt;/*&lt;BR /&gt; * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************&lt;BR /&gt;!!GlobalInfo&lt;BR /&gt;product: Pins v4.0&lt;BR /&gt;processor: MKE04Z8xxx4&lt;BR /&gt;package_id: MKE04Z8VTG4&lt;BR /&gt;mcu_data: ksdk2_0&lt;BR /&gt;processor_version: 3.0.0&lt;BR /&gt;pin_labels:&lt;BR /&gt;- {pin_num: '1', pin_signal: PTA5/IRQ/TCLK1/RESET_b, label: Switch, identifier: Switch}&lt;BR /&gt;- {pin_num: '5', pin_signal: PTB7/I2C0_SCL/EXTAL, label: Reserve_1, identifier: Reserve_1}&lt;BR /&gt;- {pin_num: '6', pin_signal: PTB6/I2C0_SDA/XTAL, label: LED_RED, identifier: LED_RED}&lt;BR /&gt;- {pin_num: '7', pin_signal: PTB5/KBI1_P7/FTM2_CH5/SPI0_PCS0/ACMP1_OUT, label: LED_ORANGE, identifier: LED_ORANGE}&lt;BR /&gt;- {pin_num: '8', pin_signal: PTB4/KBI1_P6/FTM2_CH4/SPI0_MISO/ACMP1_IN2/NMI_b, label: LED_YELLOW, identifier: LED_YELLOW}&lt;BR /&gt;- {pin_num: '9', pin_signal: PTB3/KBI0_P7/SPI0_MOSI/FTM0_CH1/ADC0_SE7, label: Current_HE, identifier: Current_HE}&lt;BR /&gt;- {pin_num: '10', pin_signal: PTB2/KBI0_P6/SPI0_SCK/FTM0_CH0/ACMP0_IN0/ADC0_SE6, label: Heat_Charge, identifier: Heat_Charge}&lt;BR /&gt;- {pin_num: '11', pin_signal: PTB1/KBI0_P5/UART0_TX/SPI0_MISO/TCLK2/ADC0_SE5, label: ubat, identifier: UBat}&lt;BR /&gt;- {pin_num: '12', pin_signal: PTB0/KBI0_P4/UART0_RX/SPI0_PCS0/PWT_IN1/ADC0_SE4, label: State, identifier: State}&lt;BR /&gt; * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********&lt;BR /&gt; */&lt;BR /&gt;/* clang-format on */&lt;/P&gt;&lt;P&gt;#include "fsl_common.h"&lt;BR /&gt;#include "pin_mux.h"&lt;/P&gt;&lt;P&gt;/* FUNCTION ************************************************************************************************************&lt;BR /&gt; *&lt;BR /&gt; * Function Name : BOARD_InitBootPins&lt;BR /&gt; * Description : Calls initialization functions.&lt;BR /&gt; *&lt;BR /&gt; * END ****************************************************************************************************************/&lt;BR /&gt;void BOARD_InitBootPins(void)&lt;BR /&gt;{&lt;BR /&gt; BOARD_InitPins();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;/* clang-format off */&lt;BR /&gt;/*&lt;BR /&gt; * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************&lt;BR /&gt;BOARD_InitPins:&lt;BR /&gt;- options: {callFromInitBoot: 'true', coreID: core0, enableClock: 'true'}&lt;BR /&gt;- pin_list:&lt;BR /&gt; - {pin_num: '1', peripheral: GPIOA, signal: 'GPIO, 5', pin_signal: PTA5/IRQ/TCLK1/RESET_b, direction: INPUT}&lt;BR /&gt; - {pin_num: '2', peripheral: CoreDebug, signal: SWD_DIO, pin_signal: PTA4/ACMP0_OUT/SWD_DIO}&lt;BR /&gt; - {pin_num: '5', peripheral: GPIOA, signal: 'GPIO, 15', pin_signal: PTB7/I2C0_SCL/EXTAL, direction: INPUT}&lt;BR /&gt; - {pin_num: '6', peripheral: GPIOA, signal: 'GPIO, 14', pin_signal: PTB6/I2C0_SDA/XTAL, direction: OUTPUT}&lt;BR /&gt; - {pin_num: '7', peripheral: GPIOA, signal: 'GPIO, 13', pin_signal: PTB5/KBI1_P7/FTM2_CH5/SPI0_PCS0/ACMP1_OUT, direction: OUTPUT}&lt;BR /&gt; - {pin_num: '8', peripheral: GPIOA, signal: 'GPIO, 12', pin_signal: PTB4/KBI1_P6/FTM2_CH4/SPI0_MISO/ACMP1_IN2/NMI_b, direction: OUTPUT}&lt;BR /&gt; - {pin_num: '9', peripheral: ADC, signal: 'SE, 7', pin_signal: PTB3/KBI0_P7/SPI0_MOSI/FTM0_CH1/ADC0_SE7}&lt;BR /&gt; - {pin_num: '10', peripheral: GPIOA, signal: 'GPIO, 10', pin_signal: PTB2/KBI0_P6/SPI0_SCK/FTM0_CH0/ACMP0_IN0/ADC0_SE6, direction: OUTPUT}&lt;BR /&gt; - {pin_num: '11', peripheral: ADC, signal: 'SE, 5', pin_signal: PTB1/KBI0_P5/UART0_TX/SPI0_MISO/TCLK2/ADC0_SE5}&lt;BR /&gt; - {pin_num: '12', peripheral: ADC, signal: 'SE, 4', pin_signal: PTB0/KBI0_P4/UART0_RX/SPI0_PCS0/PWT_IN1/ADC0_SE4}&lt;BR /&gt; - {pin_num: '16', peripheral: CoreDebug, signal: SWD_CLK, pin_signal: PTA0/KBI0_P0/FTM0_CH0/RTCO/ACMP0_IN2/ADC0_SE0/SWD_CLK}&lt;BR /&gt; * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********&lt;BR /&gt; */&lt;BR /&gt;/* clang-format on */&lt;/P&gt;&lt;P&gt;/* FUNCTION ************************************************************************************************************&lt;BR /&gt; *&lt;BR /&gt; * Function Name : BOARD_InitPins&lt;BR /&gt; * Description : Configures pin routing and optionally pin electrical features.&lt;BR /&gt; *&lt;BR /&gt; * END ****************************************************************************************************************/&lt;BR /&gt;void BOARD_InitPins(void)&lt;BR /&gt;{&lt;BR /&gt;}&lt;BR /&gt;/***********************************************************************************************************************&lt;BR /&gt; * EOF&lt;BR /&gt; **********************************************************************************************************************/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:31:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738605#M320</guid>
      <dc:creator>markusaerni</dc:creator>
      <dc:date>2018-02-14T15:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738606#M321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this is correct. Pins selected in your configuration are routed by default, so not code needed to confire them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to add FTM0, channel 0 and you should see the code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #7f0055; font-size: small;"&gt;&lt;STRONG&gt;void&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; BOARD_InitPins(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #7f0055; font-size: small;"&gt;void&lt;/STRONG&gt;&lt;SPAN style="font-size: small;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: small;"&gt;/* pin 22 is configured as FTM0_CH0 */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PORT_SetPinSelect(kPORT_FTM0CH0, kPORT_FTM0_CH0_PTA0);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mind Pins tool V4 does not configure GPIO pin direction.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 07:41:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/738606#M321</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2018-02-15T07:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/1358954#M1253</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/176703"&gt;@marek-trmac&lt;/a&gt;&amp;nbsp;you mentioned "&lt;SPAN&gt;under chapter 1.1 Start with an SDK example, e.g. first clone selected example and then create configuration for the example&amp;nbsp;project.&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting a similar problem. I am working on RT1062 on a custom made board. Do I still need to follow this?&lt;/P&gt;&lt;P&gt;Pull existing similar example then create configuration?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 21:34:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/1358954#M1253</guid>
      <dc:creator>NVazquez</dc:creator>
      <dc:date>2021-10-20T21:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Config Pin Error Message Pins initialization requires the Port driver in the project</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/1359239#M1254</link>
      <description>&lt;P&gt;Hi Nhule,&lt;/P&gt;&lt;P&gt;generally I'd recommend this to all new users. In case you want to get familiar with new tool, start with some simple example, follow the documentation and try to experiment. This is good way how to understand how the tool works and how you can leverage.&lt;/P&gt;&lt;P&gt;Please mind, SDK examples are designed for EVK boards, so there might be needed some tweaks to run it on custom board.&lt;/P&gt;&lt;P&gt;Hope this answer your question.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 06:48:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Config-Pin-Error-Message-Pins-initialization-requires-the-Port/m-p/1359239#M1254</guid>
      <dc:creator>marek-trmac</dc:creator>
      <dc:date>2021-10-21T06:48:07Z</dc:date>
    </item>
  </channel>
</rss>

