4334|7

73

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

熟悉 suspend->resume流程的请进 [复制链接]

系统挂起:
BatteryGetStatus!temp_vol 374
WAIT_OBJECT_0
BatteryGetStatus!temp_vol 375
:: BACKLIGHT OFF !
[A_HW] IOControl(IOCTL_POWER_SET) : D0 => D4
[A_HW] IOControl : System Power State - suspend
PCF: HW_PowerDown
按键是正常的。
oempoweoff();->oalcpupoweroff();不敢去确定。
现在比较大的地方是:
在唤醒,系统0地址,运行到判断是否从sleep恢复的地方:(代码在oal下的startup.s)
        ldr                r0,=INFORM3
        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                JumpToRAM                        ; bad news - do a cold boot - If emergency power off case, normal booting.
  b                MMUENABLE
       
JumpToRAM
        ldr                r2, =0x200000 ;=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       
PC地址:0x30200000.config.bib下:#define        NKSTART                80200000   这样就跳回了这个startup.s开始的地方是吗?
如果是,我不恢复现场(相当于cold reset),直接跳到main(),怎么系统起不来?
这个时候执行的代码应该是sdram上的,不知道我的理解是不是错了?
请明白的指点

最新回复

good guy,thanks  详情 回复 发表于 2009-10-23 16:14
点赞 关注

回复
举报

78

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
没有注意过这个地方,帮顶了
 
 

回复

71

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
自己顶下```
 
 
 

回复

78

帖子

0

TA的资源

一粒金砂(初级)

4
 
which OS? which soc?
oempoweoff();->oalcpupoweroff();不敢去确定。 --? what do u mean?
resume means jump to where it goes to sleep.
 
 
 

回复

96

帖子

0

TA的资源

一粒金砂(初级)

5
 
引用 3 楼 faked 的回复:
which OS? which soc?
oempoweoff();->oalcpupoweroff();不敢去确定。 --? what do u mean?
resume means jump to where it goes to sleep.

wince 5.0 s3c2416.but i think you know little about that.
 
 
 

回复

71

帖子

0

TA的资源

一粒金砂(初级)

6
 
没有仔细研究过,还是帮顶一下吧
 
 
 

回复

76

帖子

0

TA的资源

一粒金砂(初级)

7
 
引用 4 楼 dwall_blue 的回复:
引用 3 楼 faked 的回复:
which OS? which soc?
oempoweoff();->oalcpupoweroff();不敢去确定。 --? what do u mean?
resume means jump to where it goes to sleep.

wince 5.0 s3c2416.but i think you know little about that.  


No, I know nothing. Slip away.
 
 
 

回复

71

帖子

0

TA的资源

一粒金砂(初级)

8
 
good guy,thanks
 
 
 

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

随便看看
查找数据手册?

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
快速回复 返回顶部 返回列表