1 ads axd 使用
用ads编译helloworld 。
1 new 工程, 选择ARM Executable Image , 输入工程名字。
2 new file ,在new窗口中选择file选项卡,输入文件名字, hello.c ,同时选上Add to Project和
DebugRel。
hello.c 内容:
#include
int j = 100;
int main(void)
{
if(j == 100)
printf("j == 100 ok");
return 0;
}
3 在edit -> debugRel setting 中,设置参数, 处理器,ro rw 等。
4 对 文件 compile , make 后就编译通过了。
5 用axd 调试, 先打开axd ,
option -》 configure target
对ARMUL 那个选择编辑, 选择正确cpu 等参数, file -》 load image 选择编译出来的 axf 文件
6 查看 寄存器。
processor views ——》registers