User Activity

Greetings,I want to compile the BLE Transparent Mode sample from the Cube (Version: 1.13.1Build: 17479_20230728_0839 (UTC)) for the STM32MMB module that has a different UART port from the default which is PB6/7.  Our design uses PA9/10 because we nee...
Greetings,My application for the STM32WB uses the BLE full stack from v1.8 of the Cube. I just noticed that there is a v1.10. I plan to test this as well, just in case this has been fixed.The cube has code to manipulate the SRAM2 parity options, but ...
I'm working to perform flash operations while the BLE stack is running and there is an active connection. Once I initiate an erase operation, the connection times out with a supervisor timeout.There seems to be an elaborate sequence of steps necessa...
It looks as if the RNG is made unavailable to the M4 when the M0 has booted the BLE stack. This looks to be true because I can initialize and use the RNG before starting the BLE stack. Once I launch C2, the RNG registers read as zeros.Is this a req...
I'm working to complete the port of BlueNRG code to the STM32WB. I've gotten everything working up to the point where I make the device discoverable. The WB stack is returning an error, but there's no documentation to explain what this error could me...