1、ti是否公开标准库函数的源代码。
2、运行printf函数导致死机的原因是什么,该如何避免.。
3、ti标准库函数使用说明在哪。
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.
1、ti是否公开标准库函数的源代码。
2、运行printf函数导致死机的原因是什么,该如何避免.。
3、ti标准库函数使用说明在哪。
1. 在ccsv6\tools\compiler\c6000_7.4.14\lib\src目录下有源码。
2. 通常是stack, heap不够。 可参考下面的wiki网站。
http://processors.wiki.ti.com/index.php/Tips_for_using_printf
3. Chapter 8 Using Run-Time-Support Functions and Building Libraries
http://www.ti.com/lit/ug/spru187u/spru187u.pdf
1、是不是只要在cmd文件中将stack和heap的空间加大就可以解决printf导致死机问题?
2、如果没有在cmd文件中配置stack和heap,那默认配置是什么(CCS5.3,6747)
1、是不是修改cmd文件中stack和heap的值就可以解决printf死机的问题
2、如果不设置stack和heap的值,默认是什么。使用ccs5.3,芯片6747