<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>天嵌 ARM开发社区 - Wince 6.0</title>
    <link>http://www.armbbs.net/forum.php?mod=forumdisplay&amp;fid=134</link>
    <description>Latest 20 threads of Wince 6.0</description>
    <copyright>Copyright(C) 天嵌 ARM开发社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 29 Apr 2026 23:34:47 +0000</lastBuildDate>
    <ttl>120</ttl>
    <image>
      <url>http://www.armbbs.net/static/image/common/logo_88_31.gif</url>
      <title>天嵌 ARM开发社区</title>
      <link>http://www.armbbs.net/</link>
    </image>
    <item>
      <title>wince6.0，通过修改注册表将横屏转换成了竖屏，但是触摸点还是横屏的。求救</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21538</link>
      <description><![CDATA[wince6.0，通过修改注册表将横屏转换成了竖屏，但是触摸点还是横屏的。 请问要怎么修改驱动？]]></description>
      <category>Wince 6.0</category>
      <author>storm0624</author>
      <pubDate>Sat, 12 Mar 2016 15:57:27 +0000</pubDate>
    </item>
    <item>
      <title>wince  如何隐藏鼠标的问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21536</link>
      <description><![CDATA[有了触摸屏，鼠标显得有点多余，但是要怎么隐藏鼠标，使其不显示呢？
我是用SetCursorPos(int X, int Y)方法把鼠标放在看不到的地方，但是每次点击button的时候，鼠标都会一闪而过，用户体验不佳，看看这里的同行们有什么好的建议 ...]]></description>
      <category>Wince 6.0</category>
      <author>unclefu</author>
      <pubDate>Sat, 12 Mar 2016 06:46:17 +0000</pubDate>
    </item>
    <item>
      <title>wince  如何隐藏鼠标的问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21535</link>
      <description><![CDATA[有了触摸屏，鼠标显得有点多余，但是要怎么隐藏鼠标，使其不显示呢？
我是用SetCursorPos(int X, int Y)方法把鼠标放在看不到的地方，但是每次点击button的时候，鼠标都会一闪而过，用户体验不佳，看看这里的同行们有什么好的建议 ...]]></description>
      <category>Wince 6.0</category>
      <author>unclefu</author>
      <pubDate>Sat, 12 Mar 2016 06:46:04 +0000</pubDate>
    </item>
    <item>
      <title>按PC机空格后开机，开发板没进uboot,直接进系统了</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21534</link>
      <description><![CDATA[已经装了wince,nand启动方式，想试试镜像烧写，都是照着开发手册上操作的，不知道哪里出问题]]></description>
      <category>Wince 6.0</category>
      <author>unclefu</author>
      <pubDate>Sat, 12 Mar 2016 01:57:59 +0000</pubDate>
    </item>
    <item>
      <title>求助。TQ210烧WinCE的NK一直失败</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21408</link>
      <description><![CDATA[完全按照手册上做的。。然而就是做到烧NK的时候，结果不对T T
求助。。用的NK是光盘里给的。。

烧NK时的错误：
[1] Download bootloader (u-boot or bootimage) to Nand Flash
[2] Download WinCE NK image (NK.bin) to Nand Flash
[3] Download Linux Kernel (zImage ...]]></description>
      <category>Wince 6.0</category>
      <author>cst424729302</author>
      <pubDate>Fri, 04 Dec 2015 16:25:33 +0000</pubDate>
    </item>
    <item>
      <title>新买的TQ210烧写错误，请大侠救救。</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21188</link>
      <description><![CDATA[已经解决了。屏幕线接反了]]></description>
      <category>Wince 6.0</category>
      <author>abcd1221</author>
      <pubDate>Sat, 01 Aug 2015 03:28:32 +0000</pubDate>
    </item>
    <item>
      <title>tq210的wince下矩阵键盘问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21159</link>
      <description><![CDATA[我在tq210的wince下开发矩阵键盘，需要写驱动，在工程文件里看到驱动有keyuserdefined和keypad两个文件夹，是不是keyuserdefined控制板上的用户按键，keypad的代码是矩阵键盘？两个文件的代码很多一致，入口都是Matrix_Entry函数，在其中加打印现在进入的都是keyuserdef ...]]></description>
      <category>Wince 6.0</category>
      <author>p1111579</author>
      <pubDate>Sun, 19 Jul 2015 14:09:53 +0000</pubDate>
    </item>
    <item>
      <title>如何用板子已有的用户按键控制应用程序？</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21094</link>
      <description><![CDATA[各位好，我买了TQ210的板子，wince的系统，想做个用已有用户按键控制应用程序窗口切换的功能，现在enter键和退出键板子上就可以用，但是上下左右键要怎么修改？是修改驱动还是在应用程序里加上代码就可以？新人不知道从哪入手，请帮忙看看，谢谢！ ...]]></description>
      <category>Wince 6.0</category>
      <author>p1111579</author>
      <pubDate>Wed, 24 Jun 2015 01:33:34 +0000</pubDate>
    </item>
    <item>
      <title>TQ210 WINCE FAQ</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=21049</link>
      <description><![CDATA[1、大分辨率不启动的问题
修改了WINCE600\\PLATFORM\\COMMON\\SRC\\SOC\\S5PV210_SEC_V1\\OAL\\INC\\image_cfg.h的IMAGE_EBOOT_FRAMEBUFFER_SIZE大小
-#define IMAGE_EBOOT_FRAMEBUFFER_SIZE            (0x00200000)
+#define IMAGE_EBOOT_FRAMEBUFFER_SIZE            (0x0040 ...]]></description>
      <category>Wince 6.0</category>
      <author>TQ-lkp</author>
      <pubDate>Thu, 28 May 2015 06:32:55 +0000</pubDate>
    </item>
    <item>
      <title>减小Wince6.0启动时间</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20781</link>
      <description><![CDATA[TQ210自带的镜像和自己编译的镜像（配置使用光盘自带的，412个warnings），开机显示LOGO，串口没有输出，这段时间长，然后串口输出信息，请问如何快速开机啊？？？？？？？？？]]></description>
      <category>Wince 6.0</category>
      <author>wangkuangs</author>
      <pubDate>Fri, 27 Feb 2015 07:33:20 +0000</pubDate>
    </item>
    <item>
      <title>wince 6.0 如何建 webservice 服务 求步骤、方法或例程！</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20632</link>
      <description><![CDATA[我是要weince6.0下建一个webservice服务器 供 其它 设备调用。现在不清除具体怎么搞！有高手指点下不？ 我现在用的语言是 C#.]]></description>
      <category>Wince 6.0</category>
      <author>navyzhou99</author>
      <pubDate>Fri, 26 Dec 2014 03:15:32 +0000</pubDate>
    </item>
    <item>
      <title>Wince桌面上打不开IE、我的设备、我的文档</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20466</link>
      <description><![CDATA[按照TQ的wince开发教程一步步配置了BSP，下载镜像后可以进入wince的桌面，在桌面上只有媒体播放器和WordPad可以打开，其它的回收站、我的设备、IE浏览器、我的文档都打不开，点击它们后在屏上方闪一下就都没了，请问是什么原因?
 ...]]></description>
      <category>Wince 6.0</category>
      <author>sundywhy</author>
      <pubDate>Thu, 06 Nov 2014 06:02:42 +0000</pubDate>
    </item>
    <item>
      <title>TQ210板CE6声音问题</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20458</link>
      <description><![CDATA[用光盘带的BSP编译的镜像刷进板后，好像没有声音。请问工程师如何将声音驱动起来？说明书好像也没有写哦]]></description>
      <category>Wince 6.0</category>
      <author>56625079</author>
      <pubDate>Wed, 05 Nov 2014 07:28:31 +0000</pubDate>
    </item>
    <item>
      <title>第一次刷CE正常，然后不能再刷了</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20439</link>
      <description><![CDATA[第一次刷了光盘上的bootimage_A70_V1.3.nb0和NK_A70_V1.3.bin，刷成功后那个高兴劲，还来论坛上看有人刷失败，还在这传经验呢。可但由于这个版本带串口输出，
于是选bootimage_A70_V1.2.nb0和NK_A70_V1.2.bin再次9-1-4-2,  刷NK时报错。
再次BOOT，选回bootimage_A70_V1 ...]]></description>
      <category>Wince 6.0</category>
      <author>56625079</author>
      <pubDate>Fri, 31 Oct 2014 08:28:30 +0000</pubDate>
    </item>
    <item>
      <title>SD卡自动更新Linux，启动时卡死在Starting kernel ...</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20407</link>
      <description><![CDATA[SD卡自动更新Linux系统，成功下载了U—boot，Logo，内核，和文件系统，启动的时候卡死咋Starting kernel ...]]></description>
      <category>Wince 6.0</category>
      <author>nefuly</author>
      <pubDate>Fri, 24 Oct 2014 06:00:45 +0000</pubDate>
    </item>
    <item>
      <title>怎么烧写bootloader</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20381</link>
      <description><![CDATA[我的tq210的开发板，由于之前烧写安卓系统的时候断电了，现在开机无法进入usb下载界面，想重新烧写bootloader，我想问问怎么做]]></description>
      <category>Wince 6.0</category>
      <author>nefuly</author>
      <pubDate>Mon, 20 Oct 2014 10:14:29 +0000</pubDate>
    </item>
    <item>
      <title>TQ210USB启动出错</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20374</link>
      <description><![CDATA[我先是忘nand中刷安卓系统，没刷完的时候断电了，重新开机，想用usb启动，下载uboot成功之后，串口信息这样显示：
##### EmbedSky BIOS for SKY210/TQ210 #####
This Board: SDRAM is 1024MB; LCD display size is: 800X480
Hit any key to stop autoboot:  0 
Start Li ...]]></description>
      <category>Wince 6.0</category>
      <author>nefuly</author>
      <pubDate>Fri, 17 Oct 2014 08:04:46 +0000</pubDate>
    </item>
    <item>
      <title>TQ210wince系统烧进去后启动报错</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20362</link>
      <description><![CDATA[NAND read: device 0 offset 0x500000, size 0x500000

reading NAND page at offset 0x500000 failed
 5242880 bytes read: ERROR
get_format

Wrong Image Format for bootm command
ERROR: can\'t get kernel image!]]></description>
      <category>Wince 6.0</category>
      <author>nefuly</author>
      <pubDate>Wed, 15 Oct 2014 09:56:42 +0000</pubDate>
    </item>
    <item>
      <title>矩阵键盘</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20249</link>
      <description><![CDATA[请问有人做过矩阵键盘吗？求高手指导啊，本人不会弄]]></description>
      <category>Wince 6.0</category>
      <author>123abc</author>
      <pubDate>Fri, 19 Sep 2014 05:16:18 +0000</pubDate>
    </item>
    <item>
      <title>TQ210v3默认的矩阵键盘定义</title>
      <link>http://www.armbbs.net/forum.php?mod=viewthread&amp;tid=20189</link>
      <description><![CDATA[原来自带的安卓系统的矩阵键盘没有测试，现在生成WinCE系统了，测试以后矩阵键盘好像是没有定义的，想请问一下，矩阵键盘的默认定义是什么呢？不管是什么系统的]]></description>
      <category>Wince 6.0</category>
      <author>123abc</author>
      <pubDate>Tue, 09 Sep 2014 01:35:45 +0000</pubDate>
    </item>
  </channel>
</rss>