• fseek() question
    I'm posting this question here since Keil's support haven't answered my email so far: ---------------------------------------- I have the following piece of code: fH = fopen(FILE_NAME_CLOCK, "a...
  • fseek() question with SD card
    Hello! Is fseek() fully supported on SDcard with RL-FLASH 4.12? fp = fopen ("test.txt","ab"); printf("pos:%d\n",ftell(fp)); fseek(fp,4,SEEK_SET); printf("pos:%d\n",ftell(fp)); fprintf(fp,"ABCD...
  • Embedded File System Allocation Error
    Hi all, I am working on the embedded file system (EFS) using the Keil version 6.11.0. In the current project, I am logging test data in the flash file system memory continuously. I have encountered a...
  • 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...
  • Need website regarding Embedded systems tutorials
    hello everyone, i Need tutuorials related to embedded systems and Microcontrollers... pls suggest me useful websites.... Regards.... srini