• According OMF file how could I know the memory type a symbol belong to?
    As I asked yesterday,from the omf file I could get a variable information below: SegId: 0x00 Offset: 0x6 Type index: 0x5 [Data type is "unsigned int"] Symbol Name:wTest From the information how...
  • According OMF file how could I know the memory type a symbol belong to?
    As I asked yesterday,from the omf file I could get a variable information below: SegId: 0x00 Offset: 0x6 Type index: 0x5 [Data type is "unsigned int"] Symbol Name:wTest From the information how...
  • Why RW section belongs to Total ROM
    Hi All, I am using Keil uV5.15 version IDE for Cortex M0 controller. In order to calculate the total flash usage I am finding conflicts by seeing: 1. Size in IDE after build "data + RO" in KB 2...
  • Why RW section belongs to Total ROM
    Hi All, I am using Keil uV5.15 version IDE for Cortex M0 controller. In order to calculate the total flash usage I am finding conflicts by seeing: 1. Size in IDE after build "data + RO" in KB 2...
  • Relocation of segments in user-defined memory class
    I have defined my own memory class, ECODE_APP, in ECODE space. The memory range for this class is specified at link time. I have defined a segment in an assembly module, which I wish to locate at the...