STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL library error for I2C mode EEPROM

After updating the i2c library to the latest version, I got a write error. After reverting the library to the previous version, the error went away and the location where the error was returned is:stm32f3xx_hal_i2c.c / I2C_IsErrorOccurred()Line 7255I...

JChoi.6 by Associate II
  • 763 Views
  • 5 replies
  • 0 kudos

Resolved! STM32 LWIP FreeRTOS

HelloThis is my first post on the forum, always a happy reader in the past and happy STM32 user as well!Now I want to go a bit further then the standard IO and control. I want to implement LWIP + FreeRTOS with a STM32F7. And yes, the fresh generated ...

JDWBE by Associate II
  • 1029 Views
  • 3 replies
  • 4 kudos

Resolved! #define LAN8742A_PHY_ADDRESS

Posted on April 15, 2017 at 13:11This bug has been reported before, but has survived a couple of cube version bumps.STM32CubeMX 4.20.1 and f7_cube 1.6.1in stm32f7xx_hal_conf.h it defines the PHY address incorrectly#define LAN8742A_PHY_ADDRESS       ...

LWIP Using ICache on STM32H723

Dear all,I'm running the LWIP on a STM32H723 processor and need to enable the ICache and DCache within CubeMX. I'm also using DHCP which will only work when both caches are enabled. When I disable the ICache DHCP will timeout? UDP stop working after ...

wh by Associate III
  • 1189 Views
  • 5 replies
  • 1 kudos