2011-11-19 04:52 AM
Hello ,
We have a Cosmic compiler for STM8A:I would like to define the sections for .text in .lkf
BB_SEG from 0x8080 to 0xAFFF CB_SEG from 0xD000 to 0x1f000 and BB_RAM from 0x100 to 0x200 CB_RAM from 0x250 to 0x500I could not see any example for defining the text section in Manuals.
I would like to use them in; #prgma section(BB_RAM) uint8 x; #pragma section(BB_SEG) void Hello1() { } Thanks and Regards, Shashikanth2011-11-20 09:25 AM