STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SMBUS STACK_SMBUS_ExecuteCommand on device

Hello everyoneI do not understand how to use the STACK_SMBUS_ExecuteCommand callback function provided by the SMBUS stack (See picture below). The function is called either in receiving data or transmitting data (from the device point of view). Due t...

image.png
VORDO by Associate
  • 455 Views
  • 1 replies
  • 0 kudos

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
  • 494 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
  • 656 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