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
  • 337 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
  • 369 Views
  • 1 replies
  • 1 kudos