STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ethernetif.c File and misra-c:2012 2.3 Issue(?)

In the ethernetif.c file,typedef enum{RX_ALLOC_OK = 0x00,RX_ALLOC_ERROR = 0x01} RxAllocStatusTypeDef; // Here, RxAllocStatusTypeDef type is not used.It says that RxAllocStatusTypeDef is not used, which violates misra-c:2012 2.3.Inferentially, this wo...

lovewar by Associate
  • 326 Views
  • 1 replies
  • 0 kudos

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
  • 390 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
  • 324 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
  • 349 Views
  • 1 replies
  • 1 kudos