2024-09-11 05:50 PM
Can someone confirm that the STM32WB10CC does not come pre-programmed with the BLE stacks?
I'm assuming they are not pre-programmed, because I've used FUS in STM32CubeProgrammer to see if I can Start Wireless Stack. When I do, a message pops up stating that an image was not found.
If my assumption is correct, does anyone have a better way than STM32CubeProgrammer to program the stacks for production on a custom STM32WB10CC board? It seems to me that the binary output from CPU1 and the stack binaries for CPU2 can be linked and placed in a common binary for a single download at a CM.
Thanks!
Solved! Go to Solution.
2024-10-14 10:07 AM - edited 2024-10-14 10:07 AM
Hello @David Ashman
Unfortunately, not as the wireless stack is encrypted and requires a specific process to be unencrypted and then activated. While the user application may be encrypted with a dedicated user key using a separate sequence to be programmed on the chip. one single script is possible but there will be two programming sequences one after the other to program each of the cores.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-10-14 10:07 AM - edited 2024-10-14 10:07 AM
Hello @David Ashman
Unfortunately, not as the wireless stack is encrypted and requires a specific process to be unencrypted and then activated. While the user application may be encrypted with a dedicated user key using a separate sequence to be programmed on the chip. one single script is possible but there will be two programming sequences one after the other to program each of the cores.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.