<?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 data not transmitting properly on s32k144 in S32K</title>
    <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1945754#M40464</link>
    <description>&lt;P&gt;&lt;A href="mailto:Hi@bhanu_p" target="_blank"&gt;Hi@bhanu_p&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please set a larger timeout value and then try again.&lt;/P&gt;
&lt;P&gt;For example, modificate timeout value to "0x00ff_ffff" or more larger&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-c"&gt;&lt;CODE&gt;LPI2C_DRV_MasterSendDataBlocking(INST_LPI2C1,txbuff,sizeof(txbuff),1,1000);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2024 01:58:15 GMT</pubDate>
    <dc:creator>Senlent</dc:creator>
    <dc:date>2024-09-03T01:58:15Z</dc:date>
    <item>
      <title>i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1945427#M40447</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Im using s32k144 EVB&amp;nbsp; for i2c implementation. when i try to verify the data which im sending through the controller&amp;nbsp; using logic analyzer im not getting the proper data through SDA line .&lt;BR /&gt;im using PA2 and PA3 for SCL &amp;amp; SDA im attaching my code and snap shot of the SCL &amp;amp; SDA signals&amp;nbsp; please look into it and let mw know where i have did wrong.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;#include "Cpu.h"

  volatile int exit_code = 0;
const uint8_t txbuff[8]={0x11,0x12,0x13,0x14,0x15,0x16,0x17,0x18};
  lpi2c_master_state_t lpi2c1MasterState;

const lpi2c_master_user_config_t lpi2c1_MasterConfig0 = {
  .slaveAddress = 60U,
  .is10bitAddr = false,
  .operatingMode = LPI2C_STANDARD_MODE,
  .baudRate = 0,
  .transferType = LPI2C_USING_INTERRUPTS,
  .dmaChannel = 0U,
  .masterCallback = NULL,
  .callbackParam = NULL,
};

