User Activity

#else static uint8_t l_datastoreStorage[2048]; #endif   static uint32_t l_head = 0; static uint32_t l_tail = 0;   void hal_datastore_init() { memset(l_datastoreStorage, 0, sizeof(l_datastoreStorage)); memset(l_datastoreStorage, 0, sizeof(l_datastor...
Does the STM32WB have drivers to support serial communication over it's USB port?
Hi there, I'd like to know if the USB port on the stm32wl55 can be used as a virtual com port and if so, how to achieve that.
Do you see anything wrong with this 4-wire spi transaction? The LIS2DTW12 is not responding and I do not understand why. It is hooked up to a P-NUCLEO-W55
I'm trying to make the "BLE_Beacon" example found inside the "STM32CubeWB" file work with the STM32CubeIDE and the P-NUCLEO WB55 board. The program compiles correctly but I can't see the beacons. Debugging I saw that when it arrives in the UTIL_SEQ_R...