Changes between Version 1 and Version 2 of sdc_driver
- Timestamp:
- Oct 15, 2014, 11:02:11 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sdc_driver
v1 v2 9 9 The ''sdc_driver'' uses the lower level ''spi_driver'' to access the SD card. 10 10 11 Th ''sdc_driver'' is one of the physical disk driver that can be called by the generic IOC driver, and the SEG_IOC_BASE address must be defined in the hard_config.h file. 11 The ''sdc_driver'' is called by the generic ''ioc_driver'' when the USE_IOC_SPI flag is set in the hard_config.h file. 12 13 The SEG_IOC_BASE address must be defined in the hard_config.h file. 12 14 13 15 In this implementation, the SDC peripheral is acting as a target (no DMA capability) : the '''_sdc_read()''' and '''_sdc_write()''' are blocking until the transfer is fully completed, and does not use any interrupt to signal completion.