问答

汇集网友智慧,解决技术难题

21ic问答首页 - MPLAB中error(1347)怎么解决

AC 437 or

MPLAB中error(1347)怎么解决

雾月@2025-09-11
本帖最后由 雾月@ 于 2025-9-11 11:16 编辑

8109968c23ee4da962.png
回答 +关注 1
1294人浏览 1人回答问题 分享 举报
1 个回答
  • MPLAB 编译错误,can't find 0xAC words in class “code”

    error: (1347) can't find 0xAC words (0xac withtotal) for psect "text34" in class "CODE" (largest unused contiguous range 0x36)
    这种情况是MCU的存储空间不够,无法存放编写的程序代码;解决方式:1、精简程序代码 2、提高编译器优化级别,对代码进行优化 3、选择存储空间大一些的MCU;
    根据经验一般还是选一个同系列大Flash的MCU,这样会减少以后的很多麻烦,比如增加产品功能

您需要登录后才可以回复 登录 | 注册