• using Embedded File System and "fseek"
    hi, have a short question: does anybody know why the fseek command works in files (EFS) which are opened in write-mode in mostly all cases? but not at jump to the end of the file. as described it...
  • An error in allocation
    We have an issue with this code struct foo { int NumberOfPointers; char *Pointers[1]; } xx; // Allocate A Block Of Pool With Room For 100 Pointers myHunkyStuff = malloc( sizeof(long) + 100...
  • Recursion in embedded system
    Hi, Can anybody give an insight whether this is good or not in embedded environment? I have a function which call itself when a condition is false, see code sample below: void Test(void) { U8...
  • Unwanted loading of settings from another project
    Hi. I have such a problem with keil that when I try to enable a project that has been copied from another computer it behaves as if the settings came from another project. Additional files appear...
  • Hash Table in Raw Flash or simple file system for embedded system
    I am developing a handheld data logger. The CPU is a STM32F10x, the storage chip is a 16MByte SPI-Flash. Information of the Flash Chip: Sector Size: 4096 Bytes Programming Page Size: 256 Bytes...