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.
大家好:
很奇怪的问题,我改了I2C的API,就一百多行代码,就发现IRAM装不下了,求解?!
你好,可以看看下面打印函数用法的常见信息。。。
The printf() function included in the run-time support library can severely impact real-time performance.
Problems with printf()
These issues coupled together typically cause severe problems with real-time performance, but you can easily avoid these issues by using LOG_printf instead.
Advantages of LOG_printf()
Limitations of LOG_printf()
To migrate from printf() to LOG_printf()
This should help alleviate the pain of using the big and slow printf() calls.