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

STM32H7 - UART DMA working only in debug mode

dear all, my STM32H7 based project implements three DMA streams, one for a SAI peripheral, a second one for the ADCs and the third one for UART comm.static void MX_DMA_Init(void) { /* DMA controller clock enable */ __HAL_RCC_DMA1_CLK_ENABLE(); /* DMA...

Mdi c by Associate III
  • 576 Views
  • 3 replies
  • 1 kudos

timer interrupt issue

we are using the stm32f7508-dk board , we added  one function in while and timer 3 interrupt enabled  in that code .when debugging the code continuously its going to  interrupt , the code in while function executing if i add break points. i f i remov...

kishor by Associate II
  • 255 Views
  • 1 replies
  • 0 kudos

Resolved! HSE UART issue

Hello STM32 Team.I using uart1,3,6 setting for baud rate 115200,Uart3 setting is it. huart3.Instance = USART3; huart3.Init.BaudRate = 115200; huart3.Init.WordLength = UART_WORDLENGTH_8B; huart3.Init.StopBits = UART_STOPBITS_1; huart3.Init.Pa...

KOPRO_2-1702538010113.png KOPRO_0-1702537746382.png KOPRO_1-1702537868066.png
KOPRO by Associate III
  • 1283 Views
  • 10 replies
  • 3 kudos

Launching: Initializing debugger services

Dear all,I am new to STM32 development environment. I recently purchases STM32F407G-DISC1. I also purchased mini USB cable. When I connected the board to the PC, I can see that LD1 is on (RED). I can upgrade the driver for ST-Link as well. So, I am a...

demir by Senior II
  • 5028 Views
  • 11 replies
  • 1 kudos
Labels