Chinaunix首页 | 论坛 | 博客
  • 博客访问: 88925
  • 博文数量: 33
  • 博客积分: 1490
  • 博客等级: 上尉
  • 技术积分: 305
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-06 21:42
文章分类

全部博文(33)

文章存档

2011年(3)

2010年(2)

2009年(23)

2008年(5)

我的朋友

分类:

2008-04-06 23:06:10

      There are some aspects of the execution environment that must be initialized before the
application starts. If the application is hosted by an operating system, the initialization
will be done by the application loader. If the application runs standalone, the C library
can perform the initialization of the environment and call the application entry point at
main(). If you are using scatter loading, however, you must retarget
__user_intial_stackheap() to initialize the stack and heap. An example of how to do
this is in retarget.c.
 
    The state of ARM processor cores after reset is:
    • SVC mode
    • interrupts disabled
    • ARM state.
阅读(895) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~