Part Number: AM6442
Hi Pekka,
The following are the general questions, so I moved them here, and will close the other E2E thread later.
All the internal and external memory is visible for all cores in the SoC memory map (see 2.1 MAIN Domain Memory Map in https://www.ti.com/lit/pdf/spruim2 ). The 2MB internal MSRAM is made up of 8 regions/banks each of size 256kB. If two cores access same region in the same clock cycle, one will stall for a few nanoseconds.
ATCM is listed at Table2-1 "MAIN Domain Memory Map" in https://www.ti.com/lit/ug/spruim2f/spruim2f.pdf as the below

then, all TCM memories can be access from all cores (i.e. A53, R5F, M4F) at HW point of view, I think.
But I'm worrying if the access to TCM is limited by SW.
1) Does AM64x some restriction to access to ATCM (because of ROM code)?
2) Is there other memory that have some access restriction by SW (e.g. ROM code, bootloader, or other SDK code).
3) Is R5FSS0_CORE0_ATCM accessible from R5FSS1_CORE1, right?
4) I think, R5FSS0_CORE0 uses the following direct path to access to R5FSS0_CORE0_ATCM.

And, other cores (e.g. R5FSS0_CORE1 the following direct path to access to R5FSS0_CORE0_ATCM.

Does it correct?
5) How about the access latency to
- from R5FSS0_CORE0 to R5FSS0_CORE0_ATCM.
- from R5FSS0_CORE1 to R5FSS0_CORE0_ATCM
- from other cores (e.g. A53, M4F) to R5FSS0_CORE0_ATCM
6) How to priories each access to one TCM (e.g. R5FSS0_CORE0_ATCM) among all access requests from many cores (e.g. R5FSS0_CORE0, R5FSS0_CORE1, A53, M4F).
7)
Thanks and Best regards,
Tsurumoto.