<?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 IDEのトピックRe: Bug within Peripheral View/Rendering</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044776#M5591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/michaelhermann"&gt;michaelhermann&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're totally right! For a strange reason, the bug is only present in the older firmware, I will report this to the applications team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your feedback!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2020 15:40:00 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2020-05-08T15:40:00Z</dc:date>
    <item>
      <title>Bug within Peripheral View/Rendering</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044775#M5590</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;it looks like there is a bug in the debug portion within the peripheral module view.&lt;/P&gt;&lt;P&gt;One can directly read and write registers within modules with the "Peripherals+"-View.&lt;/P&gt;&lt;P&gt;For each register the individual bit fields are shown and can be altered.&lt;/P&gt;&lt;P&gt;However, altering a bit field within a register that is not the first one in the block (i.e. offset from base not 0)&lt;/P&gt;&lt;P&gt;the register at offset 0 may be altered instead.&lt;/P&gt;&lt;P&gt;When writing a register directly (hex value of register) the problem does not occur.&lt;/P&gt;&lt;P&gt;This might affect all supported µC and all probes, I cannot test that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version: MCUXpresso IDE v11.1.1 [Build 3241] [2020-03-02]&lt;/P&gt;&lt;P&gt;Debug Probe: LPC-Link Probe V1.3 (Board is OM13066)&lt;/P&gt;&lt;P&gt;Tested µC: LPC11U24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Yes, I know, this is rather old).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Open Peripherals+ View&lt;/P&gt;&lt;P&gt;Select IOCON-Module&lt;/P&gt;&lt;P&gt;Select a register at some offset, e.g. PIO0-6&lt;/P&gt;&lt;P&gt;Change a Bit Field, e.g. MODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: The first register in teh block (here: RESET-PIO0-0) gets updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that during write-back the offset of the register that was read is forgotten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2020 17:06:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044775#M5590</guid>
      <dc:creator>michaelhermann0</dc:creator>
      <dc:date>2020-05-05T17:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bug within Peripheral View/Rendering</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044776#M5591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/michaelhermann"&gt;michaelhermann&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're totally right! For a strange reason, the bug is only present in the older firmware, I will report this to the applications team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your feedback!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 15:40:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044776#M5591</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-05-08T15:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bug within Peripheral View/Rendering</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044777#M5592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: If there is a better way to report bugs &amp;amp; quirks than to post them here, please tell me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 05:44:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044777#M5592</guid>
      <dc:creator>michaelhermann0</dc:creator>
      <dc:date>2020-05-09T05:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bug within Peripheral View/Rendering</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044778#M5593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please if you find any other bug please post a comment about this in the respective community, the NXP guys in each community will&amp;nbsp;handle this with the respective team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 16:58:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044778#M5593</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-05-11T16:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Bug within Peripheral View/Rendering</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044779#M5594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok.&lt;/P&gt;&lt;P&gt;I have found some small issues with the current LPCOpen libraries for the LPC11Uxx. Since these are delivered with each MCUXpresso package I'll report them here.&lt;/P&gt;&lt;P&gt;Please forward to the person in charge of the support libraries. The following archive (no password) includes a description (PDF) and the affected files: &lt;A class="link-titled" href="http://dodo.fb06.fh-muenchen.de/hermann/mikroprozessor/issues_lpc11uxx.zip" title="http://dodo.fb06.fh-muenchen.de/hermann/mikroprozessor/issues_lpc11uxx.zip"&gt;http://dodo.fb06.fh-muenchen.de/hermann/mikroprozessor/issues_lpc11uxx.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please tell me when the archive has been retrieved, as I 'll then remove it from the server.&lt;/P&gt;&lt;P&gt;I hope the suggestions are approved and help improve the libaries for the next release of the MCUXpresso-package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 08:25:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Bug-within-Peripheral-View-Rendering/m-p/1044779#M5594</guid>
      <dc:creator>michaelhermann0</dc:creator>
      <dc:date>2020-05-12T08:25:55Z</dc:date>
    </item>
  </channel>
</rss>

