STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

start code execution problem with MX_LWIP_Init

HiI add ethernet communication to my program with STM32CubeMx and I just compiled and run it. I have a problem:if I disconnect Jlink the board I have a ping error. but I run the code with 3 times click on run in MDK-ARM the board will ping.I also try...

S_bgh99 by Associate III
  • 1902 Views
  • 8 replies
  • 0 kudos

Resolved! CubeMX LWIP ethernet_link_thread bug

I am using stm32f407zg board with DP83848 ethernet PHY chip. CubeMX generates code with LWIP for FreeRTOS. App used to answer ping successfully when it starts with connected eth cable only and stops after its reconnecting. After some investigation i ...

el_d by Associate II
  • 4156 Views
  • 10 replies
  • 4 kudos

LwIP + FreeRTOS not working on STM32F746

Hello folks!I have a STM32F746 MCU on my custom board and I'm trying to get the LwIP + FreeRTOS stack to work, especially the netconn tcp_echo_server example. It's not a hardware related problem, because the same HW has been used on another board (ST...

RCont.1 by Associate II
  • 1789 Views
  • 11 replies
  • 0 kudos

cubemx lan8742a auto negotiation fail

Hi everyone, im using stm32f746zgt with lan8742a phy. i manage settings on cubemx. when i set speed and duplex with manually like a 100mbps full duplex my system works well. but when i change it to auto negotiation it returns with timeout. It crashes...