This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

build multiple hex files with different IDs

Hi all,

I have written a program for a wearable devices (BLE). Each device should have a ID which is located in the advertising data (its a constant).
I have to build 100 hex files were each have to have a different ID.

Is there a way to increment the constant and build 100 hex files automatically.

Build -> incremnt -> build -> increment .... and so on

Thanks

Michael

Parents
  • The more rational solution would be to have an external app output a line or two of unique HEX for each device.

    Consider also if the device already has a Unique ID that can be read, or a value that can be configured and saved at run time, or production programming.

Reply
  • The more rational solution would be to have an external app output a line or two of unique HEX for each device.

    Consider also if the device already has a Unique ID that can be read, or a value that can be configured and saved at run time, or production programming.

Children
No data