Question
bootloader and atollic
Posted on September 05, 2013 at 17:11
Hello,
I work on the bootloader IAP_ethernet from ST.I use the TFTP transfer.When I use the image ''Ethernet_IAP_STM3240 \ binary \ STM324xG_EVAL_SysTick.bin'' provided in the example AN3376, it works correctly.When I use the same project compiled by myself, the program does not start.But I have changed the settings to build:# define VECT_TAB_OFFSET 0x10000 in system_stmf4xx.sFLASH (rx): ORIGIN = 0x08010000, LENGTH = 1024K in stm32f4_flash.ldThe compilation is done well with the offset. I do not have too many ideas where to look.I'm on atollic 3.3.Thank you for your time.