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

Dfuse demo stuck at Download phase (0%) with STM32F070RB

Posted on April 15, 2018 at 19:55Hi,I am using STM32F070RB controller. I did not see DFU loader code for this controller in STM32Cube_FW_F0_V1.9.0 package. So, i have taken some other controllers project and created project for this controller. Afte...

0690X0000060Ab1QAE.png
Gowree K by Associate II
  • 1121 Views
  • 4 replies
  • 0 kudos

UART communication not working properly

Posted on April 20, 2018 at 12:29Hello, I am trying to cummunicate with device throught UART, but communication is not working reliably. I am trying to read data continuosly by transmitting request in infinite loop, but I receive incomplete or curru...

Noisy ADC Channels and UART issues

Posted on April 24, 2018 at 12:43Hello,I have a Nucleo STM32L476RG board. I am using it to read time varying ADC values from 3 channels of ADC1 (PC_0,PC_1,PC_2) and print them as a single comma separated string. Eg. 100,134,130.Here are a few detail...

0690X0000060AkwQAE.png 0690X0000060Al1QAE.png 0690X0000060Al6QAE.png 0690X0000060AhUQAU.png

STM32L4 uart wrong init order

Posted on April 24, 2018 at 11:01Hi Dev Team,I found a bug in the HAL_UART_Init function provided by the above library. The advanced features are applied with UART_AdvFeatureConfig after the standard features are applied with UART_SetConfig.I config...

HAL_UART_IRQHandler() calls UART_Receive_IT() on error in STM32CubeF1 Firmware Package V1.6.0 / 17-May-2017

Posted on April 24, 2018 at 10:41Configure UART with HAL_UART_Init() with some baudrate 'X' Start receiving with HAL_UART_Receive_IT(Size = 1) Send any frame with baudrate different than 'X'catch HAL_UART_RxCpltCallback() followed by HAL_UART_ErrorC...