How to use USB/UART/BLE stack with sequencer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-06-01 4:48 AM - edited 2023-11-20 4: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?
- Labels:
-
BLE
-
STM32WB series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
