-
For folks developing using picoboot or U2F and debug chatter over ACM CDC, hard faults are pretty painful -- the device stops responding, host side drivers may wedge up, figuring out what blew up is h…
-
## Description
I can see that Thor is detecting the usb device but when I select the samsung device I get the error:
![image](https://github.com/Samsung-Loki/Thor/assets/28467603/63cbd0d5-02b7-4f1…
-
The cmakefiles refer to a file named `class/cdc/usbh_cdc_ecm.c`
https://github.com/bouffalolab/bouffalo_sdk/blob/0f07c3b8ecbed6b5eda90cc794611c6dd9077851/components/usb/cherryusb/CMakeLists.txt#L59…
-
I am having issues with the communicating to an Arduino DUE unit. In particular, with bash scripts echoing characters to the /dev/ttyACM0 dev node. These scripts work fine on my x86_64 laptop, so the …
-
typedef struct
{
uint32_t data[**NUMBER_OF_CDC**][CDC_DATA_HS_MAX_PACKET_SIZE / 4U]; /* Force 32bits alignment */
uint8_t CmdOpCode;
uint8_t CmdLength;
uint8_t *RxBuffer;
…
-
I'm trying what others seem to have done before, but I can't find any examples online.
I want to have two serial CDC-ACM interfaces, so that one can stream data continuously while the other can be us…
csarn updated
5 months ago
-
@abhatia08
Data is long and hard to filter for table 1 summary stats particularly want to break down the group_name categories to show indicator category differences with some of the groups.
ht…
-
**Caution**
The Issues are strictly limited for the reporting of problem encountered with the software provided in this project.
For any other problem related to the STM32 product, the performance…
-
## Bug report
I have a SpeedybeeF405WING flashed with ArduPilot. But I'm having problems connection to the device with QGC. As far as I understand QGC is waiting for the devices to change its produ…
booo updated
3 months ago
-
The Black Magic Probe has two serial ports, and the interface should be 0 and 2. For example, this is how it shows up under Windows:
```
Compiling serialport v4.5.1-alpha.0 (E:\Code\serialport-…