• RTOS2 priority grouping
    Hello, I have adapted my last project to the new RTOS2 RTX. It works fine but I think I found a bug : 'SVC_Initialize' function in 'rtx_kernel.c' uses the priority grouping configuration but priority...
  • [C51] OVERLAY between MAIN and ISR
    I have an issue with overlayed variables. Some locals variables function used within the MAIN call tree context are overlayed with local variables used within ISRs call tree context. So, when...
  • 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, 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
    Is it possible to do NOOVERLAY for XDATA and do OVERLAY for DATA. Thanks, Goran