STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

creating screens for the STM32L053 Discovery Board

Posted on October 07, 2017 at 07:41Is there a utility program available that enables one to create custom screens for the STM32L053 Discover Board? I've looked at a couple of demo programs for the E-Paper display and see that the graphics elements a...

STM32F4xx + UART1 DMA + UART2

Posted on August 04, 2017 at 15:16hi,i have STM32F401 with uart1 configurate in DMA and i would like to add uart2 (in DMA or not)is it possible to do it?how i manage the IT flag?UART1 DMA, call fct :void HAL_UART_TxCpltCallback(UART_HandleTypeDef *U...

DMA uart transfers

Posted on January 27, 2017 at 20:06I have been thrust into a situation where I realize I am in over my head. Eventually I think I will figure it out but could use a leg up with this STM32F437 device. I know little about it and especially it’s dma.Th...

John Hite by Associate III
  • 237 Views
  • 6 replies
  • 0 kudos

STM32F4 + OV9655

Posted on October 03, 2017 at 20:25Hello, fellow developersI am using STM32F4 Discovery board with OV9655 camera module. I use the sample codes given and everything works all right. Right now, I am going to tune the qualities of the camera images, s...

Eric Lin by Associate II
  • 200 Views
  • 2 replies
  • 0 kudos

STM32F407 change to 25MHz usart3 baud rate problem

Posted on October 05, 2017 at 15:38Hi all,I am using STM32F407VET6 with 25MHz crystal by STM32Cube_FW_F4_V1.16. I have changed HSE_VALUE to 25000000 in system_stm32f4xx.c and RCC_OscInitStruct.PLL.PLLM = 25 in SystemClock_Config main.c, but I found ...

0690X00000608HKQAY.png 0690X0000060488QAA.jpg

Why does HAL_UART_Receive keep crashing?

Posted on September 26, 2017 at 13:32Hi. Can someone please help me see where I am going wrong? The program will transmit the UART message but crashes when it gets to the 'HAL_UART_Receive' function. I am using the STM32F746 Discovery Board.UART_Han...