<?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: I2C sample from SDK does not work on LPCXpresso5411x development board in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1463734#M48908</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;, I can see the instruction now to setup connection I2C1 &amp;lt;-&amp;gt; I2C2.&lt;/P&gt;&lt;P&gt;Should I expect this setup already done when I download the sdk sample? Or I have to do this in addition?&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 06:48:44 GMT</pubDate>
    <dc:creator>misterbee</dc:creator>
    <dc:date>2022-05-25T06:48:44Z</dc:date>
    <item>
      <title>I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1460577#M48824</link>
      <description>&lt;P&gt;I have with me &lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/lpcxpresso54114-board:OM13089" target="_self"&gt;LPCXpresso5411x&lt;/A&gt; development board. I use MCUXpresso IDE to import a project sample freertos_i2c. It can build and run the debugger. However it seems there is no I2C communication establish, the callback i2c_slave_callback() is not triggered at all.&lt;/P&gt;&lt;P&gt;The following init is success:&lt;/P&gt;&lt;P&gt;status = I2C_RTOS_Init(&amp;amp;master_rtos_handle, EXAMPLE_I2C_MASTER, &amp;amp;masterConfig, sourceClock);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However the following attempt for master to transfer data fail with status 2611:&lt;/P&gt;&lt;P&gt;status = I2C_RTOS_Transfer(&amp;amp;master_rtos_handle, &amp;amp;masterXfer);&lt;BR /&gt;if (status != kStatus_Success)&lt;BR /&gt;{&lt;BR /&gt;PRINTF("I2C master: error during write transaction, %d", status);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am expecting it works just out of the box, or is there anything I miss or should preconfigure before?&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 07:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1460577#M48824</guid>
      <dc:creator>misterbee</dc:creator>
      <dc:date>2022-05-20T07:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1461775#M48851</link>
      <description>&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;Hi &lt;EM&gt;misterbee&lt;/EM&gt;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;There isn't any pre-configuration needed to run the i2c example. Could you please re-confirm both i2c connections?&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;I2C1 connected to I2C2&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;SCL P0_25(J1 pin1) --&amp;gt; P0_18(J1 pin11)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;SDA P0_26(J1 pin3) --&amp;gt; P0_20(J1 pin13)&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;Can you also please confirm if you are connecting any extra boards or any other component? Did you modify the SDK example?&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;Best regards, &lt;EM&gt;Julian&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 17:17:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1461775#M48851</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2022-05-20T17:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1462159#M48859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for the response. I don't connect to any board nor I modify the SDK. I just take a fresh board and load the sample from the IDE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where can check this? From the code? which file/function?&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;I2C1 connected to I2C2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SCL P0_25(J1 pin1) --&amp;gt; P0_18(J1 pin11)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SDA P0_26(J1 pin3) --&amp;gt; P0_20(J1 pin13)&lt;/EM&gt;"&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 06:00:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1462159#M48859</guid>
      <dc:creator>misterbee</dc:creator>
      <dc:date>2022-05-23T06:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1462195#M48860</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I saw this in the code, will this help to answer your question about the I2C connection?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/* clang-format off */
/*
 * TEXT BELOW IS USED AS SETTING FOR TOOLS *************************************
BOARD_InitPins:
- options: {callFromInitBoot: 'true', coreID: cm4, enableClock: 'true'}
- pin_list:
  - {pin_num: '31', peripheral: FLEXCOMM0, signal: RXD_SDA_MOSI, pin_signal: PIO0_0/FC0_RXD_SDA_MOSI/FC3_CTS_SDA_SSEL0/CTIMER0_CAP0/SCT0_OUT3, mode: inactive, invert: disabled,
    glitch_filter: disabled, slew_rate: standard, open_drain: disabled}
  - {pin_num: '32', peripheral: FLEXCOMM0, signal: TXD_SCL_MISO, pin_signal: PIO0_1/FC0_TXD_SCL_MISO/FC3_RTS_SCL_SSEL1/CTIMER0_CAP1/SCT0_OUT1, mode: inactive, invert: disabled,
    glitch_filter: disabled, slew_rate: standard, open_drain: disabled}
  - {pin_num: '3', peripheral: FLEXCOMM4, signal: RTS_SCL_SSEL1, pin_signal: PIO0_25/FC4_RTS_SCL_SSEL1/FC6_CTS_SDA_SSEL0/CTIMER0_CAP2/CTIMER1_CAP1, invert: disabled,
    glitch_filter: disabled, i2c_slew: i2c, i2c_drive: low, i2c_filter: enabled}
  - {pin_num: '4', peripheral: FLEXCOMM4, signal: CTS_SDA_SSEL0, pin_signal: PIO0_26/FC4_CTS_SDA_SSEL0/CTIMER0_CAP3, invert: disabled, glitch_filter: disabled, i2c_slew: i2c,
    i2c_drive: low, i2c_filter: enabled}
  - {pin_num: '58', peripheral: FLEXCOMM5, signal: TXD_SCL_MISO, pin_signal: PIO0_18/FC5_TXD_SCL_MISO/SCT0_OUT0/CTIMER0_MAT0, mode: inactive, invert: disabled, glitch_filter: disabled,
    slew_rate: standard, open_drain: disabled}
  - {pin_num: '60', peripheral: FLEXCOMM5, signal: RXD_SDA_MOSI, pin_signal: PIO0_20/FC5_RXD_SDA_MOSI/FC0_SCK/CTIMER3_CAP0, mode: inactive, invert: disabled, glitch_filter: disabled,
    slew_rate: standard, open_drain: disabled}
 * BE CAREFUL MODIFYING THIS COMMENT - IT IS YAML SETTINGS FOR TOOLS ***********
 */
