美文网首页
esp编译后出现Section .iram0.text will

esp编译后出现Section .iram0.text will

作者: 易水寒2018 | 来源:发表于2024-01-15 09:19 被阅读0次

IRAM是内部RAM,当我使用wifi+ble+ASR组成的一个工程时,编译后出现Section .iram0.text will not fit in region iram0_0_seg的错误,原因是IRAM的内存空间仍然不够,这是因为任务堆栈等数据是不能存放在外部RAM中的,所以IRAM中的内存依然紧张。

具体步骤如下:
idf.py menuconfig->component config->Wi-Fi,将箭头所指的两项按n取消选择

20201021190554827.png

相关文章

网友评论

      本文标题:esp编译后出现Section .iram0.text will

      本文链接:https://www.haomeiwen.com/subject/phxhodtx.html