• OVERLAY
    I am using the OVERLAY directive as following: OVERLAY(func0 ! *,func1 ! *,func2 ! *,func3 ! *,func4 ! *,func5 ! *) to Excludes the functions from overlay analysis and locates its data and bit segments...
  • OVERLAY
    Is it possible to do NOOVERLAY for XDATA and do OVERLAY for DATA. Thanks, Goran
  • OVERLAY
    Hi, I have two threads interrupt and main thread. currently, i'm using NOOVERLAY. In order to save space in the RAM, i want to overlay data between functions, BUT I want that the interrupt will...
  • overlay
    Hello, we are working on a C51 project using code banking with 2 code banks(105k code) This is the map file generated for my compiled project... TYPE BASE LENGTH RELOCATION SEGMENT NAME...
  • OVERLAY issues
    hello, everyone: I have 2 C functions, 10 bytes DATA local variable for each, and the 2 DATA segments(?DT?func1?main, ?DT?func2?main)can be conbined by BL51 as _DATA_GROUP_ but when I use "#pragma src...