This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
写了一段在FLASH中运行的程序,结果是在Debug模式下编译的程序可以正常运行,而Release模式下编译的程序却运行有误。请问:
1、Debug与Release的作用各自是什么?
2、这两种模式中都可以编译在RAM和FLASH中运行的程序吗?
3、如果有区别,那么在这两种模式下编程需要注意什么?
Debug和Release只是程序版本的标注,您也可以添加其他名称,或者删除掉一个。
Release出错的话,请检查一下头文件路径,源文件连接地址,或者把错误信息发上来。
这两种模式和RAM运行,Flash运行没有任何关系,只是名称而已。