STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 907 Views
  • 2 replies
  • 1 kudos

PWM no signal on TIM2 Channel1 and TIM3 Channel 1

I want to generate 6 PWMs using channel 1 of timers 1,8,2,3,4,5. All of them are set the same way except ARR, PSC and CCR1 registers. However, it turned out that timers 2 and 3 don't have PWM signal on their pins. The content of registers for those t...

Dan_Ko by Visitor
  • 35 Views
  • 0 replies
  • 0 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...

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 II
  • 595 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
  • 91 Views
  • 4 replies
  • 2 kudos

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

Resolved! How to load the external QSPI using USB-DFU method

HelloController - STM32H745We are using an external QSPI to store the application image. Currently we are flashing the image using JTAG and .stldr file as an argument to cmd ln utility STM32_Programmer_CLI.exe When I pull the boot0 pin HIGH I am able...

Madhav_1 by Associate II
  • 186 Views
  • 10 replies
  • 3 kudos