• Finding a complex structure size
    I have tried variations using sizeof() with unreliable results. This method works, but is it bogus? Can it be improved? I am not worried about it being portable. // -- Unit Variables -- struct {...
  • Where to find a simple example ready to compile and link?
    Where can i find a simple example which is ready to compile and link? I am using RVCT 4.0 (compiler) for an ARM AM3517 (processor) on a Zoom AM3517 EVM Development Kit (board)
  • finding the size of an array before it exists?
    What I have is an array of unsigned chars the first byte is actually the number of elements in the array. So is it possible to have the compiler calculate the size of the array using sizeof()? or is...
  • How stored date and time information?
    On STM32F1 I need create a log with storing the EEPROM, any as 30.10.2015 17:30 temp, humidity, xx, xx ,xx 30.10.2015 17:45 temp, humidity, xx, xx ,xx I wonder how to store time information...
  • Where function pointer stored?
    Hi Where function pointer stored? in stack , code segment , Data segment for example in the following code where fp get stored? how can we know that where the pointer variable stored ? #include...