STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Custom I2C pins on STM32F103

Hello,I would like to implement an I2C master on an STM32F103. It's pretty straightforward to select the IO's using cubeMX and to generate the code, but I don't want to use either of the available pins for I2C (PB7,PB6 or PB9,PB8). I need to use PB5 ...

MDao.1 by Associate II
  • 1334 Views
  • 3 replies
  • 0 kudos

Resolved! Understanding Flash Operations

Hello,I'm developing on an STM32F207 (datasheet). I am attempting to modify a couple of the internal Flash sectors (the 128kB sectors 10 & 11 to be specific). I'm trying to figure out how to do this in a way that will not block the CPU. Let's say I'm...

Anvi by Associate III
  • 1229 Views
  • 2 replies
  • 1 kudos

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
  • 456 Views
  • 0 replies
  • 0 kudos