STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Suspend/resume in STM32F7

Hi,I want to put the USB bus into SUSPEND/RESUME state, currently I'm using gState in USBH_HandleTypeDef to manually put the device into HOST_SUSPENDED state and similarly to move to the Idle state I'm manually assigning gState to be HOST_IDLE.With t...

Resolved! How can I find the registers' addresses of STM32L053R8

To Andrew, SofLi Hy Andrew and SofLi. I well received your last informations posted this week-end. Therefore it was week-end. I test a NUCLEO board without ST-link; my computer is a Mac-mini and the NUCLEO board offers capabilities to be separate in ...

butterfly by Associate III
  • 4337 Views
  • 11 replies
  • 4 kudos

LIN problem after MCU(STM32G473) replacement.

CUBEMX, STM32G473 MCU is used.LIN communication worked well when using STM32F103, but after replacing only the MCU on the PCB board, LIN communication does not work.When the MCU was replaced, the HAL_Delay() function did not work,'#define USER_VECT_T...

SJ_KIM_1-1707280042462.png SJ_KIM_2-1707280063439.png
SJ_KIM by Associate
  • 942 Views
  • 3 replies
  • 0 kudos

Pitch, yaw and roll

Hello,i have used the library i aploaded to calculate roll, pitch and yaw.I am using MPU6050 with STM32F103C8 and KEIL IDE.For pitch and roll i get good results but i cann't get the result for yaw.I use kalman filter for that. 

hamo by Senior
  • 2009 Views
  • 4 replies
  • 1 kudos

UART interrupt reception issue in STM32G4

Hi,I am working with STM32G4.I am communicating with STM32G4 with other controller through  UART interrupt communication. The data is transmitting and receiving between stm32g4 and other mcu. Some times I am not receiving the data properly from other...