Hello
With reference to the thread below: Previous ticket with subject: S32K394 FCCU unrecoverable fault NCF_S2 (ECC) - How to identify which memory block triggered it?.
I have a question regarding the ITCM on S32K394.
Any pointers to the relevant reference manual section or datasheet spec would be appreciated.
Thanks in advance.
Fyi, @danielmartynek
Hi @SBalaji,
1.
It is SRAM, so it does not have the limitations as Flash memory.
2.
Yes, it must be initialized before being read, just like any other volatile memory with ECC.
3.
It is an SRAM. The key difference is that TCM (Tightly Coupled Memory) is directly connected to the core via a private bus. In contrast, SRAM is accessed through the crossbar switch, which it shares with other system masters.
Refer to Figure 5: Block Diagram in the reference manual.
Regards,
Daniel