CSEC Module PRAM format

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

CSEC Module PRAM format

Jump to solution
1,383 Views
ummerkunnummalk
Contributor III

Hello,

   In AN-5401 some of the examples read the output data from PRAM Page-1 where as in some other example the output is read from Page-2. May I know the rational behind this different approach?.

Also Kindly provide any documentations related to this.

1. 

pastedImage_1.png

2. 

pastedImage_2.png

1 Solution
1,242 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

see the description of CSE commands in the reference manual:

https://www.nxp.com/docs/en/reference-manual/S32K-RM.pdf 

For example, this is description of CMD_GET_ID command where you can see which pages are used and what is the purpose:

pastedImage_2.png

And here you can see it corresponds with the code from AN5401:

pastedImage_3.png

Regards,

Lukas

View solution in original post

2 Replies
1,243 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

see the description of CSE commands in the reference manual:

https://www.nxp.com/docs/en/reference-manual/S32K-RM.pdf 

For example, this is description of CMD_GET_ID command where you can see which pages are used and what is the purpose:

pastedImage_2.png

And here you can see it corresponds with the code from AN5401:

pastedImage_3.png

Regards,

Lukas

1,242 Views
ummerkunnummalk
Contributor III

Thanks lukaszadrapa‌.

0 Kudos