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

Resolved! STM32F103C8T6 PWM Generation

How to generate PWM so that the LED lights up for 5 seconds? Now, my LED is just blinking. I watched a lot of tutorials, but I don't know where I'm wrong. I need help...My code: #include "stm32f10x.h" #include "stm32f10x_gpio.h" #include "stm32f10x_r...

Resolved! HOW to set resolution in ADC for STM32F103VBTx

I am working on STM32F103VBTx ADC. I am using HAL drivers. I dont find the setting where I can set the resolution. In old HAL drivers we had "hadc1.Init.Resolution = ADC_RESOLUTION_12B;" this field to set resolution. But in new drivers I dont find th...

sne_123 by Associate III
  • 2300 Views
  • 3 replies
  • 0 kudos

Resolved! How to divide word variable into 2x halfword?

Hi? I set my ADC1&2 in simultanous mode. I write these 2 data halfword to 1 - 32 bit variable word.​How can I divi​de this 32 bit variable into 2 separate variables? To get values of ADC1 and ADC2 separate?​ADC is 12 bit.​Thank You :)

oeliks by Senior
  • 2445 Views
  • 13 replies
  • 0 kudos

TouchGFX Designer, only Simulator as Application Template.

Hi,I was following the tutorial below:https://touchgfx.zendesk.com/hc/en-us/articles/205443722-Step-1-Setting-a-background-ImageAccording to the tutorial there should be the application template for the STM32F746G Discovery Kit. But the TouchGFX Des...

Asantos by Senior
  • 483 Views
  • 1 replies
  • 0 kudos

Why stm32 usb msc not work with freertos?

I use STM32746G-Discovery to learn usb msc.I copied STM32Cube_FW_F7_V1.15.0\Projects\STM32746G-Discovery\Applications\USB_Device\MSC_Standalone and it works fine.but when i use Freertos to drive msc, the PC popup a dialog that the device can't be re...

Is the STM32H743VIH6 VDDLDO pin connected internally to VDD?

The STM32H742xI/G STM32H743xI/G data sheet (DS12110 Rev 7) implies VDDLDO can be supplied separately from VDD. “When it is not available on a package, the VDDLDO pin is internally tied to VDD.�? And “VDDLDO ≤ VDD�?. However, on the STM32H743VIH6, VDD...

AMacI.1 by Associate II
  • 670 Views
  • 0 replies
  • 1 kudos

HAL_UART_Receive_IT

Hi there!I hope someone can help me. Afther a couple of years i start again to program the STM32 microcontroller (STM32F051). I need the use a UART for trasmit and receive data. For the trasmission no problem work weel ( i use the interrup HAL functi...

SGian.1 by Senior
  • 1389 Views
  • 5 replies
  • 1 kudos