Hello,
You can place a array in DDR or other memories like this:
#pragma data_seg_name ".local_data_ddr0"#pragma bss_seg_name ".local_data_ddr0_bss"uint8_t buffers_space[TEST_NUM_OF_BUFS*TEST_DATA_SIZE];
#pragma align buffers_space ARCH_CACHE_LINE_SIZE
Here it's in the DDR0 but you change the segment to place it in M3, DDR1 ...
Regards
Jimmy