<?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>i.MX Processors中的主题 Re: Error on ddraw</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184486#M8405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The Z430 and Z160 supported C2D features are different. When both of them has been set, in platform.reg, the Z160 setting will be active and it will overwrite the Z430 setting. But in IPU display driver dll, it will link lib2dz430k.lib, in this case, some C2D feature will not work because they are only supported in Z160.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Platform.reg:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;#if $(bsp_display_z430) == "1"&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;[HKEY_LOCAL_MACHINE\Drivers\Display\DDIPU]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; "C2DFlag"=dword:26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Flag for c2d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; "C2DThreshold"=dword:64&amp;nbsp; ; 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;#if $(bsp_display_z160) == "1"&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;[HKEY_LOCAL_MACHINE\Drivers\Display\DDIPU]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; "C2DFlag"=dword:8136&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Flag for c2d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; "C2DThreshold"=dword:64&amp;nbsp; ; 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;SOURCES:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;!IF "$(BSP_DISPLAY_Z430)" == "1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;SOURCELIBS= \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(SOURCELIBS) \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_PLATCOMMONLIB)\$(_CPUINDPATH)\c2d_ddraw_$(_COMMONSOCDIR).lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_TARGETPLATROOT)\SRC\DRIVERS\GPU\LIB\$(_TGTCPU)\lib2dz430k.lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;!ELSE IF "$(BSP_DISPLAY_Z160)" == "1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;SOURCELIBS= \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(SOURCELIBS) \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_PLATCOMMONLIB)\$(_CPUINDPATH)\c2d_ddraw_$(_COMMONSOCDIR).lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_TARGETPLATROOT)\SRC\DRIVERS\GPU\LIB\$(_TGTCPU)\lib2dz160k.lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;!ELSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;SOURCELIBS= \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(SOURCELIBS) \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_PLATCOMMONLIB)\$(_CPUINDPATH)\ddraw_$(_COMMONSOCDIR).lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;!ENDIF&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2012 09:19:54 GMT</pubDate>
    <dc:creator>king_jin</dc:creator>
    <dc:date>2012-12-19T09:19:54Z</dc:date>
    <item>
      <title>Error on ddraw</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184483#M8402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;iMX51 + WinEC700.&lt;/P&gt;&lt;P&gt;Sometime in the serial log i find these messages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PID:00400002 TID:080F0E62 ERROR: c:\wince700\platform\common\src\soc\common_fsl_v3\ipuv3\ddraw\ddipu_blt.cpp line 344:&lt;/P&gt;&lt;P&gt;PID:00400002 TID:080F0E62 DDIPU::PatternFill - C2D blt failed.&lt;/P&gt;&lt;P&gt;PID:00400002 TID:080F0E62 ERROR: c:\wince700\platform\common\src\soc\common_fsl_v3\ipuv3\ddraw\ddipu_blt.cpp line 344:&lt;/P&gt;&lt;P&gt;PID:00400002 TID:080F0E62 DDIPU::PatternFill - C2D blt failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know exactly the source but my guess is the draw of a scrollbar slider; in fact it is redrawn bad.&lt;/P&gt;&lt;P&gt;Only once I've found:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PID:00400002 TID:08CF01C6 ERROR: c:\wince700\platform\common\src\soc\common_fsl_v3\ipuv3\common\ipubuffer.cpp line 106:&lt;/P&gt;&lt;P&gt;PID:00400002 TID:08CF01C6 VideoMemory is used up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i solve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 11:41:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184483#M8402</guid>
      <dc:creator>SteM</dc:creator>
      <dc:date>2012-11-22T11:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error on ddraw</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184484#M8403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this issue can be reproduced in MX51 BBG board with WCE7 OS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 08:46:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184484#M8403</guid>
      <dc:creator>king_jin</dc:creator>
      <dc:date>2012-12-17T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error on ddraw</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184485#M8404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know: i only own our board based on iMX51.&lt;/P&gt;&lt;P&gt;I usually see the messages when the window needs to redraw the lateral scroll bar: so you can see them in the console window or in the explorer when i navigate in \Windows directory (all files visible).&lt;/P&gt;&lt;P&gt;The scroll bar is badly redrawn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the BSP_DISPLAY_Z160 and BSP_DISPLAY_Z340 in the OS project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 18:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184485#M8404</guid>
      <dc:creator>SteM</dc:creator>
      <dc:date>2012-12-17T18:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error on ddraw</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184486#M8405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;The Z430 and Z160 supported C2D features are different. When both of them has been set, in platform.reg, the Z160 setting will be active and it will overwrite the Z430 setting. But in IPU display driver dll, it will link lib2dz430k.lib, in this case, some C2D feature will not work because they are only supported in Z160.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="color: #1f497d;"&gt;Platform.reg:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;#if $(bsp_display_z430) == "1"&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;[HKEY_LOCAL_MACHINE\Drivers\Display\DDIPU]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; "C2DFlag"=dword:26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Flag for c2d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; "C2DThreshold"=dword:64&amp;nbsp; ; 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;#if $(bsp_display_z160) == "1"&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;[HKEY_LOCAL_MACHINE\Drivers\Display\DDIPU]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; "C2DFlag"=dword:8136&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ; Flag for c2d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp; "C2DThreshold"=dword:64&amp;nbsp; ; 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;#endif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;SOURCES:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;!IF "$(BSP_DISPLAY_Z430)" == "1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;SOURCELIBS= \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(SOURCELIBS) \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_PLATCOMMONLIB)\$(_CPUINDPATH)\c2d_ddraw_$(_COMMONSOCDIR).lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_TARGETPLATROOT)\SRC\DRIVERS\GPU\LIB\$(_TGTCPU)\lib2dz430k.lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;!ELSE IF "$(BSP_DISPLAY_Z160)" == "1"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;SOURCELIBS= \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(SOURCELIBS) \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_PLATCOMMONLIB)\$(_CPUINDPATH)\c2d_ddraw_$(_COMMONSOCDIR).lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_TARGETPLATROOT)\SRC\DRIVERS\GPU\LIB\$(_TGTCPU)\lib2dz160k.lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;!ELSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;SOURCELIBS= \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(SOURCELIBS) \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(_PLATCOMMONLIB)\$(_CPUINDPATH)\ddraw_$(_COMMONSOCDIR).lib \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black;"&gt;!ENDIF&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 09:19:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184486#M8405</guid>
      <dc:creator>king_jin</dc:creator>
      <dc:date>2012-12-19T09:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error on ddraw</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184487#M8406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.nxp.com/people/SteM"&gt;SteM&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;DI&lt;STRONG&gt;d&lt;/STRONG&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt; &lt;A href="https://community.nxp.com/people/JinXianfeng"&gt;JinXianfeng&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt; provide you with correct answers? If yes, please click Correct Answer so that we can close the DI and&amp;nbsp; &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://community.nxp.com/people/JinXianfeng"&gt;JinXianfeng&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="mce_paste_marker"&gt; could get 4 points.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;Yixing Kong&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/karinavalencia"&gt;karinavalencia&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2013 07:22:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184487#M8406</guid>
      <dc:creator>imxcommunitysco</dc:creator>
      <dc:date>2013-01-06T07:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error on ddraw</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184488#M8407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The correct solution was to select ONLY Z160 module.&lt;/P&gt;&lt;P&gt;This way I have no more errors on the debug output.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2013 09:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Error-on-ddraw/m-p/184488#M8407</guid>
      <dc:creator>SteM</dc:creator>
      <dc:date>2013-01-07T09:17:59Z</dc:date>
    </item>
  </channel>
</rss>

