IAR编译错误:unable to allocate space for sections/blocks with a total estimated minimum size of 0x504c
消耗积分:2 | 格式:pdf | 大小:0.08 MB | 2021-12-03
王芳
分享资料个
IAR编译错误:unable to allocate space for sections/blocks with a total estimated minimum size of 0x504c用IAR编译工程时报了奇怪的错误:在网上查找过后发现时内存不够导致的,查阅手册后,发现使用的单片机的芯片SRAM为12kb,对应的最大空间正是报错里的0x3000 bytes。查阅网上的方法是更改Option–C/C++ compile–Optimizations中的Level,改为high。但尝试后无果。