Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for etale_cohomologyâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #292281 | Initial revision | — | 3 months ago |
Question | — |
STM32: read data in device sent by host over USB HID In an STM32CubeIDE USB HID project for an STM32F103C8 board I can send data from the device to the host using the `USBDHIDSendReport()` function, like so: ``` USBDHIDSendReport(&hUsbDeviceFS, (uint8t)&hidreport,sizeof(hidreport)); ``` How can I read data in the device sent over USB HID by the... (more) |
— | 3 months ago |