..\OBJ\Template.axf: Error: L6971E: system_stm32h7xx.o(.data) type RW incompatible with malloc.o(.ARM.__AT_0x20019000) type ZI in er RW_IRAM1.
这条错误指的是RW_IRAM1即DTCMRAM区域(128KB)区域有地址不配置。
我想把0x24000000 起始地址的内存保留,全部分配出去,吧程序下载到24000000以外的内存,但是做不到,编译不过。报错如下。
..\OBJ\Template.axf: Error: L6406E: No space in execution regions with .ANY selector matching malloc.o(.bss).
..\OBJ\Template.axf: Error: L6407E: Sections of aggregate size 0x73000 bytes could not fit into .ANY selector(s).
Not enough information to list image symbols.
Not enough information to list the image map.