cancel
Showing results for 
Search instead for 
Did you mean: 

Error in AN3968 STM32F4x7 In-Application Programming

Posted on June 16, 2016 at 10:22

Hi,

I have found some errors in the IAP over Ethernet example.

I don't know it this forum is the right place to inform ST about errors, is there a better way to do so?

Here are the issues:

- stm32f4x7_eth.c line 299: assert_param(IS_ETH_PROMISCIOUS_MODE  must be IS_ETH_PROMISCUOUS_MODE 

- stm32f4x7_eth.h line 542: #define IS_ETH_PHY_REG(REG): Registers PHY_MICR and PHY_MISR are missing

- It would be nice if the example would be adapted to the latest lwIP version, it is still using v1.3.2. Also the Standard peripheral library is at version 1.0.0. 

Does an updated version of IAP other ethernet exist somewhere?

Regards,

Martin
2 REPLIES 2
Posted on June 16, 2016 at 11:36

I suspect the purpose of the examples is to demonstrate the concept rather than merge in the latest build of everything, especially external libraries, each time those change. The bulk of the changes in the SPL are to handle things other than the F407

The engineer(s) who coded this have been assigned to other tasks now, using different hardware and libraries.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Nesrine M_O
Lead II
Posted on June 16, 2016 at 11:57

Hi Martin,

Thank you for your feedback. The issue has been reported internally.

-Syrine-