I wanted to assign specific address to bootloader code and application code for STM8(64k).
12k flash memory reserved for Bootloader and rest (52K) want reserve for application. Getting section placement failed error.linker file....define memory with size = 16M;define region TinyData = [from 0x00 to 0xFF];define region NearData = [from 0x00...