2.选择配套的单片机型号
3.配置库文件路径、宏定义头文件
4.选择“Debugger”选项“ST-LINK”
5.选择其中一个进行在线调试
注:两种调试模式的区别 Flash调试和RAM调试
1)Debug with Downloading:
Downloads the application and starts C-SPY so that you can debug the project object file. If necessary, a make will be performed before running C-SPY to ensure the project is up to date. This command is not **ailable during a debug session.
下载应用程序,并且启动C-SPY以至于用户可以debug工程的Object 文件,在运行C-SPY之前IAR通常会先make一下工程,从而确保当前的Object文件是最新的(看起来每次修改完代码不用编译,如果使用这个选项,IAR在下载前就会自动编译代码了,从此再也不用担心修改完的代码忘记编译了)。
2) Debug without Downloading:
Starts C-SPY so that you can debug the project object file. This menu command is a shortcut for the Suppress Download option **ailable on the Download page. The Debug without Downloading command is not **ailable during a debug session.
启动C-SPY以至于用户可以Debug工程Object文件岩汪,这个命令不会执行下载到Flash的 *** 作,
结论:出两者的区别,Debug with Downloading会每次下载到MCU,并启动C-SPY开始运行;而Debug without Downloading不会向MCU烧写代码,只会对上一次写入粗兄仔的代码进行调试,不会调试最新编译后的代码,个人感觉其作用在于,不必要经尘昌历重新Download的过程,从而节省时间,如果代码有改动一定要使用Debug with Downloading,否则修改后的代码不会生效
生成方法如下:
1、工具告派需求
(1)iar平台
2、第一种方法:首先在工程选项options里面,选中output converter选项,接着勾中Generate additional output选项,
(1)然后在Output format 里选中Intel extended选项,继续在Output file 下面勾上Override default就完成,在Exe文件夹里就有×××.hex,效果如图所示。
3、第二种方法:先打开IAR的工程选项,紧接着选中左边栏中的Linker,在右边的选项卡中选中第一项output。
(1)此时勾中Output file下的选项,并将输袜茄贺出文件名后辍改为.hex,
(2)最后在Format选项框中选中Other,纳侍Output 后 选择inter-extneded
其他的值保持默认,hex文件就生成了,如图。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)