spiffs
spiffs copied to clipboard
write array to flash
hello i am using CYC8CKIT - 050 cypress kit and W25Q128FV flash chip and implemented SPIFFS now i want to write and read BMP file array to/from flash chip using spiffs_write and tried to do that but not able to read actual image
every write and read to/from flash give different errors including -10003,-10004,-10005,-10014,-10010 i am attaching my code for review
what will be the reason for that? any help? TFT_SSD1963.cywrk.Archive05.zip al image
i think you should check your HAL carefully! this's very important for spiffs
solved the problem it was in typedef
i have working sd card routine for display image from sd card anyone have idea how can i store/write bmp file in flash and display bmp on tft from flash?
anyone here? i am not able to read write and append data without SPIFFS_TRUNC what might be the reason and how to solve it?
It's been a while, but I had similar issue in Simplelink device, that I could only write data with SPIFFS_TRUNC flag. Solution was to increasing stackSize.