2023-06-01 04:48 AM - edited 2023-11-20 04:13 AM
I have problem with USB stack as Virtual Port COM to use it with sequencer prepared to BLE stack. I mean I don't know how to execute needed CDC... functions inside usbd_cdc_if.c. Did anybod do that?
I want to send via UART and via BLE received through USB VCP.
Any Application Notes to do that?
2024-05-23 11:36 AM
Hi @dnj
USBD_CDC_ItfTypeDef defines the interface for CDC class on firmware. Each of the functions corresponds to a callback that should be called during operation. As far as I know, to implement a CDC VCP with sequencer, is like implementing it in as task in an OS. The following example does not use an OS:
I hope this would be helpful
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.