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! Internal temperature sensor maximum sample rate specification for the stm32l4 series?

The ADC counts returned by the internal temperature sensor appear to depend on the sampling frequency.  In other words, it looks like the temperature sensor can be read too fast (with or without oversampling) to give incorrect temperature readings.  ...

UART DMA and SPI DMA problems on STM32G0B0

Hi all,I have an system that reads data form an external ADC via SPI DMA, i send the StartConversion CMD and when it's done i get and IRQ so i can read the register. I also have an UART communication that polls every 2sec for the new data, I have the...

PieterInHetBos_0-1690462554611.png PieterInHetBos_5-1690462665926.png PieterInHetBos_2-1690462602722.png PieterInHetBos_6-1690462685844.png

Resolved! STM32G0B0 ROM Bootloader USB DFU

Hi,I have been able to use the option bytes to configure the Nucleo-G0B1RE to jump straight into the ROM bootloader on powerup and I can see the DFU on Cube Programmer, however on our target board with a G0B0 using the same user option bytes settings...

SageTech by Associate
  • 1823 Views
  • 1 replies
  • 0 kudos

Resolved! In Clock Source BYPASS mode, can we use the OSC_OUT as GPIO?

Hello Community,We are using MEMS OScillator for the clock source for STM32G474 MCU. And are unsure if we can use the OSC_OUT pin as a GPIO pin when using the MCU in Clock Source BYPASS mode.The datasheet mentions we can, I, however, would like to co...

Chubs by Senior
  • 2477 Views
  • 6 replies
  • 3 kudos

How to configure AHB and APB for STOP Mode on STM32L4?

Hi,I was following @Laurids_PETERSEN post on his low power ThreadX example (Part 2 ThreadX Low power Project ). I noticed his sample code, Snippet 11 on Enter Low Power mode configured the APB ENR, AHB ENR in RUN mode and then disabled all the periph...

MD'Si.1 by Associate III
  • 1744 Views
  • 1 replies
  • 0 kudos

Multi ADC READ

I am trying to read Analog voltage from two different channel one is mains supply and another is battery voltage.But I am getting both values same in live expression window.Does my config wong.Pls helpvoid ADC_Mains(void) { ADC_ChannelConfTypeDef s...

meena by Associate III
  • 1783 Views
  • 1 replies
  • 0 kudos

stm32 pwm intrupt / hal handler

hello i m using tim1 to generate pwm and using center alligned mode 1 , timer go to 0 to 1800 then 1800 to zero for one pwm cycle and generate 2 intrrupts HAL_TIM_Base_Start_IT(&htim1); //intrrupt i am using//handler is void HAL_TIM_PeriodElapsedCall...

ahmash by Associate II
  • 664 Views
  • 1 replies
  • 0 kudos

Resolved! GPIO, ADC and DAC not simultaneous

I am using stm32 g071 and what I have done in the code is to toggle pin and send the value through adc and finally output through dac. Theoretically, the GPIO output and DAC output should be simultaneous but due to processing time and all, there will...

Screenshot (48).png
RShre.2 by Associate III
  • 3199 Views
  • 13 replies
  • 1 kudos

Resolved! FDCAN problems on STM32G4

 I am developing a new project for the STM32G474 processor using the STM32G474E-EVAL1 board but am having a problem with FDCAN. I have two issues:1. I configure FDCAN and use the function HAL_FDCAN_AddMessageToTxFifoQ but the queue quickly fills up a...

RickN by Associate
  • 5306 Views
  • 3 replies
  • 1 kudos