Tool/software: TI-RTOS
Hi
When I use project MMCSD_bbbAM335x_EMMC_armTestproject to test EMMC,
the function
MMCSD_open(peripheralNum, &MMCSDParams) returns 0;
MMCSD_write(MMCSD, TxBuffer , startBlock, numBlock);returns 0
and MMCSD_read(MMCSD, rxBuffer , startBlock, numBlock) returns 0
they mean write and read data are successful,
I write 0xAA to EMMC's sector,but read 0 from the same EMMC's sector.
haw can I debug this ?
my PDK version is pdk_am335x_1_0_13 and I use EMMC2 interface in my board.
THANKS!