• fopen() update mode problem with SPI Flash memory
    Ave, Today i encounter another problem with Keil libraries... The problem applies to fopen() function in update mode "w+" and SPI Flash memory. In such situation fopen() returns NULL. There is no problem...
  • fopen() update mode problem with SPI Flash memory
    Ave, Today i encounter another problem with Keil libraries... The problem applies to fopen() function in update mode "w+" and SPI Flash memory. In such situation fopen() returns NULL. There is no problem...
  • SPI Flash, File Update Problem
    Hello, I have a problem with RL-FlashFS for SPI Flash memory(AT45DB161). As you know, currently there is no 'update' option for NOR flash memory in the library. I can easly manage fopen, fclose,fdelete...
  • SPI Flash, File Update Problem
    Hello, I have a problem with RL-FlashFS for SPI Flash memory(AT45DB161). As you know, currently there is no 'update' option for NOR flash memory in the library. I can easly manage fopen, fclose,fdelete...
  • RTX with USB to SPI Flash Memory
    Hi I have a board with an STM32F407 plus an SD card interface and a 25Q32 flash memory. I followed examples in the documentation and can access both devices using FlashFS. I also can connect to a PC...