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

STM32G070 ADC with DMA error

I configured ADC with DMA for 5 channels.but converted values are wrong. Last channel value stored in First in the buffer and First channel value copied to remaining buffer static void MX_ADC1_Init(void) { ADC_ChannelConfTypeDef sConfig = {0}; /*...

0693W00000NsgmMQAR.jpg
HPATH.1 by Associate II
  • 596 Views
  • 1 replies
  • 0 kudos

Resolved! Use a QSPI PSRAM chip with STM32L452xxx?

I'm new to STM32s and I want to verify that I can put a Quad-SPI PSRAM chip (or SRAM, DRAM, etc) on the Quad-SPI interface and have everything work? From what I have read it seems like it will work, but everything seems to refer to using FLASH memori...

SKarl.19 by Associate II
  • 1022 Views
  • 1 replies
  • 0 kudos

Resolved! How to change periode using timer DMA PWM?

I watched a tutorial using this code: pwmData[0] = 10; pwmData[1] = 20; pwmData[2] = 30; pwmData[3] = 40; pwmData[4] = 50; pwmData[5] = 60; pwmData[6] = 70; pwmData[7] = 80; pwmData[8] = 90; pwmData[9] = 100;   HAL_TIM_PWM_Start_...

YSall.1 by Senior
  • 795 Views
  • 3 replies
  • 0 kudos

configuration du filtre CAN

Bonjoujr,Je veux configurer la réception CAN en filtrant les messages via le mecanisme FIFO0/1.Je veux filtrer les messages 00000001 et 00000002 via FIFO0 et 00000050 via FIFO1.Je ne comprends pas la logique des données à initialiser via la structure...

ABITT.1 by Associate III
  • 926 Views
  • 4 replies
  • 0 kudos

Bootloader won't branch to application program

Hi,I'm using a STM32G474VET6 with 2x256K flash size.My custom bootloader is located in Bank1, won't branch to application program.The PC counter value won't change when debugging to Jump_To_Application()FYI, when application code is:Optimized HIGH:St...

MAmem.1 by Associate III
  • 339 Views
  • 0 replies
  • 0 kudos