CSEc PRAM Command Header Function format

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CSEc PRAM Command Header Function format

835 Views
skseofh
Contributor II

Hi, all!

 

I have question about CSEc PRAM Command Header.

There is 'FuncFormat' that specifies 'how the data is transferred to/from the CSEc'.

 

In AN5401, there is this explanation.

skseofh_1-1599092331657.png

 

I can't understand 'the main core or DMA' part.

Where exactly does this part point?

 

I think 'the main core or DMA' point 'RAM(FTFC Core)' in figure below(AN5401).

skseofh_2-1599092765570.png

If so, which address is 'RAM(FTFC Core)' in the memory map?

 

Labels (1)
0 Kudos
3 Replies

822 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello!

The main core that this part of the document is referring to the MCU core. One of the many functions of the core is transfer information, this transference can be done through the MCU or using the DMA module instead.

The functionality of the CSE is implemented on the FTFC Core. That RAM is dedicated to the flash controller to improve performance.

For more detailed information about the memory map, you can find it attached to the s32k1xx reference manual.

Let me know if this is helpful, if you have more questions do not hesitate to ask me.

Best regards,

Omar

0 Kudos

813 Views
skseofh
Contributor II

I checked the memory map and there is this sheet.

skseofh_0-1599702203000.png

 

I'm not sure which part is MCU core and DMA.

Could you explain more please?

0 Kudos

801 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello skseofh

 

I will gladly answer your question. The MCU core refers to the ARM Cortex. The core can transfer data. The DMA is a module capable of transfer blocks of data without the core intervention.

Let me know if this is helpful, if you have more questions do not hesitate to ask me.

0 Kudos