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

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
  • 1716 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...