STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1016 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...