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

hi guys, I've been trying to write to internal flash for the last two weeks, and unfortunately, I didn't manage to do so. I worked with the function I have from the library and read in the manual.

tst= 0x121212121212HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD,0x8000000,tst); the address i took from the manual as well. i cant understand whats going on, please help me.thanks a lot

0693W000001cO3YQAU.png
Gbasi.1 by Associate II
  • 2325 Views
  • 18 replies
  • 0 kudos

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
  • 908 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
  • 2457 Views
  • 10 replies
  • 0 kudos

stm32F103 uart2 Tx dma transmission doesn't Works corretly

I am using the stm32f103 and trying to display a text on a screen via DMA to the USART 2 device. I guess I will turn on the usart2 TX dma (DMAT) request when I need it and turn it off after the current transmission is complete (i.e. in the DMA1_Chann...

Positive Feedback: Resources now also list datasheet!

as I proposed some time ago, now products->Mikrocontrollers->Resources lists also datasheets. That way, one does not have to check the individual product pages for datasheet updates.Some other proposal however is still pending:List the documents newe...

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
  • 779 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
  • 578 Views
  • 1 replies
  • 0 kudos