STM32 MCUs Products

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
  • 1803 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
  • 762 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
  • 2036 Views
  • 10 replies
  • 0 kudos

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