MC9S12G240MLF "margin levels"

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

MC9S12G240MLF "margin levels"

1,448 Views
barata1
Contributor I

If we consider "1" to be the erased state for a bit and "0" to be the programmed state, then we can say that high levels are erased and low levels are programmed.

 

I think I get the basis of margin levels, in so far as setting the margin level to "1" increases the threshold to make it more likely to read a "0". We would use it after an erase to make sure there was a margin between the normal read level and the programmed voltage level to guarantee that we would read a "1" everywhere.

 

And of course the opposite is true of "0". We would use a margin level of "0" that would reduce the threshold, to make sure that bits that have been programmed still come back as "0" even after the threshold had been lowered.

 

My question is when do "user" margin levels apply and when do "field" margin levels apply? According to data sheets they both apply on subsequent reads?

 

Also, "field" margin levels can be set more sever than "user" margin levels. What is the difference in programming and erase methods that make "field" margin levels applicable over "user" levels?

 

Thanks.

Labels (1)
0 Kudos
3 Replies

1,038 Views
RadekS
NXP Employee
NXP Employee

Hi Paul,

Your understanding of margin read is correct.

The difference between "user" margin level and "field" margin level is just setting of internal threshold for reading.

The "field" margin level could be set only by Set Field Margin Level command for unsecured MCU in special mode. Field margin levels must only be used during verify of the initial factory programming.

However "user" margin level could be set by Set Field Margin Level and Set User Margin Level commands.  Set User Margin Level command could be executed by MCU in normal mode (despite on security) and by unsecured MCU in special mode.

margin levels.PNG

So, if you detect problem with "field" margin level in factory, P-Flash/EEPROM is probably wrongly programmed (In this case NVM should be reprogrammed) and if you detect problem with "user" margin level in the field, P-Flash/EEPROM is probably close to Data retention limit (In this case MCU may signalize that NVM should be reprogrammed or MCU/module replaced). In extreme case I could imagine case with two identical copies of code/data in NVM and MCU may in that case reprogram itself.

How to use "user" margin level:

We could use for example CRC checksum stored it somewhere in P-Flash or EEPROM.

We could set User Margin-1 Level, calculate CRC checksum over whole flash and compare it with stored value. After that we could set User Margin-0 Level, calculate CRC checksum over whole flash and compare it with stored value. After that we should not forget set margin level back to Normal Level. If both comparing fits, NVM looks ok. If any of comparing fails, MCU should signalize error,…


I hope it helps you.

Have a great day,
RadekS

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

1,038 Views
barata1
Contributor I

?Never mind. I reread your response. So the difference between the two is when the command can be called. Am I right. Thanks. Paul.

0 Kudos

1,038 Views
barata1
Contributor I

?Hi Radek

I understand that to set field margin level you use the field margin level command etc. My question is when do they apply?

For example I set the field margin level, then I set the user margin level, then I do a read. Which margin level applies?

Paul.

0 Kudos