cancel
Showing results for 
Search instead for 
Did you mean: 

Obtain the STM32_WPAN version programmatically - STM32WBXX

mpc
Associate II

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?
1 ACCEPTED SOLUTION

Accepted Solutions
mpc
Associate II

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

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

View solution in original post

3 REPLIES 3
Issamos
Lead II

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

mpc
Associate II

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

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

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