• 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...
  • Sections
    Hello, I am trying to convert a project from uVision 1 (C166 V3.11) to uVision 2 (C166 V4.20). After importing the old project and building it, I get linker errors L110:CANNOT FIND SECTION OR REGBANK...
  • Using COMMON directive through the IDE
    I've got a C program written for an ST10F168 that has a number of modules whose functions execute mutually exclusively from one another (the choice is based on a harness configuration into the ECU). Only...
  • SROM Sections
    I have an XC167 application that needs to place the code from two modules into the SROM class in order to copy code from Flash to the internal program memory. I can use the following in the User Sections...
  • 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...