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

Resolved! I can't burn my STM32F103 CPU

Hi all,I have the CPU STM32F103 on board. I am using STM32CubeIDE for SW development and STM32CubeProgrammer for burning.On some point during development, I couldn't burn the CPU anymore - I get various types of error messages, like 'Can't erase the ...

Shony by Associate II
  • 2263 Views
  • 12 replies
  • 4 kudos

Couldn't debug via ST-Link

Hello,Just before I tried to debug STM32L052 via ST-Link but following error occurred.The error message is as following.It's strange that I could debug and run with same project yesterday and nothing is changed as for project.What is the problem and ...

curiae by Associate III
  • 705 Views
  • 1 replies
  • 0 kudos

PVD in VBAT MODE

HelloI am using STM32F103C8T6 microcontroller in my project and internal RTC is used with external 32.768Khz oscillator and CR2032 battery is connected to VBAT pin for RTC backup. RTC is working fine.In my application I am running timer which increme...

I2C and interrupts on SCL

Hi;I have a tlv493d magnetic encoder, with which I would like to communicate via i2c with an stm32f4 MCU. I can successfully initiate communication with this sensor via I2c, to perform an initial configuration of the sensor. I can verify this by way ...

Screenshot 2024-12-16 at 10.05.07 AM.png Screenshot 2024-12-16 at 10.10.32 AM.png
sb_st by Associate III
  • 1644 Views
  • 14 replies
  • 8 kudos

How to test GPIO interrupt handlers

We are developing software that uses GPIO interrupts.We would like to test if the GPIO interrupt handler is working properly, but is it possible to set the pin assigned to the GPIO interrupt High/Low in software?Is this only possible by inputting a s...