Hi, I am building K60 bootloader project with FNET 4.7.1 and as per document bootloader size should nt be more than 60kB. Text section in linker file is written as m_text (RX) : ORIGIN = 0x00000410, LENGTH = 0x0007F3F0 / Original 0x0007FBF0 / length should be 60kB or not ? Please correct me if I am wrong. But after build size output is also greater than 60k: arm-none-eabi-size --format=berkeley shell_boot_twrk60d100m.elf text data bss dec hex filename 64404 988 97436 162828 27c0c shell_boot_twrk60d100m.elf...
Hi, I am building K60 bootloader project with FNET 4.7.1 and as per document bootloader size should nt be more than 60kB. But after build size output is: arm-none-eabi-size --format=berkeley shell_boot_twrk60d100m.elf text data bss dec hex filename 64404 988 97436 162828 27c0c shell_boot_twrk60d100m.elf can anybody explain.