2023-03-30 10:47 PM
Hi,
im looking for some advice for using serial numbers at production. Its for a STM32H747 and we don't have NFC or BL
just looking to get some pointers to creat a production system.
cheers
2023-03-30 11:45 PM
Hi,
Since you mention JLINK, from Segger you can buy their Flasher device, which has the capability to insert anywhere in the Flash a serial number (up to 32-bits IIRC) that is automatically incremented, and kept from one programming session to the other.
However, I don't know if you can extract this information from the programming command while it is being executed.
For what you want to achieve, with a printer in the mix, I believe that you should create your own bash script that will perform all the necessary tasks, including generating the label for the printer. I have never done that myself, otherwise I would give more detail.
Best regards.
2023-03-31 01:56 AM
thanks, i have the Segger Base Compact. maybe the flasher software will work on that.