• OVERLAY
    hello ! in fact i want to place 2 section with overlay technique on a CORTEX M0 but always i face a hardfault , please is there any tricks on how i should use the overlay manager or what
  • OVERLAY
    Is it possible to do NOOVERLAY for XDATA and do OVERLAY for DATA. Thanks, Goran
  • 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
    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
    hello ! in fact i want to place 2 section with overlay technique on a CORTEX M0 but always i face a hardfault , please is there any tricks on how i should use the overlay manager or what