STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C Slave hangs on low SCL signal

Posted on May 08, 2018 at 08:45Hello guys,I use the STM32F030R8 as I2C slave with clock stretching. It is able to receive and send data based on interrupts. The transmission of the slave to the master works as long as the master and the slave know t...

Resolved! STM32 Flash Write fail

Due to engineering requirements, the code is divided into two parts: USB DFU, including encrypted signature verification, and the APP code with header signature file. Currently, there is an attempt to rewrite the flash in the USB DFU orange section f...

螢幕擷取畫面 2023-11-10 112223.png
YJHUNG by Associate II
  • 833 Views
  • 2 replies
  • 3 kudos

Resolved! VREFBUF and STM32H563VI

I have VREFBUF configured for output to comparator on my board. I see this on MCU Vref+ pin...Is 1.2MHz waveform typical? Are capacitors on Vref+ expected to smooth? I looked for avg closer to 2.5v (VREFBUF_VOLTAGE_SCALE0). How close to 2.5v should t...

scope_39.png
mccabehm by Associate III
  • 1568 Views
  • 4 replies
  • 0 kudos

is there a need for early initialization, SystemInit ?

So the startup code first sets the stack pointer, and then jumps to SystemInit for early initialization, then copies the initial values of data and zeroes bss region and then kickstarts C startup. Is there anything hardware related that has to be don...

mete by Senior II
  • 1746 Views
  • 7 replies
  • 2 kudos

STM32H755 I2C RXNE not always set in Master Receive

Hi there,We use the I2C peripheral of the STM32H755ZI MCU. We operate the I2C in master mode and normally everything works perfectly.However, sometimes the SCL line is kept low for bit longer during an I2C read operation, using the HAL function "HAL_...

PAHA_0-1699620666580.png PAHA_1-1699621335935.png
PAHA by Associate II
  • 1659 Views
  • 0 replies
  • 0 kudos

Microcontroller debug unit on STM32H753

Hello, I'm having an issue to use the Microcontroller debug unit (DBGMCU) on STM32H753. I have got IWDG set up and working as expected and would like to have the IWDG frozen during debugging. I have set the DBG_IIWDG1 (bit 18) of register DBGMCU_APB4...

seb536 by Associate
  • 1502 Views
  • 1 replies
  • 0 kudos

for an inverter PWM -ADC -feedback -synching

What is the best meathd to of feedback method In sineinverter (like commercial) ?is it good by a forumal appling instead using look up rable .It saves the memoryIf i use look up tableconst unsigned char sin_table[416]={0, 16, 32, 47, 62, 77, 91, 103,...