AM62Px MCU+ SDK  09.01.00
MMCSD RAW IO

Introduction

This example demonstrates basic read write to the eMMC/SD Card. The MMC instance and the media connected to it are selectable via Sysconfig.

The example writes known data to a particular offset in the media and then reads it back. The read back data is then compared with the written known data.

When both the comparisons match, test result is passed otherwise failed.

Supported Combinations

Parameter Value
CPU + OS wkup-r5fss0-0_freertos
Toolchain ti-arm-clang
Board am62px-sk
Example folder examples/drivers/mmcsd/mmcsd_raw_io

Steps to Run the Example

See Also

MMCSD

Sample Output

[MMCSD RAW IO] Starting...
All tests have passed!!