<?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>CodeWarrior for MCUのトピックComponent BitsIO Safe Mode: not supported after last upgrade?</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Component-BitsIO-Safe-Mode-not-supported-after-last-upgrade/m-p/236525#M9278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;I can't understand what's going on with my Codewarrior project.&lt;/P&gt;&lt;P&gt;I wrote, build, and debugged a project, using my Freedom Freescale Board FRDM-KL25Z, on Codewarrior 10.3 Beta, and everything worked fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, i downloaded Codewarrior 10.3, uninstalled the beta version, installed the non-beta one, imported the project and tried to build it, finding out that it has an error: the component called BitsIO, which i used, build and tested without any issue, has its "Safe Mode" property flagged red saying that it's "Not Supported".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I googled a bit but I couldn't find anything about that, so I am there asking for your help.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to solve that problem, other than using multiple BitIO components (i would like to avoid that)?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2013 15:17:35 GMT</pubDate>
    <dc:creator>f_m</dc:creator>
    <dc:date>2013-03-22T15:17:35Z</dc:date>
    <item>
      <title>Component BitsIO Safe Mode: not supported after last upgrade?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Component-BitsIO-Safe-Mode-not-supported-after-last-upgrade/m-p/236525#M9278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;I can't understand what's going on with my Codewarrior project.&lt;/P&gt;&lt;P&gt;I wrote, build, and debugged a project, using my Freedom Freescale Board FRDM-KL25Z, on Codewarrior 10.3 Beta, and everything worked fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, i downloaded Codewarrior 10.3, uninstalled the beta version, installed the non-beta one, imported the project and tried to build it, finding out that it has an error: the component called BitsIO, which i used, build and tested without any issue, has its "Safe Mode" property flagged red saying that it's "Not Supported".&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I googled a bit but I couldn't find anything about that, so I am there asking for your help.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on how to solve that problem, other than using multiple BitIO components (i would like to avoid that)?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 15:17:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Component-BitsIO-Safe-Mode-not-supported-after-last-upgrade/m-p/236525#M9278</guid>
      <dc:creator>f_m</dc:creator>
      <dc:date>2013-03-22T15:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Component BitsIO Safe Mode: not supported after last upgrade?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Component-BitsIO-Safe-Mode-not-supported-after-last-upgrade/m-p/236526#M9279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you switching back and forward between input and output mode?&lt;/P&gt;&lt;P&gt;If not, then you simply could use either input or output direction.&lt;/P&gt;&lt;P&gt;Or are you saying that your software does not work any more if you change the 'safe mode' to 'no'?&lt;/P&gt;&lt;P&gt;Typically this setting is important e.g. if you write a value to a port pin, then switch to input mode and you expect to read-in that value again with the input mode pin.&lt;/P&gt;&lt;P&gt;Typically I have that 'safe mode' switched off as I do not need it, and as it is adding additional overhead with saving the register values which (at least in my applications) is not necessary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Mar 2013 15:24:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Component-BitsIO-Safe-Mode-not-supported-after-last-upgrade/m-p/236526#M9279</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-03-23T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Component BitsIO Safe Mode: not supported after last upgrade?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Component-BitsIO-Safe-Mode-not-supported-after-last-upgrade/m-p/236527#M9280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;Sorry if I wasn't clear, but I was talking about the high level component: the problem resided in the inherited component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have solved that: I forgot about the "Exper"t visibility, and hence I couldn't find how to change the Safe Mode to no, then I started panicking because I was in a hurry to finish the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 09:21:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Component-BitsIO-Safe-Mode-not-supported-after-last-upgrade/m-p/236527#M9280</guid>
      <dc:creator>f_m</dc:creator>
      <dc:date>2013-03-26T09:21:10Z</dc:date>
    </item>
  </channel>
</rss>

