Posted on November 01, 2015 at 19:28
Hey guys,
I've been trying to create USB FS host drivers for a vendor-specific device on the STM32F429 Discovery board. So far I've not had any luck getting ANY device (be it from the MSC, HID or Vendo...
Posted on June 11, 2015 at 06:52
Hey all,
Firstly I've tried the following on STM32F303 and STM32F072 and it's the same result on both. The MCU is configured as amaster and I'm trying to send I2C commands to an SSD1306 based OLED display...
Posted on February 18, 2015 at 14:44Hey all,I'm trying to implement a USB CDC device on an STM32F072B-Discovery (uses the STM32F072RBT6 device) to simply send some values over to the serial console. I've not had much luck with this using the code ge...
Posted on October 14, 2015 at 13:51Hey,I'm trying to write a USB Host driver for a vendor specific device and I would appreciate any help I can get. It's a pretty simple device with only 1 bulk endpoint and 1 control, without too many complicated fu...
Posted on June 11, 2015 at 19:29Thanks for your response. It appears that the entire issue was due to me not having initialised the DMA NVIC. I thought that since I didn't need the interrupt in my program I could get away without initialising it. I ...
Posted on March 02, 2015 at 15:24ST responded. They directed me to http://www.emcu.it/STM32Cube/STM32Cube.html . I still can't figure out how to do it... If anyone has implemented the CDC class on an STM32F0, please tell us how you did it!
Posted on February 27, 2015 at 04:40Hey,I have the same problem, just on an STM32F072 Discovery board instead. Have you found a fix yet? I've contacted ST support about this, I'll post on here as soon as they respond.