# SDXC 底层 API 示例 ## 概览 本示例提供如下功能: - 写最后一个扇区并读回来校验 - 写最后1024个扇区并读回来校验 本示例支持在`中断`或`轮询`模式下工作,默认工作在`轮询`模式。若想切换到中断模式下,请参考`CMakeLists.txt`中的注释 ## 板级设置 无特殊要求 ## 运行示例 当示例成功运行后,会显示如下菜单,请输入1、2、3或4进行测试。 ```console ----------------------------------------------------------------------------------- * * * SD Card Low-level test demo * * * * 1. Write & Read the last block * * 2. Write & Read the last 1024 blocks * * 3. Hot plug test * * 4. SD Stress test (Write / Read 200MBytes) * * * *---------------------------------------------------------------------------------* ```