STM32WB Dongle Uart Issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-03-03 3:20 AM
Hey,
unfortunately the dongle is no longer recognized as a serial port when i load one of my projects onto the device. When I use the example applications, it works fine. Any idea what this could be.
Thanks in advance
Eddy
Labels:
- Labels:
-
STM32WB series
-
UART-USART
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-04-13 9:02 AM
Hello,
To use USB, it requires a semaphore which you need to set yourself. See : Building wireless applications with STM32WB Series microcontrollers - Application note Chapter Shared peripherals (Figure 9. Algorithm to use USB on CPU1). You can look PeriphClock_Config function in P-NUCLEO-WB55 USB Dongle example (e.g BLE_TransparentModeVCP) .
Best Regards
