please help me when i try to fill code section with "0xDEADBEEF" and then by help of bootloader i flash the mcu then it's not working.
but without fill its working fine.
the fill code i have written in linker file.
.fill :
{
FILL(0xDEADBEEF);
. = ORIGIN(m_text) + LENGTH(m_text) - 1;
BYTE(0xAA)
___ROM_AT = .;
} > m_text
Hi,
well, it's hard to say with s-record only what can be wrong. It is possible share your project? When I run both versions - both ends in some loop around 0x3F0E address and never skips out from it.
Jiri