首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

[求助]8037实验程序中出现自动复位

可能是MC56F803x_init.asm文件的问题. 打开MC56F803x_init.asm文件.找到下面汇编语句,在它前面加一个分号试一试。

; hostIO cleanup with exit_halt
;jsr Fexit_halt ; stationery examples use standard i/o
; such as printf implemented with hostIO
; so we use exit_halt here
; see runtime file exit_dsp.asm
; comment out exit_halt if not using hostIO
可能是MC56F803x_init.asm文件的问题. 打开MC56F803x_init.asm文件.找到下面汇编语句,在它前面加一个分号试一试。

; hostIO cleanup with exit_halt
;jsr Fexit_halt ;stationery examples use standard i/o
; such as printf implemented with hostIO
; so we use exit_halt here
; see runtime file exit_dsp.asm
; comment out exit_halt if not using hostIO
返回列表