• Max. Ethernet Frame Size
    I have board MCB2300 (with LPC 2378 microprocessor). I read in LPC23xx User manual that MAXIMUM FRAME LENGTH (MAXF)sets to the value 0x0600, which represents a maximum receive frame of 1536 octets...
  • Max Prog Code Size in W78E516
    Hello Guys, Recently i came upon Nuvoton W78E516D micro controller. The data sheet specifies that it has 64KB of flash rom which means that my program code of size 60 KB or atleast 10KB can fit in...
  • Variable for max code address used?
    Hello All, I am trying to find out the maximum code address used after linking. Is there a global that the linker produces that contains the code size? This is to speed up a program checksum...
  • What's the difference between Stack size and Max Depth?
    for example: int the Static Call Graph file: SD_DMARxAbort (Thumb, 76 bytes, Stack size 16 bytes, stm32f7xx_hal_sd.o(i.SD_DMARxAbort)) [Stack] Max Depth = 128 Call Chain = SD_DMARxAbort ⇒ HAL_SD_GetCardState...
  • incomplete type is not allowed in c99
    Hello everyone, I am implementing a protocol handler. Within my code I have a (complete) struct typedefed to protocol_t in a routine i want to use the typedef and some raw format, so I initialized...