Posted on March 27, 2018 at 19:33Hi there,Is it possible to change the uart baudrate dynamically after it has been initialized?Kind regards,#uart #stm32
Posted on March 27, 2018 at 19:29Hi there,Is it possible to change the i2c bus speed dynamically after it has been initialized?Kind regards,#i2c #stm32
Posted on November 03, 2017 at 20:15Hi there,I've developed a USB HID mouse with the STM32F103C8T6 using STM32CubeMX and Keil uVision 5.Everything works fine so far (I've used the default mouse descriptor generated by CubeMX).But now, I've added a L...
Posted on September 11, 2017 at 21:16
Hi there,
I am using STM32CubeMX to develop a USB HID touchscreen with the STM32F103C8T6 MCU.
In the HID descriptor, I must report the following feature to support multi-touch:
0x85, REPORTID_MAX_CO...
Posted on September 19, 2017 at 00:43Yes I've finally found out. I should have told you. What you wrote is exactly what I've done and it worked like a charm.Thanks for your help though!
Posted on September 12, 2017 at 12:18
Thanks for replying John.
I am able to create a report descriptor and transmit it but the point is that I don't know how to send feature report over usb (which function to use).
For this part of the des...