int_sram - no constraints
int_sram_no_cacheable - expected to be non-cacheable (interrupt vectors and other reasons)
int_sram_shareable - expected to be shared with multicore
Hi, @davidtosenovjan
After modifying the sizes of int_stram, int_stram_no-ucacheable, and int_stram_sthareable in the linker file, there is a Data access violation (CFSR. DACCVIOL, MMFAR), At data address 0x20408594.
The chip is S32K312, and the linker file is as follows
Could you give me some advice? thank you!
ITCM/DTCM are fast local two port memories intended either for fast instruction or fast data access.
Front-door accesses to TCM memories are as fast as access to cache, back-door accesses are slower.
Also these port are mapped to different address ranges - Front-door address range for related core accesses and back-door address range for any core or other master, over this port TCM memories may act as system memories.