Hello.I'm trying to use STM32 U5A5' SRAM (SRAM1,2,3,5) and I'm encountering some very weird behavior.When I use the entire aforementioned sram blocks, my mcu hard faults.uint8_t __attribute__((section(".TEST_Section"))) data[1024*1024*2];int main(voi...