3158|3

67

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

WINCE5.0 2440 BSP4.2 升级 休眠唤醒问题 [复制链接]

本人在调试WINCE 休眠唤醒。
通过一个按键触发休眠和唤醒。
但是当唤醒过程中运行到mcr        p15, 0, r8,  c1, c0, 0        ; restore MMU control就停住了,通过LED 灯测试。
如果改变地址和清除GSTATUS2.WINCE 会跳到 bne JumpToRAM 重新启动。

        ldr                r0,=GSTATUS3
        ldr                r3, [r0]                                ; get the Sleep data checksum from the Power Manager Scratch pad register
        teq                r2, r3                                ; compare to what we saved before going to sleep
;        bne                BringUpWinCE                    ; bad news - do a cold boot - If emergency power off case, normal booting.
        bne                JumpToRAM                                ; bad news - do a cold boot - If emergency power off case, normal booting.
        b                MMUENABLE
JumpToRAM
        ldr                r2, =0x201000                                        ; offset into the RAM
        ldr                r3, =0x30000000                                        ; add physical base
        add                r2, r2, r3
        mov     pc, r2                                                        ;  & jump to StartUp address
MMUENABLE
;  2. MMU Enable

        ldr     r10, [r5, #SleepState_MMUDOMAIN]        ; load the MMU domain access info
        ldr     r9,  [r5, #SleepState_MMUTTB]                ; load the MMU TTB info       
        ldr     r8,  [r5, #SleepState_MMUCTL]                ; load the MMU control info       
        ldr     r7,  [r5, #SleepState_WakeAddr]                ; load the LR address
        nop                       
        nop
        nop
        nop
        nop

; if software reset
        mov                r1, #0x38000000
        teq                r1, r7
        bne                %f1
        bl                BringUpWinCE

; wakeup routine
1
        mcr                p15, 0, r10, c3, c0, 0                ; setup access to domain 0
        mcr                p15, 0, r9,  c2, c0, 0                ; PT address
        mcr                p15, 0, r0,  c8, c7, 0                   ; flush I+D TLBs
        mcr                p15, 0, r8,  c1, c0, 0                ; restore MMU control

;  3. Jump to Kernel Image's fw.s(Awake_address)
        mov     pc, r7                                                ;  & jump to new virtual address (back up Power management stack)
        nop
看到论坛中也有人遇到这样的情况,找不到一个解决的方法。本人也在这个问题上面徘徊了一周多了。
此帖出自WindowsCE论坛

最新回复

另外电源的硬件也要可能要做修改  详情 回复 发表于 2009-3-30 10:58
点赞 关注
 

回复
举报

66

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
我正想搞。郁闷。怎么无满意结贴了?
此帖出自WindowsCE论坛
 
 
 

回复

89

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
最好从EBOOT->STEPLDR->NK这种方式调;以Umon+NK方式还须修改Umon
此帖出自WindowsCE论坛
 
 
 

回复

66

帖子

0

TA的资源

一粒金砂(初级)

4
 
另外电源的硬件也要可能要做修改
此帖出自WindowsCE论坛
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表