• 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
    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...
  • 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...
  • Low-Level NOR Chip Interfacing and Embedded File System (EFS) Resources
    Hello all, I am currently working on a project that requires me to interface with a single external NOR flash chip from Cypress (S29GL064880TFV030), the microcontroller that I'm working with is a STM32F407ZGT7...