Question
In-Application Programming over ethernet
Posted on July 16, 2018 at 14:24
Hi
I am using
STM32439I-EVAL
board. I want to program my board via ethernet. I searched and i could find an example in ST web site.I downloaded it and run it via IAR. In the main.h file there are 3 macros that called :
&sharpdefine USER_FLASH_FIRST_PAGE_ADDRESS 0x08010000
&sharpdefine USER_FLASH_LAST_PAGE_ADDRESS 0x080E0000&sharpdefine USER_FLASH_END_ADDRESS 0x080FFFFFI set these macros like above but the example doesn't work!
please help me how to set these macrose ...
#in-application-programming-over-ethernet #stm32-ethernet-bootloader