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

FreeRTOS + FAT fs support on STM32H573

 Hello Team,I have recently started working with STM32 microcontrollers, specifically the STM32H573.In my current project, I am utilizing FreeRTOS as the real-time operating system (RTOS). However, I need to incorporate support for the FAT file syste...

paras by Associate
  • 784 Views
  • 2 replies
  • 0 kudos

Ethernet is not working on STM32F107RB

Hi,I am using STM32F107RB MCU for my custom project, currently testing ethernet section. No ping is working and I don't see any data in wireshark.The Firmware package version is 1.7.0 and IDE version is 1.15.3.Could anyone suggest.Regards,NaveenK 

NaveenK by Associate II
  • 1397 Views
  • 5 replies
  • 0 kudos

Struggling to receive messages on SMBUS

I am studying the SMBUS stack code to understand how it works. My system has a smart battery. The battery periodically emits two messages intended for the charger (charging voltage and charging current). My software is the host. Sending commands to t...