STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 762 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
  • 612 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
  • 774 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
  • 271 Views
  • 0 replies
  • 0 kudos

Resolved! Dual bank issue on stm32G0B1RCT6

Recently I went from a stm32G0B1RET6 (512kB flash in dual bank) to a stm32G0B1RCT6 (256kB flash in dual bank) and I came across a strange behaviour (at least to me). The Firmware I work on is approximately 180kB in size, which means it can be stored ...

TSÉNA.1 by Associate II
  • 2559 Views
  • 6 replies
  • 1 kudos