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.
使用ROM APIs是否会减小RAM的使用量呢?
应该不会,程序调用执行的时候应该也是在RAM里面执行的,使用量的多少就看你的程序设计了,使用了多少变量,都是什么类型。