• 7.0 Results
    I upgraded my CA51 to 7.00. My initial results on my code for my 5K part are: Keil 6.23 CA51 => 4F9B code size Keil 7.00 CA51 => 5035 code size I like to keep current with my tools. Is there an...
  • variable overlays
    have you ever noticed that when you comment out a piece of code, so it is ignored for variable overlay, that ALL other code that was part of the same overlay now will not overlay? for instance, I had...
  • Trouble overlaying 'global' variables....
    Hi, I'm working on a project that has a branch right at the start of main, so the software is essentially split into two complete sections, neither of which will ever be running at the same time...
  • 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