Skip to main content
Associate II
December 19, 2025
Solved

Obtain the STM32_WPAN version programmatically - STM32WBXX

  • December 19, 2025
  • 2 replies
  • 350 views

I am working in a project with a STM32WB microcontroller, and I want to print the STM32_WPAN firmware version, but I am unable to programmatically get that info.

  • Any idea about how to know the used version?
Best answer by mpc

Just like reference, I found we can obtain it using the SHCI_GetWirelessFwInfo function.

How to reliably determine installed FUS version fr... - STMicroelectronics Community

2 replies

Issamos
Lead III
December 19, 2025

Hello @mpc 

I don’t think this is possible as it is. I think you may implement something manually if you want.

Best Regards.

II

mpcAuthor
Associate II
December 23, 2025

Thank you, @Issamos , I solved with the SHCI_GetWirelessFwInfo function.

mpcAuthorBest answer
Associate II
December 23, 2025

Just like reference, I found we can obtain it using the SHCI_GetWirelessFwInfo function.

How to reliably determine installed FUS version fr... - STMicroelectronics Community