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

stm32F7 LL_drivers acknowledge interrupts

I combined 2 examples. USART3 I/O and SYSTICKS timer.When I receive a USART interrupt the Systicks stops working. There is a endless loop of interrupt calls of USART3. So I assume I didn't acknowledge the interrupt correctly. Only can't also find it...

Evan .1 by Associate II
  • 617 Views
  • 3 replies
  • 0 kudos

What is the maximum value of LPUART baudrate ?

Hi, I am using STM32L071 which has Low Power UART (LPUART) Communication. I want to try LPUART at the maximum baudrate, but what is the maximum value of LPUART baudrate ? is it the same as UART in generally ? based on datasheet, the maximum baudrate ...

Mahendra by Associate II
  • 572 Views
  • 1 replies
  • 0 kudos

Resolved! Debug problems using Optimization settings.

Hi everyone,I'm developing a new one project using STM32L031K6T MCU.It's mandatory to use a simple low cost device for massive production.Now flash memory is almost totally consumed.I'm tring to use compiling optimisations to reduce program dimension...

stm32f429 rcc pllcfgr pllsrc bit will not set

I am trying to set RCC->PLLCFGR |= PLLSRC after setting RCC->CR |= HSEON and waiting for HSERDY to be presented.I have tried this while with and without RCC->CR PLLON set.The device will run fine from either HSI or HSE, and I verified the speed is th...

JKell.1 by Associate
  • 687 Views
  • 3 replies
  • 0 kudos

SDMMC Issue with DMA Mode

Good Day! A stm32 micro newbie here.I just want to ask regarding my issue on my SDMMC.Currently working on accessing microSD through SDMMC interface with FatFS. When I disabled the "Use dma template" I don't have problem accessing the microSD. I have...

LLeco.1 by Associate
  • 346 Views
  • 0 replies
  • 0 kudos