User Activity

Hello,I added a new characteristic to the P2P_Server application that is a, CHAR_PROP_WRITE and GATT_NOTIFY_WRITE_REQ_AND_WAIT_FOR_APPL_RESP = Yes, all other notifications are set to No.  The UUID = 50 50.  I added the processing of the incoming char...
Hello, I have a STM32WB55RE connected to a CAN bus.  I'm receiving the CAN data via the Main function using polling.  When a message is received (250K Baud Rate) I want to forward that data to the BLE stack so I can send it to another STM32WB55RE.  I...
I have two custom STM32WB55 boards that I initially started with the P2P_Client/Server projects.  I have the two devices communicating with each other.  Once the communication is established, the notification characteristic is enabled from the P2P_Cl...
Still trying to get USBX to work, I can now get data out to Putty but it's all garbage and after each send it "dings" (very annoying).  I used the H5 example to get it working, last hurdle I guess.  Putty is set to 115200, 1 stop bit, 8 data bits jus...
Hello,I'm trying to get USBX CDC Virtual COM Device configured on an STM32U535CET6.  I have downloaded and tried to play matchup with the projects out on GitHub for the U5 series but have had no success.  I'm currently stuck on: /* Now check for inva...
Kudos given to