Multiple USB CDC (USB IAD). How?
Posted on June 10, 2010 at 07:46Multiple USB CDC (USB IAD). How? #iad #cdc #stm32f103 #dual-cdc-with-stm32l152 #usb-cdc-duart
Posted on June 10, 2010 at 07:46Multiple USB CDC (USB IAD). How? #iad #cdc #stm32f103 #dual-cdc-with-stm32l152 #usb-cdc-duart
Posted on September 11, 2014 at 17:24Dear Friends, Hi,I want to get an interrupt by receiving each character on UART port. How can I use HAL_UART_Receive_IT() and HAL_UART_RxCpltCallback() functions? When I call HAL_UART_Receive_IT() function its ca...
Posted on November 28, 2016 at 23:46Configuration: STM32F107, Linux PC, VCP library provided by STM. Received data is buffered from interrupt and reading within RTOS task context. When resetting device, it's start to be visible as /dev/ttyACM0. Ok. ...
Posted on November 27, 2016 at 17:10HiI try to send data over a VCP USB interface from my STM32F446RE to the computer. I use a C♯ programm with a SerialPort interface to read the data.Under Windows 7, 8 and 8.1 everything works perfectly fine but on...
Posted on July 24, 2015 at 22:27Hi. Let me describe the situation. I have to do 8 AD conversions (using STM32F103) as fast as possible. Thus, I'd like to use ADC in DUAL mode to execute 4x2 conversions (on ADC1 as master and ADC2 as slave) and trans...
Posted on November 04, 2013 at 12:10Hi u guysI have in a old powerpoint slide from ST, seen that ST can provide a usb printer Class, does anyone know if the can and/or where to find it?Best regards. #usb-printer
Posted on February 16, 2016 at 11:03Hello Everybody,Hello ST,We've implemented some USB class for communicating with an Android device. The application is working fine when plugging it in for the first time. But when disconnecting the USB cable and ...
Posted on November 22, 2016 at 22:11Hi guys, I'm facing out some problems and i wonder if some of you can give some of your wisdom.Here are some inputs: MCU: STM32L053 (Host)GSM Module: handles GSM network connecctions and notifify via UART the MC...
Posted on November 19, 2016 at 23:38I'm trying to send received data from PC (USB VCP) using UART. I generated the code with CubeMx for ''STM32f103c8t6'' and modified the ''CDC_Receive_FS'' function to send received data by UART in interrupt mode. ...
Posted on November 17, 2016 at 10:59Hello, i try to implement the STM32F407 as HID battery. I can run a easy mouse example but i dont know how i have to config the descriptors for a battery. I have no experience with programming USB. I try it with t...