/* clang-format on */

/* FUNCTION ************************************************************************************************************
 *
 * Function Name : BOARD_InitPins
 * Description   : Configures pin routing and optionally pin electrical features.
 *
 * END ****************************************************************************************************************/
/* Function assigned for the Cortex-M4F */
void BOARD_InitPins(void)
{
    /* Enables the clock for the IOCON block. 0 = Disable; 1 = Enable.: 0x01u */
    CLOCK_EnableClock(kCLOCK_Iocon);

    const uint32_t port0_pin0_config = (/* Pin is configured as FC0_RXD_SDA_MOSI */
                                        IOCON_PIO_FUNC1 |
                                        /* No addition pin function */
                                        IOCON_PIO_MODE_INACT |
                                        /* Input function is not inverted */
                                        IOCON_PIO_INV_DI |
                                        /* Enables digital function */
                                        IOCON_PIO_DIGITAL_EN |
                                        /* Input filter disabled */
                                        IOCON_PIO_INPFILT_OFF |
                                        /* Standard mode, output slew rate control is enabled */
                                        IOCON_PIO_SLEW_STANDARD |
                                        /* Open drain is disabled */
                                        IOCON_PIO_OPENDRAIN_DI);
    /* PORT0 PIN0 (coords: 31) is configured as FC0_RXD_SDA_MOSI */
    IOCON_PinMuxSet(IOCON, 0U, 0U, port0_pin0_config);

    const uint32_t port0_pin1_config = (/* Pin is configured as FC0_TXD_SCL_MISO */
                                        IOCON_PIO_FUNC1 |
                                        /* No addition pin function */
                                        IOCON_PIO_MODE_INACT |
                                        /* Input function is not inverted */
                                        IOCON_PIO_INV_DI |
                                        /* Enables digital function */
                                        IOCON_PIO_DIGITAL_EN |
                                        /* Input filter disabled */
                                        IOCON_PIO_INPFILT_OFF |
                                        /* Standard mode, output slew rate control is enabled */
                                        IOCON_PIO_SLEW_STANDARD |
                                        /* Open drain is disabled */
                                        IOCON_PIO_OPENDRAIN_DI);
    /* PORT0 PIN1 (coords: 32) is configured as FC0_TXD_SCL_MISO */
    IOCON_PinMuxSet(IOCON, 0U, 1U, port0_pin1_config);

    const uint32_t port0_pin18_config = (/* Pin is configured as FC5_TXD_SCL_MISO */
                                         IOCON_PIO_FUNC1 |
                                         /* No addition pin function */
                                         IOCON_PIO_MODE_INACT |
                                         /* Input function is not inverted */
                                         IOCON_PIO_INV_DI |
                                         /* Enables digital function */
                                         IOCON_PIO_DIGITAL_EN |
                                         /* Input filter disabled */
                                         IOCON_PIO_INPFILT_OFF |
                                         /* Standard mode, output slew rate control is enabled */
                                         IOCON_PIO_SLEW_STANDARD |
                                         /* Open drain is disabled */
                                         IOCON_PIO_OPENDRAIN_DI);
    /* PORT0 PIN18 (coords: 58) is configured as FC5_TXD_SCL_MISO */
    IOCON_PinMuxSet(IOCON, 0U, 18U, port0_pin18_config);

    const uint32_t port0_pin20_config = (/* Pin is configured as FC5_RXD_SDA_MOSI */
                                         IOCON_PIO_FUNC1 |
                                         /* No addition pin function */
                                         IOCON_PIO_MODE_INACT |
                                         /* Input function is not inverted */
                                         IOCON_PIO_INV_DI |
                                         /* Enables digital function */
                                         IOCON_PIO_DIGITAL_EN |
                                         /* Input filter disabled */
                                         IOCON_PIO_INPFILT_OFF |
                                         /* Standard mode, output slew rate control is enabled */
                                         IOCON_PIO_SLEW_STANDARD |
                                         /* Open drain is disabled */
                                         IOCON_PIO_OPENDRAIN_DI);
    /* PORT0 PIN20 (coords: 60) is configured as FC5_RXD_SDA_MOSI */
    IOCON_PinMuxSet(IOCON, 0U, 20U, port0_pin20_config);

    const uint32_t port0_pin25_config = (/* Pin is configured as FC4_RTS_SCL_SSEL1 */
                                         IOCON_PIO_FUNC1 |
                                         /* I2C mode */
                                         IOCON_PIO_I2CSLEW_I2C |
                                         /* Input function is not inverted */
                                         IOCON_PIO_INV_DI |
                                         /* Enables digital function */
                                         IOCON_PIO_DIGITAL_EN |
                                         /* Input filter disabled */
                                         IOCON_PIO_INPFILT_OFF |
                                         /* Low drive: 4 mA */
                                         IOCON_PIO_I2CDRIVE_LOW |
                                         /* I2C 50 ns glitch filter enabled */
                                         IOCON_PIO_I2CFILTER_EN);
    /* PORT0 PIN25 (coords: 3) is configured as FC4_RTS_SCL_SSEL1 */
    IOCON_PinMuxSet(IOCON, 0U, 25U, port0_pin25_config);

    const uint32_t port0_pin26_config = (/* Pin is configured as FC4_CTS_SDA_SSEL0 */
                                         IOCON_PIO_FUNC1 |
                                         /* I2C mode */
                                         IOCON_PIO_I2CSLEW_I2C |
                                         /* Input function is not inverted */
                                         IOCON_PIO_INV_DI |
                                         /* Enables digital function */
                                         IOCON_PIO_DIGITAL_EN |
                                         /* Input filter disabled */
                                         IOCON_PIO_INPFILT_OFF |
                                         /* Low drive: 4 mA */
                                         IOCON_PIO_I2CDRIVE_LOW |
                                         /* I2C 50 ns glitch filter enabled */
                                         IOCON_PIO_I2CFILTER_EN);
    /* PORT0 PIN26 (coords: 4) is configured as FC4_CTS_SDA_SSEL0 */
    IOCON_PinMuxSet(IOCON, 0U, 26U, port0_pin26_config);
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 23 May 2022 06:56:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1462195#M48860</guid>
      <dc:creator>misterbee</dc:creator>
      <dc:date>2022-05-23T06:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1463318#M48897</link>
      <description>&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200171"&gt;@misterbee&lt;/a&gt;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;This is in the "readme" file under docs folder in your project folder. It can be found in "&lt;EM&gt;...\Documents\MCUXpressoIDE_11.5.1_7266\workspace\lpcxpresso54114_freertos_i2c\doc&lt;/EM&gt;"&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;There you can find the instructions to run the project.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: #333f48;" lang="es-MX"&gt;Best regards, &lt;EM&gt;Julian&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 14:31:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1463318#M48897</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2022-05-24T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1463734#M48908</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;, I can see the instruction now to setup connection I2C1 &amp;lt;-&amp;gt; I2C2.&lt;/P&gt;&lt;P&gt;Should I expect this setup already done when I download the sdk sample? Or I have to do this in addition?&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 06:48:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1463734#M48908</guid>
      <dc:creator>misterbee</dc:creator>
      <dc:date>2022-05-25T06:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1463780#M48910</link>
      <description>&lt;P&gt;Just want to attach the snapshot of the error log from com port&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="misterbee_0-1653463790919.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181047iFE81D2962E633D2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="misterbee_0-1653463790919.png" alt="misterbee_0-1653463790919.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 07:30:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1463780#M48910</guid>
      <dc:creator>misterbee</dc:creator>
      <dc:date>2022-05-25T07:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1464052#M48920</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200171"&gt;@misterbee&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Could you please attach a picture of your physical setup?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards, Julian&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 14:02:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1464052#M48920</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2022-05-25T14:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: I2C sample from SDK does not work on LPCXpresso5411x development board</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1464379#M48925</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It is now resolved, silly me, just realized need to do wiring to physically connect between the two I2C :D.&lt;/P&gt;&lt;P&gt;Thank you for showing me the instruction doc, otherwise I would not be aware of this :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 01:56:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I2C-sample-from-SDK-does-not-work-on-LPCXpresso5411x-development/m-p/1464379#M48925</guid>
      <dc:creator>misterbee</dc:creator>
      <dc:date>2022-05-26T01:56:28Z</dc:date>
    </item>
  </channel>
</rss>

