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.

printf使用问题

遇到一个奇怪的问题,代码中如果添加了printf()语句,编译加载到板子上运行,程序直接跑飞了,没有进入main函数。只要屏蔽到printf函数,加载后就能正常调到main函数第一行代码了

网上搜索研究了好几天,找到的主要一个说法是堆栈大小的问题,已经在cmd文件中将堆栈大小设置为了超过0x800的几个值,没有效果

知道的请给指点指点