STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Regarding STM32F030 HAL_UART_ERROR_FE

I have configured the STM32F030 with DMA for RX, and when sending 0x05 from a PC, I observed 0x7d on the debugger. Upon checking HAL_UART_GetError() during reception, it showed HAL_UART_ERROR_FE. I am unsure about the cause of this issue. Could you p...

Resolved! Struggling with USART1/LIN interrupts on STM32F3

I have a design using USART1 on an STM32F3 as a LIN slave receiver using the old standard peripheral drivers from ST Micro.  The code is too much to post here, but I have LIN Break Detect and RX Not Empty interrupts enabled, and for some reason under...

Dazai_1-1722377807126.png Dazai_0-1722377778121.png Dazai_2-1722377884096.png
Dazai by Associate III
  • 227 Views
  • 1 replies
  • 0 kudos

Resolved! Switching from FDCAN mode to UART mode

Hi,  i am using STM32H753z  i try to switching FDCAN GPIO is PD0, PD1  to UART tx and rx (same pins)now i changed FDCAN to UART tx side  is fine but in Rx side  i face issue ( no data is receiving to receive buffer).     #define CAN_AFR 0x99 #define ...

Naresh_ by Associate III
  • 547 Views
  • 9 replies
  • 0 kudos

Resolved! UART loop in STM32H753

Hi    i am receive data using UART 4 and transfer same data back like loopback but data is mismatch.  same process in stm32f207 is working,    #include "main.h" UART_HandleTypeDef huart4; void SystemClock_Config(void); static void MX_GPIO_Init(vo...

Naresh_ by Associate III
  • 626 Views
  • 7 replies
  • 1 kudos

STM32F103 UART and USART clock configuration

I am working on a project that uses STM32F103 and STM32G4 as MCUs. They need to communicate between each other using UART. I am trying to configure STM32F103 UART clocks to match the STM32G4's clocks but I have not been able to figure out where to do...

IvanOrot by Associate II
  • 423 Views
  • 6 replies
  • 1 kudos

STM32 UART only working with debugger

Hi,I am working with STM32g491re custom board. With UART communication our STM32 and other MCU communicating.After flashing the firmware with debugger both boards are communicating properly but once power off & on If other board sends the data stm32 ...

Labels