<?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>LPC MicrocontrollersのトピックRe: LPCXpresso55S69 / LPC55S69 I²C slave mode address corruption</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S69-LPC55S69-I-C-slave-mode-address-corruption/m-p/1588092#M51393</link>
    <description>&lt;P&gt;Just tried to use the source directly from NXP documentation (slave address is `0x08`). Dummy write of a static string and dummy read in a buffer. The result of detection:&lt;/P&gt;&lt;PRE&gt;elfy@hobontica ~ $ i2cdetect -y 7
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- 16 -- -- -- 1a -- -- 1d -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --                         
elfy@hobontica ~ $ i2cdetect -y 7
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         -- 09 -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- 1a -- -- 1d -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --                         
elfy@hobontica ~ $ i2cdetect -y 7
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         08 09 0a -- 0c 0d -- -- 
10: -- -- -- -- -- -- -- -- -- -- 1a -- -- 1d -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --  &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Jan 2023 00:35:46 GMT</pubDate>
    <dc:creator>Landswellsong</dc:creator>
    <dc:date>2023-01-26T00:35:46Z</dc:date>
    <item>
      <title>LPCXpresso55S69 / LPC55S69 I²C slave mode address corruption</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S69-LPC55S69-I-C-slave-mode-address-corruption/m-p/1587573#M51377</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to set LPC55S69 up in slave mode (got a LPCXpresso and a in house board with the MCU only). For some reason when I set the slave address, the board does not respond to it, but rather to a similar one.&lt;/P&gt;&lt;P&gt;E.g. I set the address to 0x46, the board would only respond and 0x4F.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I first used mbed, but then took the code verbatim from the LPC55S69 user manual and I'm completely sure that the slave address register is set up correctly.&lt;/P&gt;&lt;P&gt;Any pointers to what's going on?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 10:51:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S69-LPC55S69-I-C-slave-mode-address-corruption/m-p/1587573#M51377</guid>
      <dc:creator>Landswellsong</dc:creator>
      <dc:date>2023-01-25T10:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso55S69 / LPC55S69 I²C slave mode address corruption</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S69-LPC55S69-I-C-slave-mode-address-corruption/m-p/1588092#M51393</link>
      <description>&lt;P&gt;Just tried to use the source directly from NXP documentation (slave address is `0x08`). Dummy write of a static string and dummy read in a buffer. The result of detection:&lt;/P&gt;&lt;PRE&gt;elfy@hobontica ~ $ i2cdetect -y 7
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- 16 -- -- -- 1a -- -- 1d -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --                         
elfy@hobontica ~ $ i2cdetect -y 7
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         -- 09 -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- 1a -- -- 1d -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --                         
elfy@hobontica ~ $ i2cdetect -y 7
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         08 09 0a -- 0c 0d -- -- 
10: -- -- -- -- -- -- -- -- -- -- 1a -- -- 1d -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --  &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 00:35:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPCXpresso55S69-LPC55S69-I-C-slave-mode-address-corruption/m-p/1588092#M51393</guid>
      <dc:creator>Landswellsong</dc:creator>
      <dc:date>2023-01-26T00:35:46Z</dc:date>
    </item>
  </channel>
</rss>

