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

STM32H743 runs in debug mode only

Hi, I have several boards with same issue. After weeks of tests when flashing boards using STLink suddenly the micro is not running except in SWD debug mode. Flash is properly programmed but the micro is not running. A complete flash erase (all sec...

DGall by Associate II
  • 1621 Views
  • 3 replies
  • 0 kudos

Error working with stm32f030?

In a project I need to use an eeprom, I download st-s eeprom library for stm32f0xx ( AN4061 ). The provided example in keil mdk v4 had no errors however after I imported the eeprom.h and .c file in my own project in keil mdk v5 I started having probl...

AJava.5 by Associate
  • 479 Views
  • 0 replies
  • 0 kudos

STM32F030C8 I2C1 in BUS_BUSY after first start pulse.

First I thouht that problem in code generation from Cube, rewrote all in CMSIS, but nothing changed. I2C using only as a "slave", but after generation "start" and sending addres (0x70) + write no interrupt flags is set. Where my mistake?Initialisatio...

Wanderer by Associate
  • 493 Views
  • 1 replies
  • 0 kudos

What is the least CPU intensive way to access the I2C bus?

I have tried using the HAL_I2C_Master_Transmit_DMA and HAL_I2C_Master_Receive_DMA functions to access an external I2C slave but I find that this takes a fair amount of processing time. I am using a STM32L476R M4 core device. Using a GPIO I measure th...

BCrow.1 by Associate II
  • 902 Views
  • 4 replies
  • 0 kudos