section `.bss' will not fit in region `RAM1'
I have this attribute in my code:#define PHY_ETHTORAM_ATTRIBUTE __attribute__ ((section(".sram2"), aligned(4)))And for example, in my code:// Ethernet Rx MA Descriptor volatile __attribute__((aligned(32))) PHY_ETHTORAM_ATTRIBUTE ETH_DMADescTypeDef ...