Other Parts Discussed in Thread: CC3235SF, CC3235S
I'm trying to understand what is possible for a file system on this part before we design our own board hardware.
Flash storage is: Internal 1MB code space and either a 4MB SPI connected device or a 4MB FLASH_SPI connected device.
The 1MB internal Flash we will store our application code as normal.
We need a read/write file system and either of the other two would maybe work.
Question is: can FAT_FS be located on either of the other two methods of serial flash connection (SPI) for run time
read and write of files. The dedicated FLASH_SPI lines that are used for external boot code load my question is
can we read/write a large section of this as a FAT_FS?
Of course the standard SPI pins can be assigned in the Pin-Confg tool I'm pretty sure this method is fine with
a file system. I don't want to use those pins as our board is pin short, using the FLASH_SPI ones for R/W files
would be way better. We don't need the SD card type of interface.
What's possible, I have looked through over 500 forum entries and not really seen a clear quick answer for this?