• Comiple a Source file at a fixed address
    I know one can compile a function at a fixed address. But is it possible to compile a source file at a fixed address? For example: Main.c is compiled from 0x1000. So all the functions in Main...
  • Comiple a Source file at a fixed address
    I know one can compile a function at a fixed address. But is it possible to compile a source file at a fixed address? For example: Main.c is compiled from 0x1000. So all the functions in Main...
  • Issues linking the startup file in a precompiled .lib
    Background On our company, we precompile our platform library into a .lib and provide these library to other developers. Till the day, we've used the default startup provided in the Standard Peripheral...
  • Issues linking the startup file in a precompiled .lib
    Background On our company, we precompile our platform library into a .lib and provide these library to other developers. Till the day, we've used the default startup provided in the Standard Peripheral...
  • address range for CS0 in startup file
    Hi, i was going through the start up file start166.a66 to see the address ranges for various chip selects. I found that the ranges for CS1 to CS4 have been specified. What about CS0? Since it...