STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

A question about UART interrupt

Posted on April 18, 2017 at 14:45In order to configure UART interrupt receive, I put HAL_UART_Receive_IT function in HAL_UART_RxCpltCallback.but it doesnt work. below is my callback code.void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){ uint8...

DMA questions

Posted on October 07, 2017 at 14:12Hi,I'm learning about stm32 MCU handling. stm32f0-discovery platform with stm32f072rb MCU.I have a questions about DMA.1. How to modify transfer direction? I try to modify DIR bit in CCMR1, but setting is rejected....

STM32 Writing to a Text File

Posted on October 03, 2017 at 20:40Hi,I am trying to write data to a text. The code is shown below. I am using STM32L152D board with Keil V5.When I exceute the code, nothing works at all.#include <stdio.h>main(){FILE *fp;fp = fopen('/tmp/test.txt', ...

ST-Link Utility ''Run Application'' from CLI?

Posted on October 04, 2017 at 19:31Our application (SensorTile L476) works well when programmed and run from our SWD programmer (Nucleo 476).  However, once untethered from SWD, if we disconnect and reconnect the battery, the CPU stays in Reset and ...

Resolved! How to speed up usart communication?

Posted on October 05, 2017 at 13:39The original post was too long to process during our migration. Please click on the attachment to read the original post.

Jakub B by Associate III
  • 1236 Views
  • 8 replies
  • 0 kudos

Resolved! [Documentation] UM1472 STM32F4DISCOVERY - Free I/O

Posted on March 07, 2017 at 16:12In UM1472 rev.5, Table 6. STM32 pin description versus board functions, the Free I/O column as it is now is dysfunctional.It has an interesting history: the pins respective to individual functions (including free) us...