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

STM32F446RE: can't call function in RAM

If I try to put a method in the .data section using the below code, the microcontroller hangs when I try to call it. Is it a wrong way?(When I check in the disassembly it appears indeed in the RAM)__attribute__((long_call, section(".data"))) void my_...

STM32G071 errata section 2.25 prevent me to write flash

I want to migrate from STM32F030 to STM32G071. Please tell me if errata section 2.25 (Overwriting with all zeros a Flash memory location previously programmed with all ones fails) could affect my custom bootloader or flash save functions from main...

ABurc.2 by Associate
  • 485 Views
  • 0 replies
  • 0 kudos

Phase shifted pwm using stm32f103

I am trying to build a current fed push pull DC DC converter. This requires two waveforms with duty cycle greater than 50% and phase difference of 180 dergrees. I would like to know the possible ways of achieving this. I have tried using output toggl...

MAbba.8 by Associate II
  • 1089 Views
  • 4 replies
  • 0 kudos