• to fetch start and end address of section (scatter file)
    Hi all, I want to place a library in to a specific section in flash using a scatter file. then i want to do CRC check of the library file at runtime. Can any body help me in this. I need to know...
  • Question about the book section of a project
    Hello, Is it possible to have a 'generic' book section that is valid for every project? For the moment, I have to add the same books over and over again for every new project I create. I know I could...
  • Question about the book section of a project
    Hello, Is it possible to have a 'generic' book section that is valid for every project? For the moment, I have to add the same books over and over again for every new project I create. I know I could...
  • getting C129 on empty file
    I have two files fsm_right.c and fsm_left.c in my main program, before any other header files, I have this #define FSM 1 #ifdef FSM #ifdef FMSLEFT // note: currently undefined include "fsm_left...
  • Placing the sections in a special address. (Scatter file & Assembly code)
    Hi, I want use my codes and tables in rom special address. For example; Vectors and handler routines begin from ox0800.000 to 0x0800.0FFF This area also may include some tables and ltorg...