STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Any USB examples for the NUCLEO-H743ZI board?

I could not find any in the Cube packages... I tried creating a project from scratch with STM32CubeMX. Power for USB FS1 is ready (LD10 on) but no reaction at all when I connect anything via user USB port (CN13). The same project works on the STM32H7...

Microman by Associate III
  • 320 Views
  • 2 replies
  • 0 kudos

STM32F103C8 USB Unknown Device Problem

Posted on July 27, 2017 at 15:51Hi friendsI am trying to make usb hid connection with STM32F103C8. I was able to compile the USB Library via the KEIL Compiler. The processor is running. After the USB init routines, the processor goes to the main pro...

0690X00000603ywQAA.jpg

USB device not enumerating sometimes

Posted on January 06, 2015 at 08:13We are using STM32L151CBU6 in our product development and need to connect the device to PC over USB. I have used the USB driver provided by ST. I am seeing a really strange and frustrating behavior. From the IAR de...

pankaj1 by Associate
  • 323 Views
  • 1 replies
  • 0 kudos

STM32F4 Write To USB3.1 Get Problem

I am using STMF4 USB function to log data, it can write readable data file to USB2.0. But it gets problem with USB3.1, when I write a log file to USB3.1, and open it with PC, PC report "the file or directory is corrupted and unreadable".Does any one ...

New.Fish by Associate III
  • 162 Views
  • 0 replies
  • 0 kudos

USB VCP from CubeMX doesn't work

Posted on June 20, 2018 at 14:07Hi,Ever since I updated cube to V4.26.0, using Frimware package V1.12.0, the USB VCP doesn't work.I use board NUCLEO-L496ZG, IAR embedded V8.22, and only execute the GPIO and USB initializations, expecting to see the ...

How to store values in memory card from array

I am using an ADC input pin and trying to store values in memory card. Before storing in memory card i have stored in an array thinking that after some 2000 values i can store in memory card. Before storing 2000 values i tried to store 5 values but i...

Apill by Senior
  • 754 Views
  • 6 replies
  • 1 kudos

Resolved! STM32L4+ USART RX+Interrupt Not working

Hello,I am trying to configure USART1 on Nucleo-32 board using HAL. Code is suppose to first it receive the message and then it transmits the same message.My problem is RDR is showing reading garbage value. Can someone point out was is wrong?(Please ...