STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB PD change voltage during active contract

Dear ST Community, I have a working application for USB PD SPR and EPR and now I want to change the voltage (power profile) during an active contract.So e.g. I have 5V currently and want to request 9V from the source, or I have 20V currently and want...

abtq by Associate II
  • 517 Views
  • 6 replies
  • 1 kudos

Resolved! STM32H503 I2C communication speed on I3C bus.

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code. Hello! I connect one I2C target and one I3C target device...

GH502_0-1762333926524.png
GH502 by Associate II
  • 242 Views
  • 5 replies
  • 1 kudos

Resolved! STM32H7 : ADC DMA Multichannels only read rank1

Hi,Im new to STM and trying to use 1 adc with DMA with 2 input and reading value.Board :STM32H753XI  EVALADC 1 :INP0 rank 1INP1 rank 2Functions : void adc_dma_multi(void)void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) Results :I tried to swap ...

HugoSTM32_0-1762428785275.png
HugoSTM32 by Associate III
  • 182 Views
  • 2 replies
  • 1 kudos

Resolved! Problem with PWM + DMA on a STM32L431

Hello, I have a problem with a STM32L431CC generating a circular PWM burst with the DMA. I am using the Timer1 to generate 4 PWM signals on the Pins PA8, PA9, PA10, PA11. The systemclock of the Timer 1 is 80 MHz. The frequency of the PWM signal shoul...

patmar_0-1762442802844.png
patmar by Associate
  • 175 Views
  • 2 replies
  • 1 kudos

FDCAN->CKDIV vs FDCAN_CONFIG->CKDIV

rm0456 describes CKDIV belonging to the FDCAN register structure, However the actual header in the cmsis_device_u5 repo make it a member of the FDCAN_Config_TypeDef. This is missleading!   Probably FDCAN_Config_TypeDef. is some structure found in the...