2016-06-16 01:22 AM
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,Martin2016-06-16 02:36 AM
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.2016-06-16 02:57 AM
Hi Martin,
Thank you for your feedback. The issue has been reported internally.-Syrine-