STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 388 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
  • 193 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
  • 878 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 ...

STM32F4 USB resistor confusion

Posted on October 12, 2012 at 09:47The datasheet of the STM32F405, appendix A.3 shows example application circuit for USB peripheral, it does not show any resistors.But, the schematic for the STM32F4Discovery shows two 22 ohm resistors on the DP and...

HAL I2C Slave

Posted on April 24, 2018 at 12:08I'm trying to make I2C Slave using examples from Cube.The wizard can write the register, but when reading the HAL_I2C_ListenCpltCallback  is called only once.Can someone share their working code with me?  I don't und...