STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Doesn't Work Uart Interrupt

I can transmit data in this code, but I cannot receive data with an interrupt. Can you help me?Code:#include "main.h"#include "kibar_nextion.h"#include <string.h> UART_HandleTypeDef huart4;UART_HandleTypeDef huart3; uint8_t main_buffer[13];uint8_t pu...

SMBUS Stack Alert issues

Hi everyoneI have some issues using the X-CUBE SMBUS stack from ST.Issue 1:I have an issue with the alert response process. I am using 2 WB55 NUCLEO's. One is defined as host, the other is a device. Now when the device pulls alert signal low the mast...

image.png
VORDO by Associate
  • 600 Views
  • 1 replies
  • 1 kudos

Resolved! RCC warning with SDMMC1

I use NUCLEO-F722ZE and STM32CubeIDE.When I set SDMMC1 to SD 4bits wide bus, the RCC shows a warning “partly disabled conflict with : SDMMC1 : SD 4bits wide bus”. At this time, when I wrote a program on the board and operated it, “FR_DISK_ERR” occurr...

OLYMPIA by Associate
  • 735 Views
  • 1 replies
  • 0 kudos

Resolved! HAL_UARTEx_ReceiveToIdle_DMA() and LIN

Hi, I am working on STM32F1 family and implementing LIN communication. I found the function HAL_UARTEx_ReceiveToIdle_DMA() that is very useful to handle variable incoming data. But I have a problem that this function only works first time, but not ca...

st forum.png lin init.png lin init 2.png