Hello everyone,
I'm using an Ethernet bootloader and it works. I know this because I can successfully program the Blinky example and it runs. The problem comes
when I try to program my custom application. After the execute_user_code(); function is called I always get a HardFault handler.
I have made modifications to Target dialog tab by setting IROM1 start at 0x2000 and ticked the Linker tab with "Use Memory Layout from target dialog". Memory map file shows that
my code starts at address 0x2000.
Please help me. I don't know what to try next. I cannot find any difference between the provided Blinky example and my application and yet my application doesn't work.
Best regards.