STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

STM32G030 - FLASH - Fail to use FLASH_Program_Fast

Hi!I am using STMCube IDE and a STM32G030F6I am trying to implement a code that writes variables to the flash. And I was able to make it work, with some limitations...THIS CODE WORKSunion  {  uint8_t regs[6];  uint64_t data;  } mem;    uint64_t *my...

arthhh by Associate II
  • 1128 Views
  • 2 replies
  • 1 kudos

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
  • 1082 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...

Resolved! CAN TX

Hi all Can You provide me a correct code for how we can transfer TX frame using HAL . please check my code below . Issue what I am facing in my code is only I am seeing first ID data even data and ID are correctly stored inside buffer. Please guide m...

Ash1 by Associate III
  • 2372 Views
  • 18 replies
  • 2 kudos

[STM32G431] Programming issue

Hello,I am facing big issue to program STM32G431 on custom boards. The issue appears on two different designs.I am using ST-Link V3 through SWD to program the device as I do usually but it is really hard to get the connection.I have tested 3 differen...

BBute1_1-1734971538959.png BBute1_0-1734971522704.png
BBute.1 by Associate II
  • 467 Views
  • 4 replies
  • 2 kudos

Resolved! STM32N6 H264 encoder motion vectors

Hello, I've been reading the reference manual for the STM32N6 and it's video encoder. There does not seem to be any registers that point to a region where the motion vectors are calculated, nor a memory map for the SRAM region mapped for the peripher...