1 Star 0 Fork 1.2K

zzsj/LiteOS

forked from Huawei LiteOS/LiteOS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
usage-guidelines.md 1.01 KB
一键复制 编辑 原始数据 按行查看 历史

Usage Guidelines

Functions

The exception management function processes chip hardware exceptions that occur during system running. The exception types vary according to chips. For details about the exception types, see the chip manual.

Problem Locating Procedure

The procedure for exception management is as follows:

  1. Open the disassembling image (ASM) file generated after compilation.
  2. Search for the position of the PC (pointing to the command that is being executed) in the ASM file to find the abnormal function.
  3. Find the parent function of the abnormal function based on the LR value.
  4. Repeat 3 to obtain the call relationship between functions and locate the exception cause.

For details about the locating method, see the example.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zzsj_run/LiteOS.git
git@gitee.com:zzsj_run/LiteOS.git
zzsj_run
LiteOS
LiteOS
master

搜索帮助