Skip to main content
Lead
June 15, 2022
Question

STM32F407VBTx with firmware 1.26.2 package - Ping won't work with firmware 1.27.0

  • June 15, 2022
  • 1 reply
  • 713 views

I have the STM32F407VGTx processor and I have issues with the LwIP Ping when I'm using firmware 1.27.0.

I was told by some one that firmware 1.27.0 for STM32F407VGTx processor contains a lot of bugs and he recommended me 1.26.2 firmware instead.

But when I create a new project fo my processor, then I cannot select firmware 1.26.2. Instead it chooses 1.27.0 for me and download it. It seems that the processor STM32F407VGTx only can be used with 1.27.0 and not 1.26.2?

Question:

Can some one upload a STM32CubeIDE project for STM32F407VGTx with firmware 1.26.0 here so I can download it? I need to make sure that ping is working.

This topic has been closed for replies.

1 reply

KnarfB
Super User
June 16, 2022

Use STM32CubeMX for that. First Intall the required FW package (Alt+U). When creating the project, in the Project Manager unselect "Use Default FW" and browse to the 1.26.2..

Btw: all firmwares are avail. online https://github.com/STMicroelectronics/STM32CubeF4/

hth

KnarfB