<?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: Problem MQX 3.81 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182708#M2926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My firmware runs in DDR. But, the problem is that I can not write to CS0.&lt;BR /&gt;I use the CS0 for the management of external devices. On the previous version of MQX (3.8) everything works, now with version 3.81 does not work anymore.&lt;BR /&gt;Have you added new setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 00:23:15 GMT</pubDate>
    <dc:creator>Microfelix</dc:creator>
    <dc:date>2012-07-26T00:23:15Z</dc:date>
    <item>
      <title>Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182704#M2922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following code is the classic example hello world present inside the folder EXAMPLE.&lt;/P&gt;&lt;P&gt;Now, with compiling and CW10.2 MQX3.8 works, but compiling with MQX CW10.2 and 3.81 does not work.&lt;/P&gt;&lt;P&gt;I explained it off???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the example of what I did:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void hello_task&lt;BR /&gt;(&lt;BR /&gt;uint_32 initial_data&lt;BR /&gt;)&lt;BR /&gt;{&lt;BR /&gt;uint_32 i=0;&lt;BR /&gt;&lt;BR /&gt;while(1)&lt;BR /&gt;{&lt;BR /&gt;i++;&lt;BR /&gt;*((unsigned char*)BSP_EXTERNAL_MRAM_RAM_BASE) = 0xAA; //write&lt;BR /&gt;&lt;BR /&gt;_time_delay(20);&lt;BR /&gt;if (i==0xFFFFFFFF) break;&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;printf("Hello World\n");&lt;BR /&gt;_task_block();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurizio Felicioni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 20:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182704#M2922</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2012-07-24T20:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182705#M2923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello microfelis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which MCU/Tower are you using and what is the target which has failed? Without these information, I can't proceed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:44:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182705#M2923</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-07-25T13:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182706#M2924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TWRK70.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 17:14:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182706#M2924</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2012-07-25T17:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182707#M2925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Microfelix,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I asked for target (RAM, FLASH DDRAM or SDRAM) ?? What does not work specifically, your code compiled without any error.&amp;nbsp; Is there any run time fault or unhandled interrupt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 20:49:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182707#M2925</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-07-25T20:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182708#M2926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My firmware runs in DDR. But, the problem is that I can not write to CS0.&lt;BR /&gt;I use the CS0 for the management of external devices. On the previous version of MQX (3.8) everything works, now with version 3.81 does not work anymore.&lt;BR /&gt;Have you added new setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 00:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182708#M2926</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2012-07-26T00:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182709#M2927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Microfelix,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you enable peripheral clock for the module? IF you have both version installed , you can check the differences what has changed. I am not able to tell you everything what has changed in the code :smileyhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does happen when you write to the CS0? Is interrupt invoked? I assume CS0 means CS0 register in NFC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:20:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182709#M2927</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-07-26T15:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182710#M2928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Freescale&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to find the problem and let you know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 17:38:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182710#M2928</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2012-07-26T17:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182711#M2929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;You can try to run my example 'hello.c' and place the oscilloscope on pin filling with CS0 of TWR70 DDR_debug? With version 3.80 works with 3.81 no.&lt;/DIV&gt;&lt;DIV&gt;let me know&lt;/DIV&gt;&lt;DIV&gt;Maurizio&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:23:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182711#M2929</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2012-07-26T20:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182712#M2930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible that an upgrade of no longer possible to use flexbus????????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:42:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182712#M2930</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2012-07-26T20:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem MQX 3.81</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182713#M2931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;rose more than two weeks now and still can not understand why you can not sull'MQX 3.81 more to use the address 0x600000 flexbus CS0.&lt;BR /&gt;I also sent an SR but still nothing ...&lt;BR /&gt;It 'possible that nessno have encountered this problem??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maurizio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2012 14:03:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Problem-MQX-3-81/m-p/182713#M2931</guid>
      <dc:creator>Microfelix</dc:creator>
      <dc:date>2012-08-12T14:03:31Z</dc:date>
    </item>
  </channel>
</rss>

