STM32WB10 wireless stack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-11 5: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.
- Labels:
-
BLE
-
STM32WB series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-14 10:07 AM - edited ‎2024-10-14 10:07 AM
Hello @David Ashman
- There is no default stack on WB10 MCU except the FUS FW (Firmware Upgrade Service) that allows the programming of the RF stack is a secure way. There may be a wireless stack loaded at manufacturing time to tests the chip, but I think it is erased after. Anyhow there is nothing officially loaded on the chip.
-
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.
- For mass prod, it will be a good idea to use the think about using a gang programmer.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-14 10:07 AM - edited ‎2024-10-14 10:07 AM
Hello @David Ashman
- There is no default stack on WB10 MCU except the FUS FW (Firmware Upgrade Service) that allows the programming of the RF stack is a secure way. There may be a wireless stack loaded at manufacturing time to tests the chip, but I think it is erased after. Anyhow there is nothing officially loaded on the chip.
-
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.
- For mass prod, it will be a good idea to use the think about using a gang programmer.
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.
