• Improper Data overlay
    Hi, In out project, there are function calls like this, A->B->C, A->D->C. It's found from the map file that, DATA area of C is 0052H - 0056H while DATA area of D is 0056H. So the value will be overwrite...
  • OVERLAY
    Is it possible to do NOOVERLAY for XDATA and do OVERLAY for DATA. Thanks, Goran
  • 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
    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
    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...