int main(void)
{
/* Write your local variable definition here */

/*** Processor Expert internal initialization. DON'T REMOVE THIS CODE!!! ***/
#ifdef PEX_RTOS_INIT
PEX_RTOS_INIT(); /* Initialization of the selected RTOS. Macro is defined by the RTOS component. */
#endif
/*** End of Processor Expert internal initialization. ***/

/* Write your code here */
CLOCK_SYS_Init(g_clockManConfigsArr, CLOCK_MANAGER_CONFIG_CNT,g_clockManCallbacksArr, CLOCK_MANAGER_CALLBACK_CNT);
CLOCK_SYS_UpdateConfiguration(0U, CLOCK_MANAGER_POLICY_AGREEMENT);
PINS_DRV_Init(NUM_OF_CONFIGURED_PINS, g_pin_mux_InitConfigArr);
LPI2C_DRV_MasterInit(INST_LPI2C1, &amp;amp;lpi2c1_MasterConfig0,&amp;amp;lpi2c1MasterState);
for(uint8_t data=0x00;data&amp;lt;0xFF;data++)
{
LPI2C_DRV_MasterSendDataBlocking(INST_LPI2C1,txbuff,sizeof(txbuff),1,1000);
}
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhanu_p_0-1725273184437.png" style="width: 705px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/296615i14ECB63D6EA6E960/image-dimensions/705x163?v=v2" width="705" height="163" role="button" title="bhanu_p_0-1725273184437.png" alt="bhanu_p_0-1725273184437.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;bhanu_p_0-1725273184437.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 10:34:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1945427#M40447</guid>
      <dc:creator>bhanu_p</dc:creator>
      <dc:date>2024-09-02T10:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1945754#M40464</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@bhanu_p" target="_blank"&gt;Hi@bhanu_p&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please set a larger timeout value and then try again.&lt;/P&gt;
&lt;P&gt;For example, modificate timeout value to "0x00ff_ffff" or more larger&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-c"&gt;&lt;CODE&gt;LPI2C_DRV_MasterSendDataBlocking(INST_LPI2C1,txbuff,sizeof(txbuff),1,1000);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 01:58:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1945754#M40464</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-09-03T01:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1946270#M40492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have alredy given the large timeout&amp;nbsp; still im getting the same response im not getting the data buffer which i have given&amp;nbsp; im only getting the slave id 0x3c&amp;nbsp; as output.&lt;/P&gt;&lt;P&gt;for example i have given timeout &lt;STRONG&gt;"1000" &amp;amp; "5000"&lt;/STRONG&gt; still same nothing has been changed. please look in to the code i have share&amp;nbsp; and let me know if any ting wrong&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 11:56:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1946270#M40492</guid>
      <dc:creator>bhanu_p</dc:creator>
      <dc:date>2024-09-03T11:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1946863#M40530</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;bhanu_p&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;There should be no problem with the code. Try it again by connecting a slave device.&lt;BR /&gt;Below is the result of my test using S32K144EVB&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1725425449357.png" style="width: 698px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/296982iF5DE9AB19F24222B/image-dimensions/698x220?v=v2" width="698" height="220" role="button" title="Senlent_0-1725425449357.png" alt="Senlent_0-1725425449357.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Senlent_0-1725425449357.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 04:53:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1946863#M40530</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-09-04T04:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1949790#M40690</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i have connected my slave and verified but still I'm not getting proper output.&lt;/P&gt;&lt;P&gt;while im checking my slave id is correct or not. im getting "&lt;STRONG&gt;STATUS_TIMEOUT"&lt;/STRONG&gt; status.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;int main(void)
{
    CLOCK_SYS_Init(g_clockManConfigsArr, CLOCK_MANAGER_CONFIG_CNT,
                   g_clockManCallbacksArr, CLOCK_MANAGER_CALLBACK_CNT);
    CLOCK_SYS_UpdateConfiguration(0U, CLOCK_MANAGER_POLICY_AGREEMENT);

    PINS_DRV_Init(NUM_OF_CONFIGURED_PINS, g_pin_mux_InitConfigArr);
    for(uint8_t data=0;data&amp;lt;255;data++)
    {
    	int ret;
    	  const lpi2c_master_user_config_t lpi2c1_MasterConfig0 = {
    	    .slaveAddress = data,
    	    .is10bitAddr = false,
    	    .operatingMode = LPI2C_STANDARD_MODE,
    	    .baudRate = 1000000U,
    	    .transferType = LPI2C_USING_INTERRUPTS,
    	    .dmaChannel = 0U,
    	    .masterCallback = NULL,
    	    .callbackParam = NULL,
    	  };
    	LPI2C_DRV_MasterInit(INST_LPI2C1,&amp;amp;lpi2c1_MasterConfig0,&amp;amp;lpi2c1MasterState);
     ret=LPI2C_DRV_MasterSendDataBlocking(INST_LPI2C1,txbuff,sizeof(txbuff),1,1000);

      if(ret == STATUS_SUCCESS)
      {
    	  break;
      }
    }
  for(;;) {
    if(exit_code != 0) {
      break;
    }
  }
  return exit_code;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;please let me know what i have missed to in this code&lt;/P&gt;&lt;P&gt;im trying to implement GME12864-49 0.96" display, if possible please share any i2c_exmaple it would help me out to solve this issue&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 06:43:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1949790#M40690</guid>
      <dc:creator>bhanu_p</dc:creator>
      <dc:date>2024-09-09T06:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1949804#M40692</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;bhanu_p&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"&amp;nbsp;if possible please share any i2c_exmaple it would help me out to solve this issue"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Actually, you can find below example in S32 DS, and the test result i have already send to you before.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1725864582149.png" style="width: 737px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/297824i3D37760EBB6E79E7/image-dimensions/737x338?v=v2" width="737" height="338" role="button" title="Senlent_0-1725864582149.png" alt="Senlent_0-1725864582149.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Senlent_0-1725864582149.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_1-1725864648158.png" style="width: 737px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/297825i61164A43A39D8FAE/image-dimensions/737x212?v=v2" width="737" height="212" role="button" title="Senlent_1-1725864648158.png" alt="Senlent_1-1725864648158.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Senlent_1-1725864648158.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 06:52:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1949804#M40692</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-09-09T06:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1949835#M40695</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i have tried the example which you have mention in previous post but still my signals are not coming properly please look into it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-09-09 125830.png" style="width: 903px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/297834i3DE1D8A66C3A42B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-09-09 125830.png" alt="Screenshot 2024-09-09 125830.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Screenshot 2024-09-09 125830.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 07:29:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1949835#M40695</guid>
      <dc:creator>bhanu_p</dc:creator>
      <dc:date>2024-09-09T07:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1949852#M40698</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@bhanu_p" target="_blank"&gt;Hi@bhanu_p&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have given a screenshot of the test results, so there is no problem with this routine. Have you used two S32K144EVBs to test this routine?&lt;BR /&gt;Try to find your hardware problems, whether the connection is correct, whether the power supply is normal, whether the external pull-up is performed, etc.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 07:44:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1949852#M40698</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-09-09T07:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1950895#M40766</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;while working i have observed&amp;nbsp; two things when i use &lt;STRONG&gt;".baudRate = 10000U,"&amp;nbsp;&lt;/STRONG&gt; im getting response as below&amp;nbsp; means my slave id is coming properly but after that the TXbuffer data&amp;nbsp; no reflecting and clock is also generating properly but when i use&amp;nbsp; &lt;STRONG&gt;".baudRate = 100000U,"&amp;nbsp;&lt;/STRONG&gt; or above im not getting properly signals also below are the 2 different signals.&lt;/P&gt;&lt;P&gt;my slave id is &lt;STRONG&gt;0x78&amp;nbsp;&lt;/STRONG&gt; data which im sending is&amp;nbsp;&lt;/P&gt;&lt;P&gt;uint8_t data[2];&lt;BR /&gt;data[0] = 0x00; // Co=1, D/C#=0 (Command)&lt;BR /&gt;data[1] = cmd; // Command to send (0xAE/0xDF/...............)&lt;BR /&gt;LPI2C_DRV_MasterSendDataBlocking(INST_LPI2C1, data, 2, true, OSIF_WAIT_FOREVER);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;baudrate&amp;nbsp; with 10000U(10khz)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhanu_p_0-1725958275675.png" style="width: 530px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298201i979B6729562113F4/image-dimensions/530x128?v=v2" width="530" height="128" role="button" title="bhanu_p_0-1725958275675.png" alt="bhanu_p_0-1725958275675.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;bhanu_p_0-1725958275675.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;baudrate with 100000(100khz)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhanu_p_1-1725958355100.png" style="width: 517px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/298202i8D2BCE1AD374E4B7/image-dimensions/517x163?v=v2" width="517" height="163" role="button" title="bhanu_p_1-1725958355100.png" alt="bhanu_p_1-1725958355100.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;bhanu_p_1-1725958355100.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 08:56:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1950895#M40766</guid>
      <dc:creator>bhanu_p</dc:creator>
      <dc:date>2024-09-10T08:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951697#M40816</link>
      <description>&lt;P&gt;Hi@&lt;SPAN&gt;bhanu_p&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;There is no problem with your code. The reason for these phenomena is that your slave device does not respond.&lt;/P&gt;
&lt;P&gt;This may be because your slave device does not work properly, or the timing of the transmission is incorrect, or the address sent is incorrect.&lt;/P&gt;
&lt;P&gt;I don't have "GME12864-49 0.96" display, and this is beyond our support range.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 05:44:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951697#M40816</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-09-11T05:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951718#M40818</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;same display i have used with stm32f407 evb board with 100khz clock&amp;nbsp; and 0x78 is slave id&amp;nbsp; and its working fine and i can see the display data which i'm writing data,&lt;/P&gt;&lt;P&gt;the problem i'm facing with only nxps32144 evb board only&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 06:09:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951718#M40818</guid>
      <dc:creator>bhanu_p</dc:creator>
      <dc:date>2024-09-11T06:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951728#M40820</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@bhanu_p" target="_blank"&gt;Hi@bhanu_p&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Then please provide me with the results of the logic analysis sampling, and I can help you compare whether the data sent by S32K144EVB is consistent with the data implemented by STM32&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 06:24:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951728#M40820</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-09-11T06:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951871#M40826</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@bhanu_p" target="_blank"&gt;Hi@bhanu_p&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also please try set the slave address to 0x3C and try again.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 08:20:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951871#M40826</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-09-11T08:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: i2c data not transmitting properly on s32k144</title>
      <link>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951908#M40829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/188029"&gt;@Senlent&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;i have observed 2 things when i use 0x78 as slave id in stm32 its working and when i observed the logic analyzer signals slave id is converted to 0x3C(0x78&amp;gt;&amp;gt;1)&amp;nbsp; based on this i have changed my slave id 0x78 to 0x3C in NXPs32&amp;nbsp; &amp;nbsp;then its working fine now.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 09:04:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/i2c-data-not-transmitting-properly-on-s32k144/m-p/1951908#M40829</guid>
      <dc:creator>bhanu_p</dc:creator>
      <dc:date>2024-09-11T09:04:13Z</dc:date>
    </item>
  </channel>
</rss>

