Hi all,
First:
I am working on STM32F407 and I am using two iRAMs and one external
SRAM with addresses: addr size
iRAM1: 0x20000000 0x20000
iRAM2: 0x10000000 0x10000
RAM1: 0x60000000 0x200000
C compiler, linker,.... v5.03.0.76
toolchain MDK-ARM Professional version 4.74.0.0
Problem:
After I created multiple connections from PC (TCP ethernet) to the
device, program runs out of memory with ERR_SYS_ERR_MEM_ALLOC err. So
I tried to increase size of Memory Pool by redefining
↧