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! STM32C011 invalid temerature read by ADC

I've used CubeIDE 1.18.1 to create a small project based on a STM32C011F6. The ADC is configired thru Cube to read Vref+, temp sensor and another external voltage.Cube has therefore created an init function MX_ADC1_Init which is called at during star...

MWebj by Associate III
  • 49 Views
  • 1 replies
  • 0 kudos

STM32F3 GPIO Bit-banding question

Hello, I have purchased and used the NUCLEO-F303RE board. I am trying to control the LED (PA5) using bit-banding. With reference to the reference manual, I confirmed that the address of GPIOA starts from 0x48000000. Then, I found and read the PM0214 ...

giwonKIM by Associate III
  • 70 Views
  • 6 replies
  • 4 kudos

Resolved! STM32G070CBTx Multichannel ADC & DMA Config Help!

Hi everyone,I'm working on a multichannel ADC1 + DMA setup using an STM32G070CBTx MCU, and I'm running into an issue with buffer readings.My ADC configuration involves 8 channels mapped as follows:Joystick: ADC1_IN9 (Rank 1) and ADC1_IN10 (Rank 2)Bat...

image.png image.png

Programming and debbuging a STM32G474

Hello, I am developing a electronic card that is supposed to be used in an automated test bench. I'm using an STM32G474 to control the card. I have already created one iteration of the card but I realised I made a mistake.I wanted to use the bootload...

EliazLB by Associate III
  • 84 Views
  • 8 replies
  • 7 kudos

Clock source for USB HS on STM32H743BITx

Hello everyone,I’ve integrated USBX configured as a Mass Storage Class (MSC) device into my project, which uses the STM32H743BITx MCU. The project compiles successfully, and the system detects when a USB device is connected. However, enumeration fail...

massimoperdigo_0-1753170233224.png