Production programming of STM32WB, including FUS and CoPro
Trying to figure out the best way of programming CPUs for production.
With other projects, we would normally get the microcontroller programmed before the PCB SMT stage. This service doesnt appear to be available for STM32WB (too new?), so the intention is to use 4x ST-LINK devices in parallel to program 4 boards at a time on the assembly line.
Whilst I'm fairly clear on how to achieve this using the command line tools, I would like to check this is the only / best way of doing it. The time it takes to upgrade FUS (twice? still not clear if that's required as per release notes 0.5.3 -> 1.0.2 -> 1.1.0), then flash the copro with BLE_stack_full.bin, then flash the main image is longer than we would like.
Can we combine any of the steps? Is it possible to generate an elf file that has "everything" in?
Does ST provide programming services? or chips that are already preprogrammed with the ble stack, ready for our application code?
Thanks