2 Star 8 Fork 3

勤为本/qemu_gdb_mips_hello

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.c 288 Bytes
一键复制 编辑 原始数据 按行查看 历史
Peter Kung 提交于 2016-11-24 15:39 . Test exception event
#include <bsp.h>
#include <uart.h>
int main()
{
unsigned int tt = 0;
int i = 0;
// Test exception
//writel(0xffffffff, 0x12341234);
init_serial();
print_uart0("Hello world!\n");
for (i = 0 ; i < 10 ; i++) {
tt = read_c0_count();
}
// Never return
while(1);
return 0;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/caogos/qemu_gdb_mips_hello.git
git@gitee.com:caogos/qemu_gdb_mips_hello.git
caogos
qemu_gdb_mips_hello
qemu_gdb_mips_hello
master

搜索帮助