Difference of program flash using STM32 Programmer and using Tftpd64
Hello,
I am using custom hardware of STM32F207ZG.I have created custom bootloader and one simple application.
Bootloader start address of flash location is 0x8000000.
Application start address of flash location is 0x8040000.
From the ethernet i am trying to program application into flash memory using tftpd64.exe and using FTP i am writing flash memory location from 0x8040000.
My question is if i program same application .elf file from STM32 Programmer,it runs well.
But if i write same application .elf file using TFTPD64.exe on same start location 0x8040000,it won't run.
Please suggest , if i missed something or need to do any modification.
