cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F40G-EVAL Ethernet Lwip IAP application

bhatia
Associate
Posted on October 30, 2015 at 20:20

Hello,

I am trying to implement the LWIP_IAP application on the STM32f40g EVAL board. After compiling the project, the program size turns out to be as follows.

Program Size: Code=28150 RO-data=3114 RW-data=260 ZI-data=43612 

I have attached the map file for reference.

1.What should I define my

''USER_FLASH_FIRST_PAGE_ADDRESS'' in the main.h file. I have defined it as

0x08060000 currently, is that correct? or do I need to define something else?

2.Also, I have used all the default jumper settings, so I am currently using MII mode. If, I want to use RMII mode, do I need to make some software changes?

 Please help!

#flash #lwip #stm32f40geval
1 REPLY 1
Posted on October 30, 2015 at 22:11

1) Seems sufficiently far away from where the app ends.

2) There's probably a define in main.h something like RMII_MODE vs MII_MODE, and stuff gets initialized in ETH_GPIO_Config(). Grep source on SYSCFG_ETH_MediaInterfaceConfig()

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..