<?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 SDKのトピックRe: Bug in flash driver for mx25r</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/Bug-in-flash-driver-for-mx25r/m-p/2292581#M5428</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just downloaded&amp;nbsp;SDK_25_06_00_LPC54S018J2M.&lt;/P&gt;&lt;P&gt;The reported bug in&amp;nbsp;mx25r_flash.c hasn't been fixed, yet.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jan 2026 12:33:39 GMT</pubDate>
    <dc:creator>hfuhruhurr</dc:creator>
    <dc:date>2026-01-13T12:33:39Z</dc:date>
    <item>
      <title>Bug in flash driver for mx25r</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Bug-in-flash-driver-for-mx25r/m-p/1863329#M4769</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;content was erased during posting ...&lt;/P&gt;&lt;P&gt;Again:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in SDK2.15.000 in components\mx25r_flash\mx25r_flash.c&lt;/P&gt;&lt;P&gt;#define MX25R_BYTE_ADDR1(address) ((uint8_t)(((address) &amp;gt;&amp;gt; 16UL) &amp;amp; 0x0FUL))&lt;BR /&gt;#define MX25R_BYTE_ADDR2(address) ((uint8_t)(((address) &amp;gt;&amp;gt; 8UL) &amp;amp; 0x0FUL))&lt;BR /&gt;#define MX25R_BYTE_ADDR3(address) ((uint8_t)((address)&amp;amp;0x0FUL))&lt;/P&gt;&lt;P&gt;must be replaced with&lt;/P&gt;&lt;P&gt;#define MX25R_BYTE_ADDR1(address) ((uint8_t)(((address) &amp;gt;&amp;gt; 16UL) &amp;amp; 0xFFUL))&lt;BR /&gt;#define MX25R_BYTE_ADDR2(address) ((uint8_t)(((address) &amp;gt;&amp;gt; 8UL) &amp;amp; 0xFFUL))&lt;BR /&gt;#define MX25R_BYTE_ADDR3(address) ((uint8_t)((address)&amp;amp;0xFFUL))&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 09:24:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Bug-in-flash-driver-for-mx25r/m-p/1863329#M4769</guid>
      <dc:creator>hfuhruhurr</dc:creator>
      <dc:date>2024-05-10T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bug in flash driver for mx25r</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Bug-in-flash-driver-for-mx25r/m-p/2292581#M5428</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I just downloaded&amp;nbsp;SDK_25_06_00_LPC54S018J2M.&lt;/P&gt;&lt;P&gt;The reported bug in&amp;nbsp;mx25r_flash.c hasn't been fixed, yet.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2026 12:33:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Bug-in-flash-driver-for-mx25r/m-p/2292581#M5428</guid>
      <dc:creator>hfuhruhurr</dc:creator>
      <dc:date>2026-01-13T12:33:39Z</dc:date>
    </item>
  </channel>
</rss>

