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

DMA transfer

I want to ask for serial line is there any limitation os using DMA transfer for slow periodc data??Thanks in advance for any help.

Jl.1 by Associate II
  • 522 Views
  • 4 replies
  • 0 kudos

Resolved! How to ensure UART transmits data every second ?

Hi,I am using STM32L0 MCUI am using HAL_USART_TRANSMIT function to send data to a computerI am using Timer interrupt to ensure that UART transmits data every secondBut when i see log on computer ,its not exactly 1 sec, and this change also varies wit...

SA.17 by Associate III
  • 1367 Views
  • 10 replies
  • 0 kudos

Where can i find source code/examples for STWBC uC?

I've searched through the internet but i'm not able to find any firmware or source for coding the STWBC, atleast a few examples on how to do it. STM provides a binary as firmware to download and use it directly on the evaluation board. But i want to ...

SShow.1 by Associate II
  • 379 Views
  • 1 replies
  • 0 kudos

Problems with timers and LEDS in NUCLEO G031K8

I'm having a problem where I'm controlling 9 LEDs with timers. Whenever I enter stand-by mode, the LEDs turn on/stay on. I want them to turn off. I can shut them down before stand-by mode but as I enter, they turn on. I've tried switching timers in...

0693W000001cZusQAE.png 0693W000001cZunQAE.png
varo1111 by Associate II
  • 283 Views
  • 1 replies
  • 0 kudos

STM32F4 SPI Slave problems (wrong transmission)

Hello,I'm struggling to get the SPI Slave on my STM32F4 running. I send 9 Byte from the master every 1ms with soft NSS: HAL_GPIO_WritePin( MCU_CS_GPIO_Port, MCU_CS_Pin, GPIO_PIN_RESET ); SPISlaveTXdata[0] = frameCounter++; SPISlaveTXdata[1] = sys_g...

0693W000001cYd2QAE.png 0693W000001cYeAQAU.png
KR51K by Associate III
  • 383 Views
  • 2 replies
  • 0 kudos