2021-03-25 05:25 PM
Hi,
Im using STM32WB55 USB dongle board. I want to send data from the dongle board to PC using USB pheriperal. i used the command CDC_Transmit() to send data and I visualized the recieved data using realterm in PC .
It was working. But I want to send data at the same time BLE sequencer is running. When I run the sequencer CDC_transmit() is not sending data to the PC.
Can anyone help me?