2019-05-23 02:37 AM
I am working on ethernet bootloader through TFTP for stm32f407.
If i use available ethernet bootloader from ST site which do not use HAL library, it works perfect.
If i generate code using stm32 cubemx which uses hal library, (tftp file is taken same as available on stm website) i am not able to write to flash. and bootloder doesnt work.
Kindly help.