STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Jump to bootloader from Azure RTOS

Hello,I'm having some issue going from my user code running azure RTOS to the bootloader. I'm using a STM32U599The code I'm using is the following, you can find online: void JumpToBootloader(void){uint32_t i=0;void (*SysMemBootJump)(void);/* Disable ...

STarlink by Associate
  • 432 Views
  • 1 replies
  • 0 kudos

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
  • 356 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
  • 386 Views
  • 1 replies
  • 1 kudos