I am applying TI-RTOS on TI's MSP_EXP430F5529 experiment board.I have loaded the fatfs examples searched from TI Resource explorer into MSP_EXP430F5529. It can creat, read or write file on TF card and everything goes well. However, I could not fopen() file when I am using the CCS project established by myself. There is error information print on the console "{module-rope:8029}: line 307: error {id:0xfae0000, args:[0x3c46, 0x224]}" when running to fopen(). What is the problem?
I also check the SDSPI and FatFS configuration as the demo example shows. In FatFS basic options, I am using "fatfs" as file name prefix, and defining " const char inputfile[] = "fatfs:"STR(DRIVE_NUM)":input.txt"; " in my c file.
Is there any otherthings that I forget? Please help me!
Vincent