Changes between Version 23 and Version 24 of 802.11/ResourceUsage


Ignore:
Timestamp:
Apr 29, 2016, 11:36:08 AM (8 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/ResourceUsage

    v23 v24  
    148148== CPU RAM Resources ==
    149149
    150 The following gives the amount of used / free RAM for C code changes in each of the SDK Software projects.
     150The following gives the amount of space used by each SDK Software project when compiled in SDK 14.4. After a project is compiled, these values can be found in the {{{<Project Name>.elf.size}}} file in the SDK_Workspace folder.
    151151
    152 
    153 === CPU High ===
    154 
    155 Compiled in SDK 14.4
    156 
    157 Options:  "-0s"
    158 
    159 
    160 ||=  Project  =||=  BRAM Instance  =||=  Used Bytes (hex)  =||=  Free Bytes (hex)  =||=  Free Bytes (dec) =||
    161 || AP   || BRAM 0 (0x00020000 bytes) ||  0x00018570  ||  0x7a90  ||  31376  ||
    162 || AP   || BRAM 1 (0x00020000 bytes) ||  0x0001bc28  ||  0x43d8  ||  17368  ||
    163 ||      ||
    164 || STA  || BRAM 0 (0x00020000 bytes) ||  0x00017bcc  ||  0x8434  ||  33844  ||
    165 || STA  || BRAM 1 (0x00020000 bytes) ||  0x0001bcf8  ||  0x4308  ||  17160  ||
    166 ||      ||
    167 || IBSS || BRAM 0 (0x00020000 bytes) ||  0x00017ccc  ||  0x8334  ||  33588  ||
    168 || IBSS || BRAM 1 (0x00020000 bytes) ||  0x0001bec8  ||  0x4138  ||  16696  ||
    169 
    170 
    171 === CPU Low ===
    172 
    173 Compiled in SDK 14.4
    174 
    175 Options:  "-00"
    176 
    177 ||=  Project  =||=  BRAM Instance  =||=  Used Bytes (hex)  =||=  Free Bytes (hex)  =||=  Free Bytes (dec) =||
    178 || DCF   || BRAM 0 (0x00010000 bytes) ||  0x0000e068  ||  0x1f98  ||   8088  ||
    179 ||       ||
    180 || NOMAC || BRAM 0 (0x00010000 bytes) ||  0x0000d158  ||  0x2EA8  ||  11944  ||
     152||=  '''Project'''  =||=  '''Options'''  =||=  '''Instructions (.text)'''  =||=  '''Data (.data and .bss)'''  =||=  '''Total Size'''  =||
     153|| AP   || -O2 -g3 ||  209250 bytes  ||  76158 bytes  ||  285408 bytes  ||
     154|| STA   || -O2 -g3 ||  204170 bytes  ||  76222 bytes  ||  280392 bytes  ||
     155|| IBSS   || -O2 -g3 ||  201586 bytes  ||  76142 bytes  ||  277728 bytes  ||
     156|| DCF   || -OS -g ||  53609 bytes  ||  5327 bytes  ||  58936 bytes  ||
     157|| NOMAC   || -O2 -g3 ||  50394 bytes  ||  6150 bytes  ||  56544 bytes  ||
    181158
    182159