G48 Mass production

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

G48 Mass production

343 Views
garyws
Contributor I

When the factory burns G48, it needs to write a ID number in each flash of MCU, ID can be incremented. What kind of recorder can be used to achieve it? How do you realize it? Thank you

0 Kudos
1 Reply

262 Views
dianabatrlova
NXP TechSupport
NXP TechSupport

Hi Gary Guo, 


On the MCU is available Program Once Field. It is a part of Flash IFR which can be
used to store non-volatile data.
The global memory from 0x0_4000 is accessible when we set NVMRES bit
(MMCCTL1=0x01;) at PPAGE 0x01 and memory window 0x8000~0xBFFF.

See Table 24-5. Program IFR Fields in the reference manual
Programming the own serial number is possible into Program Once Field - 64B
at global address 0x0_40C0 – 0x0_40FF.

The additional useful information you can find in this thread:
https://community.nxp.com/message/869910?commentID=869910#comment-869910 

I hope it helps you.

Best regards,

Diana

0 Kudos