STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F100C8T6B Bootloader issues

Posted on December 03, 2012 at 20:42I am trying to talk to the bootloader in the STM32F100 and having some issues. I can successfully send the 0x7F and get back a 0x79 ACK. Next when i send a Get Command i don't get any response. I am sending two by...

STM32L053R8 HAL_SMBUS

Posted on November 10, 2015 at 12:33Hello, I try to realize a smbus communication where my STM32 is the slave, but I don't understand how to use the different function and interupt. For the moment I managed the reception of the address (with ''HAL_S...

STM32Cube USB host library with multiple CDC

Posted on May 27, 2015 at 16:21Is it possible to modify the STM32Cube USB HOST library in order to handle multiple CDC connections? I am working with a stm32F4-discovery board. The library and the examples work with only one CDC connection, but for...

gerolamo by Associate
  • 356 Views
  • 2 replies
  • 0 kudos

Touch screen USB for STM32F1 example

Posted on November 09, 2015 at 12:11Good morning, I am trying to develop a touch screen screen controled by a STM32F1 and connected to a PC throught USB port. My doubts are related with the USB comunication I've found many examples for USB comunica...

bfeixas by Associate II
  • 451 Views
  • 0 replies
  • 0 kudos

Cube0 - USB - CustomHID: Report Size

Posted on May 11, 2015 at 13:23 Hi, I got a question concerning the Cube USB library used on the L0 series. I am trying to implement the CustomHID class provided in the USB library. I am developing on the STM32L053 discovery board. ...

STM32L0 USB CUSTOMHID Bidirectional

Posted on November 03, 2015 at 13:26Hi guys, I am working on a solution to implement generic bidirectional data transfer over the USB interface. I am using the current CubeL0 library (version 1.3.0) and the USB library provided in this package. I im...

STM32F4, USB OTG

Posted on November 04, 2015 at 20:22 I have a target application using the STM32F405. On this board I have a USB port. To get started, I found some sample code written by someone for the STM32F4 Discovery board with a few lines of code for main, and...

STM32 F429 USB CDC vs USB MSD with USB FS

Posted on October 29, 2015 at 13:58Hello all,I have a strange question regarding speed od USB CDC and USB MSD driver for STM32F429.I implemented USB MSD + eMMC with FatFS support and I am getting 0.51 MB/s write and 0.69 MB/s read speed results with...