I am testing the rtfs mmcsd sample on c6748 .
I set the task priority to 4 in mmcsdSample.tcf.
Void task(Arg id_arg)
{
... ...
result = getdriveid(BFS_DEVICE_TYPE_MMC, 1 , 0, driveId); //<-- return -1; why?
... ...
}
I even test the task priority from 1 to 15。only priority 1 and 2 work well。
somebody help me??