Hello
I want to used the FatFs driver under TI-RTOS and i have 2 questions about the function SDSPI_open()
1) I have test to put my BIOS.heapSize = 0x000 and this function doesn't work. It is any solution to avoid used heap alloocation?
2) I want to know how many heap size are used by this function?
This is my code to open SDSPI driver :
SDSPI_init();
SDSPI_Params_init(&sdspiParams);
sdspiHandle = SDSPI_open(Board_SDSPI0, 0, &sdspiParams);
Thanks for your help