1,738 questions with no answers
0
votes
0
answers
64
views
Question about PMA Layout and BTABLE Size on STM32F103
I have two possible interpretations of how the USB BTABLE and PMA layout work on the STM32F103.
I will provide two diagrams (Figure A and Figure B) to illustrate the scenario.
STM32F1 USB PMA
Scenario:...
0
votes
0
answers
45
views
TUSB MSC example hanging on 'waiting for download' on the ESP32s3
I'm attempting to run the Tiny USB MSC example (Provided in the ESP-IDF github repository), and it doesn't appear to work.
Initially, the example flashes, but only outputs the below and hangs on '...
0
votes
0
answers
70
views
Python loss of connection after OS USB Disconnect/Reconnect, but Python can't see the device
While I'd appreciate the answer, I'd really like to understand how to diagnose what's happening in Python.
The basic issue is that Raspberry PI OS or a driver causes some USB connections to disconnect ...
0
votes
0
answers
89
views
RS232 to USB in a hub with other device: potential loss of data?
I'm currently using a SBC (a Raspberry Pi Zero 2W) to receive data from a device (let's call it Sensor). Sensor is connected to the micro USB port on the SBC through an adaptor with FTDI FT232R USB ...
1
vote
0
answers
100
views
Trying to Get Serial info to separate it from other
I have a list of 12 serial COM ports and I am trying to pick only the ones made from a specific Manufacturer, "FTDI". For some reason, I cannot pull this info without using the Systems....
1
vote
0
answers
75
views
Read/write to USB serial device while it's in use
I have a C# application that uses the USB serial device mounted to /dev/ttyUSB0.
I need to send a status request to this device, which I can do very easily with printf "\00\48\ee\ff" > /...
-1
votes
0
answers
52
views
FTDI Communication Problem with Pylibftdi on a Windows Machine
I have a Digilent Nexys Video Artix-7 FPGA development board. This board has two Micro USB ports. One is used for UART-USB communication, and the other one for uploading bitstreams(as a JTAG). I ...
0
votes
0
answers
64
views
USB Driver [usb_bulk_msg]
When I was writing a USB driver, I used the usb_bulk_msg function to send data. When I used an array created with stack space, I could only send data under 8 bytes. If I sent more than 8 bytes, the ...
0
votes
0
answers
118
views
How to connect SDK Epson EPOS on android via USB (flutter)?
I'd like to know how I can connect the Epson ePOS SDK to Android using Flutter.
From what I've learned, the SDK isn't available for download and installation in my project. Therefore, I need to write ...
0
votes
0
answers
466
views
STM32F103C8T6 -> USB unknown driver error: descriptor request failed
I have switched from Arduino to create and learn with custom STM32 boards. I followed a tutorial on how to make a simple STM32 breakout board. The design matches the tutorial and datasheet from STM32. ...
-1
votes
0
answers
301
views
STM32 USB Host. Virtual Port Com. FTDI and CH340
I use the stm32g0b1 microcontroller to USB Host. I use the HAL library from STMicroelectronics. Class for FS IP: Communication Host Class (Virtual Port Com). And it works great with other ...
1
vote
0
answers
92
views
Why isn't my device address being set correctly?
I've been trying to program a CH552 chip using assembly, however, I've ran into a bit of a problem when trying to implement USB. My device replies to the first GET_DESCRIPTOR (device) fine, as shown ...
0
votes
0
answers
98
views
SE custom rules in AOSP
I am a junior AOSP developer, I have myservice application with type of coredomain,
type myservice, domain, coredomain, mlstrustedsubject;
I need to open functionfs objects, but adding
allow myservice ...
2
votes
0
answers
49
views
FunctionFS fails to start with 3 endpoints (INT IN x2, BULK OUT) — error -524
I'm using FunctionFS on Linux to implement a USB gadget with 3 endpoints:
EP1 IN (Interrupt)
EP2 IN (Interrupt)
EP3 OUT (Bulk)
The gadget fails to bind to the UDC (echo <udc> > /sys/kernel/...
1
vote
0
answers
464
views
Does Electron support 4K USB Video resolution?
We are developing a windows application using Electron framework. This application intends to show video streaming from USB Camera. We are using "navigator.mediaDevices" apis to access USB video ...