Part Number: MSP432P401R
CCS 10.00
Simplelink SDK 3.40.01.02
Hello All,
I am trying to use an external spi flash with SPIFFS driver and I am getting a strange error. When I run SPIFFS_info I get a total and used value that is very large. the value Hex FFFFF246 which is 4,294,963,782 dec it would be nice if I had that many bytes. But the flash chip only has 256K. The used size returns zero. and I get a failure writing the file. I am using SPIFFSInternal example and I am trying to modify it to use NVSSPI25X as the driver.
I also note that if I change the value of region size to be greater than 4096 bytes I get a -10025 error. I am wondering if I am missing a change I need to make somewhere.
Any advice would be greatly appreciated.
Thanks
JP