STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

Use Timer DMA burst to update *another* timer

Hi all!I have a use case that seems like it's not supported. I have one timer (TIM3) running PWM with multiple channels, I would like to use a DMA burst to update the duty cycles of all channels and I have successfully done this by triggering on the ...

JNiel.1 by Associate II
  • 541 Views
  • 3 replies
  • 0 kudos

Build TrueStudio project from command line

Dear,I am not sure If I am in the right category, but Is there any way how to build TrueStudio Project from command line? Yes the TrueStudio can be launched, but the compile command has to be send from command line.Thank you for any help.Best regard...

JJRR by Senior
  • 407 Views
  • 1 replies
  • 1 kudos

Can i use GPIO pins in modbus.h and modbus.c?

Hi, i want to use GPIO pin in Modbus.h and Modbus.c file using stm32f103. But even if I mention header file in my Modbus.h the code is not working. it shows error.stm32f1xx_hal_gpio.h is the header file I included in Modbus.h. HAL _ GPIO _ Write Pi...

Lchal.1 by Associate II
  • 254 Views
  • 0 replies
  • 0 kudos

LPUART1 is not working in STM32L4R5ZI development kit?

Hi,I am new to ST controllers, I have an STM32L4R5ZI nucleo development board. By using STM32CubeMx I generated code for LPUART1 and in the main.c in the while loop I have added a "printf" statement, but I am not seeing anything on the UART terminal ...

Kpach.1 by Associate
  • 295 Views
  • 0 replies
  • 0 kudos

GDBserver and OpenOCD not getting installed

I want to try gdbserver and openOCD on CLI so as to compile and debug STM32 MCU Firmwares via CLI and to get an understanding of their work. But not able to get enough resources on the net for their installation as I am windows user and resources ava...

KGupt.1 by Associate III
  • 284 Views
  • 0 replies
  • 0 kudos

I2S Trasmit complete callback not called in circular mode

Hello,I am using Keil uVision 5 and I am using the STM32F4xxx_DFP 2.14 drivers.I want to configure my I2S peripheral in full duplex with DMA in circular mode, but I have this issue with the drivers:- the transmit/receive complete interrupt is called ...

AGhez by Associate III
  • 615 Views
  • 1 replies
  • 0 kudos