This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1110-CC1111: CC1110F32 flash data change(with auto increment) for mass production?

Part Number: CC1110-CC1111

Hello,

While mass production, we set unique serial number to each device.

Serial number format is something like this. "MODELNAME-yymm-00001, MODELNAME-yymm-00002, MODELNAME-yymm-00003...18 bytes.

In SmartRF Flash Programmer. I see option to change flash data but it doesn't support auto increment values for program next device.

Is there any other tool to do this? 

const char __code flashDataAddr[PAGE_SIZE] @ 0x7C00 = 
{0x54, 0x4C, 0x33, 0x30, 0x30, 0x44, 0x50, 0x2D, 0x30, 0x30, 0x30, 0x30, 0x2D, 0x30, 0x30, 0x30, 0x30, 0x30, // Serial Number (18 bytes)
 0x00, 0x00, // Group (2 bytes)
 0x00, 0x00, // SubGroup1 (2 bytes)
}