Hi to you all,
still working on the LPC4370 and optimal memory configuration.
This is my current setup

I want to use a buffer in RamAHB32 (RAM3) to acquire data using the GPDMA + ADCHS.
The problem is that while the system works fine if I use RAM2 or RAM4, I got an hardfault error while using RAM3. Is there something special about this memory region that I am missing?
I declare my buffer like this:
__DATA(RAM3) int32_t buffer1[BUFF_SIZE] __attribute__ ((aligned (MEMORY_BOUNDARY))) ={0};
And here's the report from the linker script:

Any ideas?:)
Thanks,
Andrea