<?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 Pins Tool does not generate code for some pins in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868166#M132087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an issue with Pins Tool v.5.0 for processor&amp;nbsp;MIMXRT1052xxxxB.&lt;BR /&gt;It doesn't generate GPIO configuration structure and invoke of&amp;nbsp;GPIO_PinInit&amp;nbsp;for pin 31 of any port.&lt;/P&gt;&lt;P&gt;To reproduce the bug I configured pins GPIO1_00, GPIO1_31, GPIO2_30, GPIO2_31. It generates&amp;nbsp;gpio1_pinM14_config&amp;nbsp;and&amp;nbsp;gpio2_pinC14_config&amp;nbsp;for GPIO1_00 and GPIO2_30 respectively, but doesn't for&amp;nbsp;GPIO1_31 and&amp;nbsp;GPIO2_31&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/*&lt;BR /&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: M14, peripheral: GPIO1, signal: 'gpio_io, 00', pin_signal: GPIO_AD_B0_00, direction: OUTPUT, gpio_init_state: 'true'}&lt;BR /&gt; - {pin_num: J14, peripheral: GPIO1, signal: 'gpio_io, 31', pin_signal: GPIO_AD_B1_15, direction: OUTPUT, gpio_init_state: 'true'}&lt;BR /&gt; - {pin_num: C14, peripheral: GPIO2, signal: 'gpio_io, 30', pin_signal: GPIO_B1_14, direction: OUTPUT}&lt;BR /&gt; - {pin_num: B14, peripheral: GPIO2, signal: 'gpio_io, 31', pin_signal: GPIO_B1_15, direction: OUTPUT}&lt;BR /&gt; * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********&lt;BR /&gt; */&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; CLOCK_EnableClock(kCLOCK_Iomuxc); /* iomuxc clock (iomuxc_clk_enable): 0x03U */&lt;/P&gt;&lt;P&gt;/* GPIO configuration on GPIO_AD_B0_00 (pin M14) */&lt;BR /&gt; gpio_pin_config_t gpio1_pinM14_config = {&lt;BR /&gt; .direction = kGPIO_DigitalOutput,&lt;BR /&gt; .outputLogic = 1U,&lt;BR /&gt; .interruptMode = kGPIO_NoIntmode&lt;BR /&gt; };&lt;BR /&gt; /* Initialize GPIO functionality on GPIO_AD_B0_00 (pin M14) */&lt;BR /&gt; GPIO_PinInit(GPIO1, 0U, &amp;amp;gpio1_pinM14_config);&lt;/P&gt;&lt;P&gt;/* GPIO configuration on GPIO_B1_14 (pin C14) */&lt;BR /&gt; gpio_pin_config_t gpio2_pinC14_config = {&lt;BR /&gt; .direction = kGPIO_DigitalOutput,&lt;BR /&gt; .outputLogic = 0U,&lt;BR /&gt; .interruptMode = kGPIO_NoIntmode&lt;BR /&gt; };&lt;BR /&gt; /* Initialize GPIO functionality on GPIO_B1_14 (pin C14) */&lt;BR /&gt; GPIO_PinInit(GPIO2, 30U, &amp;amp;gpio2_pinC14_config);&lt;/P&gt;&lt;P&gt;IOMUXC_SetPinMux(&lt;BR /&gt; IOMUXC_GPIO_AD_B0_00_GPIO1_IO00, /* GPIO_AD_B0_00 is configured as GPIO1_IO00 */&lt;BR /&gt; 0U); /* Software Input On Field: Input Path is determined by functionality */&lt;BR /&gt; IOMUXC_SetPinMux(&lt;BR /&gt; IOMUXC_GPIO_AD_B1_15_GPIO1_IO31, /* GPIO_AD_B1_15 is configured as GPIO1_IO31 */&lt;BR /&gt; 0U); /* Software Input On Field: Input Path is determined by functionality */&lt;BR /&gt; IOMUXC_SetPinMux(&lt;BR /&gt; IOMUXC_GPIO_B1_14_GPIO2_IO30, /* GPIO_B1_14 is configured as GPIO2_IO30 */&lt;BR /&gt; 0U); /* Software Input On Field: Input Path is determined by functionality */&lt;BR /&gt; IOMUXC_SetPinMux(&lt;BR /&gt; IOMUXC_GPIO_B1_15_GPIO2_IO31, /* GPIO_B1_15 is configured as GPIO2_IO31 */&lt;BR /&gt; 0U); /* Software Input On Field: Input Path is determined by functionality */&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's detailed information about used tool:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** About MCUXpresso Config Tools:&lt;BR /&gt;Version and Build id: 5.0.0.201811140908&lt;BR /&gt;Installed tools:&lt;BR /&gt;Pins (5.0)&lt;/P&gt;&lt;P&gt;Locally installed data:&lt;BR /&gt;C:\ProgramData\NXP\mcu_data_v5&lt;BR /&gt;Processors:&lt;BR /&gt;MCIMX6QxxVT (5.0.0) - i.MX 6Quad&lt;BR /&gt;MIMXRT1051xxxxB (5.0.1) - i.MX RT&lt;BR /&gt;MIMXRT1051xxxxx (5.0.0) - i.MX RT&lt;BR /&gt;MIMXRT1052xxxxB (5.0.2) - i.MX RT&lt;/P&gt;&lt;P&gt;Boards:&lt;BR /&gt;FRDM-K64F (5.0.0)&lt;BR /&gt;IMXRT1050-EVKB (5.0.0)&lt;BR /&gt;MCIMX6Q-SDB-REV-B (5.0.0)&lt;/P&gt;&lt;P&gt;Components:&lt;BR /&gt;adc12_5324d28dd0212c08055a9d9cd4317082 (5.0.0)&lt;BR /&gt;adc12_582213dfbd3d6bcee209acc93ebafd79 (5.0.0)&lt;BR /&gt;adc16_7d827be2dc433dc756d94a7ce88cbcc5 (5.0.0)&lt;BR /&gt;adc_12b1msps_sar_6a490e886349a7b2b07bed10ce7b299b (5.0.1)&lt;BR /&gt;adc_etc_f54f0f22e1814a87101dbc3d3da0f030 (5.0.1)&lt;BR /&gt;aoi_5a2efbfd7a8a5208f8f552077e2b4ded (5.0.0)&lt;BR /&gt;cmp_306724f57b92dbe1771f1514089d2b18 (5.0.0)&lt;BR /&gt;cmt_4b415df0953c334612ffa4b1d9ce84dd (5.0.0)&lt;BR /&gt;crc_9fd5aeb8f898a23808d5f975e5443f11 (5.0.0)&lt;BR /&gt;csi_3739ec1355c7b915be929f3b7e35095b (5.0.0)&lt;BR /&gt;csi_b2cf1faba8074e676ac4be93ec552c5a (5.0.0)&lt;BR /&gt;dac_a54f338a6fa6fd273bc89d61f5a3b85e (5.0.0)&lt;BR /&gt;dcp_95a1068fdf77eaec189146622e54f5e0 (5.0.0)&lt;BR /&gt;dcp_972afb0e5bdd98ba89e5860deaf0bf5c (5.0.0)&lt;BR /&gt;dma_cb8220597343022981727d8655725baf (5.0.0)&lt;BR /&gt;dspi_305e5b03c593d065f61ded8061d15797 (5.0.0)&lt;BR /&gt;edma_a23fca76a894e1bcdf9d01a687505ff9 (5.0.0)&lt;BR /&gt;elcdif_1c39bcb43ed1a24bc8980672c7378576 (5.0.1)&lt;BR /&gt;enc_a31ae546b0cbfc3aa2c35851e1fcb3b8 (5.0.0)&lt;BR /&gt;ewm_4792127f422c23cc3392826dba86b9fd (5.0.0)&lt;BR /&gt;flexbus_c0f98ce230f06c38b26b546b16ee96cc (5.0.0)&lt;BR /&gt;flexcan_ba45456ec815807245205237e2bf425b (5.0.1)&lt;BR /&gt;flexcan_d4764a197c0db35c88f36862312557e4 (5.0.1)&lt;BR /&gt;flexcomm_i2c_567d1a9d97c12e5d39b00259c3436dc4 (5.0.0)&lt;BR /&gt;flexcomm_spi_fa73bcfbc0a2fd3b8c6ba5b0b1f1446f (5.0.0)&lt;BR /&gt;flexcomm_usart_fcc110cc6b16332e9dfd9e0df675e21f (5.0.0)&lt;BR /&gt;flexio_i2c_master_b1c6d75a13c223349acb4bdd6d771f21 (5.0.0)&lt;BR /&gt;flexio_i2s_a594b82e98584b93cd0e9c6b6e73df7f (5.0.0)&lt;BR /&gt;flexio_spi_d67d6584d62b130dba246fa5abb61949 (5.0.0)&lt;BR /&gt;flexio_uart_fc94dc0ace2887e1e4712084856919fa (5.0.0)&lt;BR /&gt;ftm_04a15ae4af2b404bf2ae403c3dbe98b3 (5.0.0)&lt;BR /&gt;ftm_5e037045c21cf6f361184c371dbbbab2 (5.0.0)&lt;BR /&gt;gpio_65d133e8884c2b67e1400b2f76d174b8 (5.0.0)&lt;BR /&gt;gpio_be9de87e5addb6b0f416d9acbab34797 (5.0.0)&lt;BR /&gt;gpio_f970a92e447fa4793838db25a2947ed7 (5.0.0)&lt;BR /&gt;gpt_e92a0cbd07e389b82a1d19b05eb9fdda (5.0.1)&lt;BR /&gt;i2c_2566d7363e7e9aaedabb432110e372d7 (5.0.0)&lt;BR /&gt;igpio_b1c1fa279aa7069dca167502b8589cb7 (5.0.0)&lt;BR /&gt;kpp_42e527b886eb45655f11a320d8e4317a (5.0.0)&lt;BR /&gt;llwu_3300b573fd6e3303f27cdce526747338 (5.0.0)&lt;BR /&gt;lpadc_c198e31251158bdd3f87ff4098caeba3 (5.0.0)&lt;BR /&gt;lpc_adc_bb2d0dc1b8ebf962ff3f75df84677aae (5.0.0)&lt;BR /&gt;lpc_adc_c8a42a3971e43028d68a2161b5fcb2b2 (5.0.0)&lt;BR /&gt;lpc_adc_d4840b616722dd9291a911597277144f (5.0.0)&lt;BR /&gt;lpc_dma_073e226789af4d91fdf79312787d777b (5.0.0)&lt;BR /&gt;lpc_gpio_8c9ab9b3668a514c1f4609fe43001865 (5.0.0)&lt;BR /&gt;lpc_gpio_cafc42e5f2c30132836e2ae7603e8a1e (5.0.0)&lt;BR /&gt;lpi2c_540b08a1d4a23952ca7a6ac43c82d1e6 (5.0.1)&lt;BR /&gt;lpi2c_db68d4f4f06a22e25ab51fe9bd6db4d2 (5.0.1)&lt;BR /&gt;lpsci_6cb860df0090aefbbd9e197ba914a87c (5.0.0)&lt;BR /&gt;lpsci_d7d643c7d665ff9a7a181303138bb697 (5.0.0)&lt;BR /&gt;lpspi_2e4230bc6f188eb74b5476d1b09fc7bf (5.0.1)&lt;BR /&gt;lpspi_6e21a1e0a09f0a012d683c4f91752db8 (5.0.1)&lt;BR /&gt;lptmr_2eeab91a1a42f8238f9ac768f18c65ae (5.0.1)&lt;BR /&gt;lpuart_bebe3e12b6ec22bbd14199038f2bf459 (5.0.0)&lt;BR /&gt;pdb_32eb8756416d042c4a30e2cf9bd8fca4 (5.0.0)&lt;BR /&gt;pit_a4782ba5223c8a2527ba91aeb2bc4159 (5.0.1)&lt;BR /&gt;qtmr_460dd7aa3f3371843c2548acd54252b0 (5.0.0)&lt;BR /&gt;rnga_e3462b71d05dedbc6eec554b71e8aafc (5.0.0)&lt;BR /&gt;rtc_5a0edd77b33c110032c2a0f5e3d1bd2f (5.0.0)&lt;BR /&gt;rtwdog_67fd785e8bb4ab28416270fb114d2253 (5.0.0)&lt;BR /&gt;sai_e171ee1d4e17db4b5b234f946b59a148 (5.0.1)&lt;BR /&gt;sai_e7c250a6f9f5ec36ac5d0ffad0941743 (5.0.1)&lt;BR /&gt;sctimer_11116c58643bd290f0e74db0acbc9466 (5.0.0)&lt;BR /&gt;snvs_hp_5fc0a925779e7e5f8b9bedf272c8d94e (5.0.0)&lt;BR /&gt;snvs_hp_8aa1d6897a8f71c776216caab5be8259 (5.0.0)&lt;BR /&gt;snvs_lp_214d2a8e2ab7b1cb98af7868b3016bee (5.0.0)&lt;BR /&gt;snvs_lp_3b9e952b0ef37d4c4fffea74821e74e2 (5.0.0)&lt;BR /&gt;spdif_040614b5288766ad77a1a386b39d0a3c (5.0.0)&lt;BR /&gt;spi_672b694426b0a10a1d774659ee8f8435 (5.0.0)&lt;BR /&gt;system_54b53072540eeeb8f8e9343e71f28176 (5.0.2)&lt;BR /&gt;tempmon_c966e400757748d37785414258f2801c (5.0.1)&lt;BR /&gt;tpm_e7472ea12d53461b8d293488f3ed72ec (5.0.0)&lt;BR /&gt;trng_dd5b2a6f14d45ca091cf6c9a38560d5e (5.0.0)&lt;BR /&gt;uart_c6ca9befff8c3e28c85e70f512c4576e (5.0.0)&lt;BR /&gt;uart_cd31a12aa8c79051fda42cc851a27c37 (5.0.0)&lt;BR /&gt;usb_62ed973d963913bb55111a7b8116ace1 (5.0.0)&lt;BR /&gt;usb_e7971d25631a360e2da78a4fcd2653f5 (5.0.1)&lt;BR /&gt;vref_62f8e6ca39d44fd8d933f98728e18183 (5.0.0)&lt;BR /&gt;wdog01_425640a4cd6cc847fe8bf3baf0d666fc (5.0.0)&lt;BR /&gt;wdog01_510a9c5ba7e0ced8deac305549f23fa9 (5.0.0)&lt;BR /&gt;wdog_362a0fbc7b41b2e6c7f96894cfc2f4d4 (5.0.0)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Apr 2019 06:16:59 GMT</pubDate>
    <dc:creator>georgemakarov</dc:creator>
    <dc:date>2019-04-01T06:16:59Z</dc:date>
    <item>
      <title>Pins Tool does not generate code for some pins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868166#M132087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an issue with Pins Tool v.5.0 for processor&amp;nbsp;MIMXRT1052xxxxB.&lt;BR /&gt;It doesn't generate GPIO configuration structure and invoke of&amp;nbsp;GPIO_PinInit&amp;nbsp;for pin 31 of any port.&lt;/P&gt;&lt;P&gt;To reproduce the bug I configured pins GPIO1_00, GPIO1_31, GPIO2_30, GPIO2_31. It generates&amp;nbsp;gpio1_pinM14_config&amp;nbsp;and&amp;nbsp;gpio2_pinC14_config&amp;nbsp;for GPIO1_00 and GPIO2_30 respectively, but doesn't for&amp;nbsp;GPIO1_31 and&amp;nbsp;GPIO2_31&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/*&lt;BR /&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: M14, peripheral: GPIO1, signal: 'gpio_io, 00', pin_signal: GPIO_AD_B0_00, direction: OUTPUT, gpio_init_state: 'true'}&lt;BR /&gt; - {pin_num: J14, peripheral: GPIO1, signal: 'gpio_io, 31', pin_signal: GPIO_AD_B1_15, direction: OUTPUT, gpio_init_state: 'true'}&lt;BR /&gt; - {pin_num: C14, peripheral: GPIO2, signal: 'gpio_io, 30', pin_signal: GPIO_B1_14, direction: OUTPUT}&lt;BR /&gt; - {pin_num: B14, peripheral: GPIO2, signal: 'gpio_io, 31', pin_signal: GPIO_B1_15, direction: OUTPUT}&lt;BR /&gt; * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********&lt;BR /&gt; */&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; CLOCK_EnableClock(kCLOCK_Iomuxc); /* iomuxc clock (iomuxc_clk_enable): 0x03U */&lt;/P&gt;&lt;P&gt;/* GPIO configuration on GPIO_AD_B0_00 (pin M14) */&lt;BR /&gt; gpio_pin_config_t gpio1_pinM14_config = {&lt;BR /&gt; .direction = kGPIO_DigitalOutput,&lt;BR /&gt; .outputLogic = 1U,&lt;BR /&gt; .interruptMode = kGPIO_NoIntmode&lt;BR /&gt; };&lt;BR /&gt; /* Initialize GPIO functionality on GPIO_AD_B0_00 (pin M14) */&lt;BR /&gt; GPIO_PinInit(GPIO1, 0U, &amp;amp;gpio1_pinM14_config);&lt;/P&gt;&lt;P&gt;/* GPIO configuration on GPIO_B1_14 (pin C14) */&lt;BR /&gt; gpio_pin_config_t gpio2_pinC14_config = {&lt;BR /&gt; .direction = kGPIO_DigitalOutput,&lt;BR /&gt; .outputLogic = 0U,&lt;BR /&gt; .interruptMode = kGPIO_NoIntmode&lt;BR /&gt; };&lt;BR /&gt; /* Initialize GPIO functionality on GPIO_B1_14 (pin C14) */&lt;BR /&gt; GPIO_PinInit(GPIO2, 30U, &amp;amp;gpio2_pinC14_config);&lt;/P&gt;&lt;P&gt;IOMUXC_SetPinMux(&lt;BR /&gt; IOMUXC_GPIO_AD_B0_00_GPIO1_IO00, /* GPIO_AD_B0_00 is configured as GPIO1_IO00 */&lt;BR /&gt; 0U); /* Software Input On Field: Input Path is determined by functionality */&lt;BR /&gt; IOMUXC_SetPinMux(&lt;BR /&gt; IOMUXC_GPIO_AD_B1_15_GPIO1_IO31, /* GPIO_AD_B1_15 is configured as GPIO1_IO31 */&lt;BR /&gt; 0U); /* Software Input On Field: Input Path is determined by functionality */&lt;BR /&gt; IOMUXC_SetPinMux(&lt;BR /&gt; IOMUXC_GPIO_B1_14_GPIO2_IO30, /* GPIO_B1_14 is configured as GPIO2_IO30 */&lt;BR /&gt; 0U); /* Software Input On Field: Input Path is determined by functionality */&lt;BR /&gt; IOMUXC_SetPinMux(&lt;BR /&gt; IOMUXC_GPIO_B1_15_GPIO2_IO31, /* GPIO_B1_15 is configured as GPIO2_IO31 */&lt;BR /&gt; 0U); /* Software Input On Field: Input Path is determined by functionality */&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's detailed information about used tool:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** About MCUXpresso Config Tools:&lt;BR /&gt;Version and Build id: 5.0.0.201811140908&lt;BR /&gt;Installed tools:&lt;BR /&gt;Pins (5.0)&lt;/P&gt;&lt;P&gt;Locally installed data:&lt;BR /&gt;C:\ProgramData\NXP\mcu_data_v5&lt;BR /&gt;Processors:&lt;BR /&gt;MCIMX6QxxVT (5.0.0) - i.MX 6Quad&lt;BR /&gt;MIMXRT1051xxxxB (5.0.1) - i.MX RT&lt;BR /&gt;MIMXRT1051xxxxx (5.0.0) - i.MX RT&lt;BR /&gt;MIMXRT1052xxxxB (5.0.2) - i.MX RT&lt;/P&gt;&lt;P&gt;Boards:&lt;BR /&gt;FRDM-K64F (5.0.0)&lt;BR /&gt;IMXRT1050-EVKB (5.0.0)&lt;BR /&gt;MCIMX6Q-SDB-REV-B (5.0.0)&lt;/P&gt;&lt;P&gt;Components:&lt;BR /&gt;adc12_5324d28dd0212c08055a9d9cd4317082 (5.0.0)&lt;BR /&gt;adc12_582213dfbd3d6bcee209acc93ebafd79 (5.0.0)&lt;BR /&gt;adc16_7d827be2dc433dc756d94a7ce88cbcc5 (5.0.0)&lt;BR /&gt;adc_12b1msps_sar_6a490e886349a7b2b07bed10ce7b299b (5.0.1)&lt;BR /&gt;adc_etc_f54f0f22e1814a87101dbc3d3da0f030 (5.0.1)&lt;BR /&gt;aoi_5a2efbfd7a8a5208f8f552077e2b4ded (5.0.0)&lt;BR /&gt;cmp_306724f57b92dbe1771f1514089d2b18 (5.0.0)&lt;BR /&gt;cmt_4b415df0953c334612ffa4b1d9ce84dd (5.0.0)&lt;BR /&gt;crc_9fd5aeb8f898a23808d5f975e5443f11 (5.0.0)&lt;BR /&gt;csi_3739ec1355c7b915be929f3b7e35095b (5.0.0)&lt;BR /&gt;csi_b2cf1faba8074e676ac4be93ec552c5a (5.0.0)&lt;BR /&gt;dac_a54f338a6fa6fd273bc89d61f5a3b85e (5.0.0)&lt;BR /&gt;dcp_95a1068fdf77eaec189146622e54f5e0 (5.0.0)&lt;BR /&gt;dcp_972afb0e5bdd98ba89e5860deaf0bf5c (5.0.0)&lt;BR /&gt;dma_cb8220597343022981727d8655725baf (5.0.0)&lt;BR /&gt;dspi_305e5b03c593d065f61ded8061d15797 (5.0.0)&lt;BR /&gt;edma_a23fca76a894e1bcdf9d01a687505ff9 (5.0.0)&lt;BR /&gt;elcdif_1c39bcb43ed1a24bc8980672c7378576 (5.0.1)&lt;BR /&gt;enc_a31ae546b0cbfc3aa2c35851e1fcb3b8 (5.0.0)&lt;BR /&gt;ewm_4792127f422c23cc3392826dba86b9fd (5.0.0)&lt;BR /&gt;flexbus_c0f98ce230f06c38b26b546b16ee96cc (5.0.0)&lt;BR /&gt;flexcan_ba45456ec815807245205237e2bf425b (5.0.1)&lt;BR /&gt;flexcan_d4764a197c0db35c88f36862312557e4 (5.0.1)&lt;BR /&gt;flexcomm_i2c_567d1a9d97c12e5d39b00259c3436dc4 (5.0.0)&lt;BR /&gt;flexcomm_spi_fa73bcfbc0a2fd3b8c6ba5b0b1f1446f (5.0.0)&lt;BR /&gt;flexcomm_usart_fcc110cc6b16332e9dfd9e0df675e21f (5.0.0)&lt;BR /&gt;flexio_i2c_master_b1c6d75a13c223349acb4bdd6d771f21 (5.0.0)&lt;BR /&gt;flexio_i2s_a594b82e98584b93cd0e9c6b6e73df7f (5.0.0)&lt;BR /&gt;flexio_spi_d67d6584d62b130dba246fa5abb61949 (5.0.0)&lt;BR /&gt;flexio_uart_fc94dc0ace2887e1e4712084856919fa (5.0.0)&lt;BR /&gt;ftm_04a15ae4af2b404bf2ae403c3dbe98b3 (5.0.0)&lt;BR /&gt;ftm_5e037045c21cf6f361184c371dbbbab2 (5.0.0)&lt;BR /&gt;gpio_65d133e8884c2b67e1400b2f76d174b8 (5.0.0)&lt;BR /&gt;gpio_be9de87e5addb6b0f416d9acbab34797 (5.0.0)&lt;BR /&gt;gpio_f970a92e447fa4793838db25a2947ed7 (5.0.0)&lt;BR /&gt;gpt_e92a0cbd07e389b82a1d19b05eb9fdda (5.0.1)&lt;BR /&gt;i2c_2566d7363e7e9aaedabb432110e372d7 (5.0.0)&lt;BR /&gt;igpio_b1c1fa279aa7069dca167502b8589cb7 (5.0.0)&lt;BR /&gt;kpp_42e527b886eb45655f11a320d8e4317a (5.0.0)&lt;BR /&gt;llwu_3300b573fd6e3303f27cdce526747338 (5.0.0)&lt;BR /&gt;lpadc_c198e31251158bdd3f87ff4098caeba3 (5.0.0)&lt;BR /&gt;lpc_adc_bb2d0dc1b8ebf962ff3f75df84677aae (5.0.0)&lt;BR /&gt;lpc_adc_c8a42a3971e43028d68a2161b5fcb2b2 (5.0.0)&lt;BR /&gt;lpc_adc_d4840b616722dd9291a911597277144f (5.0.0)&lt;BR /&gt;lpc_dma_073e226789af4d91fdf79312787d777b (5.0.0)&lt;BR /&gt;lpc_gpio_8c9ab9b3668a514c1f4609fe43001865 (5.0.0)&lt;BR /&gt;lpc_gpio_cafc42e5f2c30132836e2ae7603e8a1e (5.0.0)&lt;BR /&gt;lpi2c_540b08a1d4a23952ca7a6ac43c82d1e6 (5.0.1)&lt;BR /&gt;lpi2c_db68d4f4f06a22e25ab51fe9bd6db4d2 (5.0.1)&lt;BR /&gt;lpsci_6cb860df0090aefbbd9e197ba914a87c (5.0.0)&lt;BR /&gt;lpsci_d7d643c7d665ff9a7a181303138bb697 (5.0.0)&lt;BR /&gt;lpspi_2e4230bc6f188eb74b5476d1b09fc7bf (5.0.1)&lt;BR /&gt;lpspi_6e21a1e0a09f0a012d683c4f91752db8 (5.0.1)&lt;BR /&gt;lptmr_2eeab91a1a42f8238f9ac768f18c65ae (5.0.1)&lt;BR /&gt;lpuart_bebe3e12b6ec22bbd14199038f2bf459 (5.0.0)&lt;BR /&gt;pdb_32eb8756416d042c4a30e2cf9bd8fca4 (5.0.0)&lt;BR /&gt;pit_a4782ba5223c8a2527ba91aeb2bc4159 (5.0.1)&lt;BR /&gt;qtmr_460dd7aa3f3371843c2548acd54252b0 (5.0.0)&lt;BR /&gt;rnga_e3462b71d05dedbc6eec554b71e8aafc (5.0.0)&lt;BR /&gt;rtc_5a0edd77b33c110032c2a0f5e3d1bd2f (5.0.0)&lt;BR /&gt;rtwdog_67fd785e8bb4ab28416270fb114d2253 (5.0.0)&lt;BR /&gt;sai_e171ee1d4e17db4b5b234f946b59a148 (5.0.1)&lt;BR /&gt;sai_e7c250a6f9f5ec36ac5d0ffad0941743 (5.0.1)&lt;BR /&gt;sctimer_11116c58643bd290f0e74db0acbc9466 (5.0.0)&lt;BR /&gt;snvs_hp_5fc0a925779e7e5f8b9bedf272c8d94e (5.0.0)&lt;BR /&gt;snvs_hp_8aa1d6897a8f71c776216caab5be8259 (5.0.0)&lt;BR /&gt;snvs_lp_214d2a8e2ab7b1cb98af7868b3016bee (5.0.0)&lt;BR /&gt;snvs_lp_3b9e952b0ef37d4c4fffea74821e74e2 (5.0.0)&lt;BR /&gt;spdif_040614b5288766ad77a1a386b39d0a3c (5.0.0)&lt;BR /&gt;spi_672b694426b0a10a1d774659ee8f8435 (5.0.0)&lt;BR /&gt;system_54b53072540eeeb8f8e9343e71f28176 (5.0.2)&lt;BR /&gt;tempmon_c966e400757748d37785414258f2801c (5.0.1)&lt;BR /&gt;tpm_e7472ea12d53461b8d293488f3ed72ec (5.0.0)&lt;BR /&gt;trng_dd5b2a6f14d45ca091cf6c9a38560d5e (5.0.0)&lt;BR /&gt;uart_c6ca9befff8c3e28c85e70f512c4576e (5.0.0)&lt;BR /&gt;uart_cd31a12aa8c79051fda42cc851a27c37 (5.0.0)&lt;BR /&gt;usb_62ed973d963913bb55111a7b8116ace1 (5.0.0)&lt;BR /&gt;usb_e7971d25631a360e2da78a4fcd2653f5 (5.0.1)&lt;BR /&gt;vref_62f8e6ca39d44fd8d933f98728e18183 (5.0.0)&lt;BR /&gt;wdog01_425640a4cd6cc847fe8bf3baf0d666fc (5.0.0)&lt;BR /&gt;wdog01_510a9c5ba7e0ced8deac305549f23fa9 (5.0.0)&lt;BR /&gt;wdog_362a0fbc7b41b2e6c7f96894cfc2f4d4 (5.0.0)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2019 06:16:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868166#M132087</guid>
      <dc:creator>georgemakarov</dc:creator>
      <dc:date>2019-04-01T06:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pins Tool does not generate code for some pins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868167#M132088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The issue has been reported.&lt;/P&gt;&lt;P&gt;Thanks for the information!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2019 06:58:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868167#M132088</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-04-02T06:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pins Tool does not generate code for some pins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868168#M132089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding: 0px;"&gt;Hi George,&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;the issue is caused by Pins tool code generation script and affects all i.MX RT processors. Attached you can find update of the RT processors data you can import into MCUXpresso Config Tools v5 and &lt;SPAN&gt;Pins Tools for i.MX v5&lt;/SPAN&gt;:&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;OL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;In MCUXpresso Config Tools v5 or Pins Tools for i.MX v5, go to File &amp;gt; Import and select Import Processor Data&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;Browse to the attached archive. The tool will extract information about processors data stored in the update&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;Select processor you want to update. In your case&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MIMXRT1052xxxxB. Note that the version of the imported processor data is same as the version&amp;nbsp;cached on disk. This is to make possible future update from the online repository once the fix is published there.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="margin: 0.2em 0px; padding: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;After finishing the update, please restart the tool.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;We are sorry for the inconvenience and thank you for reporting this problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Lukas&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:41:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868168#M132089</guid>
      <dc:creator>Lukas_Heczko</dc:creator>
      <dc:date>2019-04-05T13:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pins Tool does not generate code for some pins</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868169#M132090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lukas,&lt;BR /&gt;I've applied the hotfix and checked code generation. It works properly now. Thank you for quick release of solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 06:15:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Pins-Tool-does-not-generate-code-for-some-pins/m-p/868169#M132090</guid>
      <dc:creator>georgemakarov</dc:creator>
      <dc:date>2019-04-08T06:15:25Z</dc:date>
    </item>
  </channel>
</rss>

