Keil错误Unable to automatically place AT section malloc.o(.ARM.__AT_0x20000000) with required base add

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qlexcel/article/details/85714285

Keil错误“Unable to automatically place AT section malloc.o(.ARM.__AT_0x20000000) with required base address 0x20000000. Please manually place in the scatter file using the --no_autoat option. ”    一般是使用分散加载文件的时候遇到的,分散加载文件中指定的地址和程序中某个变量或者函数指定的地址冲突了,因此修改其中的一方就可以了。

猜你喜欢

转载自blog.csdn.net/qlexcel/article/details/85714285