STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32Cube and OTG

Posted on May 05, 2015 at 11:32Hello, I want to implement OTG (HOST that supports MSC and HID and in DEVICE mode composite MSC + CDC). There are available two implementations of USB stacks from ST. First one is STM32F105/7, STM32F2 and STM32F4 USB o...

STM32F105/7 USB MSD - STM32CubeMX

Posted on September 02, 2015 at 13:40I have generated code, using STM32CubeMX,  to operate and show up as a MSD on my windows computer - HOWEVER,  when I connect my device to the computer I can not see the device - instead it shows up in the Univers...

I2C EEPROM Memory accessing

Posted on March 19, 2015 at 13:09 Hello, I am using STM32F0 HAL Drivers to access external EEPROM 24C64 with STM32F The functions I am using areHAL_I2C_Mem_Write/Read but the communication is not always successful. Also it worked while using smd...

USB Printer Class: Cannot print

Posted on August 31, 2015 at 15:31Hello to all,I'm trying to implement a printer class for the USB. Currently I'm using the STM32F4 Discovery.I already have working the detection of the printer (EPSON CX5600) , reading the ID, etc.What I cant make w...

fb2 by Associate II
  • 375 Views
  • 0 replies
  • 0 kudos

STM32f407 isoc transfer was reduced

Posted on August 02, 2015 at 13:43Hello all! I use STM32F4Discovery (embedded code based on HAL v1.6.0) paired with libusbk. To switch on/off the isochronous IN transfer over EP2 i send commands (control transfer) to EP0. The maximum size of EP2 pac...