Part Number: LP-AM263P
Hi,
My SDK Version is: mcu_plus_sdk_am263px_11_01_00_19
My hardware is LP-AM263P - Fresh out of the box.
I am using CCS 12.8.1
I have imported two example projects from the SDK:
mmcsd_file_io_am263px-lp_r5fss0-0_freertos_ti-arm-clang
mmcsd_raw_io_am263px-lp_r5fss0-0_nortos_ti-arm-clang
Both projects fail to work correctly straight out of the box.
I have traced through the mmcsd_v1 driver and I find that the SD card identification works correctly and I seem to have reasonable CID values. I think the problems come about after the card is set to 4-bit bus width (MMCSD_setBusWidth) and then after that any block reads from the card always return 0 in the buffer.
Can anyone confirm that the MMCSD driver is working correctly, if so, maybe my development board is questionable?
Thanks.