How do I go about creating a RAM disk in SYSBIOS? I have run the fatFS example that comes in the the bios install directory:
C:\TI\bios_6_33_04_39\packages\ti\sysbios\fatfs
That includes a twoFiles_ramdisk.c file, that creates a ram disk with two files in it, but I want to be able to create a blank RAM disk, that I can read and write files to and from? I see the documentation refers to a script, but I have not been able to locate one... Any help is appreciated.
Chad