STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use an external signal to trigger ADC on H755ZI?

 Hello,As the title says, I need to use the ADC's external trigger designator pin to trigger the transition. I have done the necessary steps on Cubemx but my code still cannot work.Looking forward to hearing from the forum.Thanks,HAILV /* USER CODE E...

_legacyfs_online_stmicro_images_0693W00000bhp5LQAQ.png
Ruồi by Associate III
  • 779 Views
  • 1 replies
  • 1 kudos

Resolved! Error in UM2861

at page 26 :"The X3 crystal has the following characteristics: 32.768 kHz"it should be X2 instead of X3

nicolas by Senior II
  • 889 Views
  • 2 replies
  • 1 kudos

Resolved! STM32G030K6T6 with PWM

Hi,I'm trying to configure the PWm with STM32G030K6T6. But pwm is not generate.below I given my code and i don't know where i made a mistake if any one know help me.RCC->IOPENR |= (RCC_IOPENR_GPIOAEN); // I/O port A clock enable GPIOA->MODER &= ~(...

Resolved! When downloading FW on the stm32L476ZGT EVAL,

When downloading FW on the stm32L476ZGT EVAL by using CubeIDE1.10.1ver, I faced with Error: Failed to download Segment[0], Error: Failed to download the File...,How can I solve these problems? Even I didn't write any code in there. Following is my Co...

Jlee.16 by Associate
  • 4826 Views
  • 4 replies
  • 0 kudos

How Best To Buffer/Receive This UART Data?

I need to receive a six-byte packet via the UART (using an STM32L010F4). There is a SOF and an EOF byte included in these six bytes. There could be long stretches when no data is sent, followed by a stream of these six-byte packets that are 5mS apart...

nobbyv77 by Associate II
  • 7760 Views
  • 4 replies
  • 0 kudos

Half duplex SPI 8 bits on STM32G491VCTx

Hello,For one of my projet, I need to use a Half Duplex SPI line in 8 bits in order to communicate with a sensor.When receiving the data, the sensor need a certain amount of time between each group of 8 bits, so I can't just use a 16 bits line.I trie...

Cvigo.1 by Associate
  • 653 Views
  • 1 replies
  • 0 kudos