• HOW TO USE A COMMON SECTION IN RAM
    <HOW TO USE COMMON SECTION IN RAM?PLEASE MENTION HOW TO USE THAT?IS THERE ANY SPECIFIC EXAMPLE PROGRAM?>
  • Common declaration with variable in Assembler and C code
    Hello, We used,in our project,parts of code written in C code and parts written in Assembler code. Somme variables, particulary bit type, need to be access by the two parts. Our actual solution is to...
  • BYTEALIGN directive
    Whether there is a possibility of cancellation of operation of the BYTEALIGN directive?
  • Common RAM for bootloader and application.
    Hi I am working on a bootloader for lpc11c24 (ARM cortex M0). I want to have a common RAM for the bootloader and application. The RAM should not be erased when jumping to application from bootloader...
  • Common Block Subroutines - Selective
    I have a project for which the overall level of optimisation is set to the maximum. However, for a few modules (e.g. ISRs) I tried to set an optimisation level below that of Common Block Subroutines....