Location:
Search - avr spi sd
Search list
Description: 基于avr单片机的,spi接口的sd卡读写源程序-based avr MCU, 20 interface sd card reader source
Platform: |
Size: 7792 |
Author: 王宇新 |
Hits:
Description: 使用AVR单片机操作MMC/SD卡的源代码.
.(使用SPI接口)
-use AVR operation MMC / SD Card source. (Using SPI)
Platform: |
Size: 2462 |
Author: 邓小平 |
Hits:
Description: sd卡的开发原程序,AVR单片机SPI模式下读写sd卡.-sd card of the original procedure, AVR SPI mode literacy sd card.
Platform: |
Size: 5604 |
Author: xiaozhu |
Hits:
Description: 一个SD卡读写程序
硬件平台:atmega8L 最小系统
硬spi(sd 卡的初始化采用了io 口模拟时序,因为在实验中发现要使
用较低的速率才能稳定的初始化)
软件开发平台:ICC-AVR version 6.31a
硬件配置:atmega8L 内部8m 时钟
sandisk 128m sd 卡-an SD Card Reader procedures hardware platforms : atmega8L minimum system hardware spi (sd card initialization using the io mouth simulation chronicled, as found in experiments to use the lower rate can be stabilized initialization) software development platform : ICC - AVR version 6.31a hardware configuration : 8 m atmega8L internal clock sandisk 128m sd card
Platform: |
Size: 42218 |
Author: 问问问 |
Hits:
Description: AVR的SD卡接口程序
包含:
SD卡初始化(SPI-MODE)
从SD卡读一个扇区
Platform: |
Size: 1723 |
Author: choiceman |
Hits:
Description: 多种单片机spi控制sd mmc程序代码
Platform: |
Size: 4015 |
Author: l4268l |
Hits:
Description: 基于avr单片机的,spi接口的sd卡读写源程序-based avr MCU, 20 interface sd card reader source
Platform: |
Size: 7168 |
Author: 王宇新 |
Hits:
Description: 使用AVR单片机操作MMC/SD卡的源代码.
.(使用SPI接口)
-use AVR operation MMC/SD Card source. (Using SPI)
Platform: |
Size: 2048 |
Author: 邓小平 |
Hits:
Description: sd卡的开发原程序,AVR单片机SPI模式下读写sd卡.-sd card of the original procedure, AVR SPI mode literacy sd card.
Platform: |
Size: 5120 |
Author: xiaozhu |
Hits:
Description: 一个SD卡读写程序
硬件平台:atmega8L 最小系统
硬spi(sd 卡的初始化采用了io 口模拟时序,因为在实验中发现要使
用较低的速率才能稳定的初始化)
软件开发平台:ICC-AVR version 6.31a
硬件配置:atmega8L 内部8m 时钟
sandisk 128m sd 卡-an SD Card Reader procedures hardware platforms : atmega8L minimum system hardware spi (sd card initialization using the io mouth simulation chronicled, as found in experiments to use the lower rate can be stabilized initialization) software development platform : ICC- AVR version 6.31a hardware configuration : 8 m atmega8L internal clock sandisk 128m sd card
Platform: |
Size: 41984 |
Author: 问问问 |
Hits:
Description: AVR的SD卡接口程序
包含:
SD卡初始化(SPI-MODE)
从SD卡读一个扇区-AVR the SD card interface program includes: SD card initialization (SPI-MODE) from SD card reading a sector
Platform: |
Size: 1024 |
Author: choiceman |
Hits:
Description: 单片机为AVR,对SD卡的驱动程序,SPI接口
Platform: |
Size: 2048 |
Author: lixiang |
Hits:
Description: SPI接口AVR/51MMC卡接口代码,-SPI interface AVR/51MMC card interface code,
Platform: |
Size: 5120 |
Author: 黎先生 |
Hits:
Description: AVR spi 读写SD卡 源代码,详尽的解释,一目了然-AVR spi read and write SD card source code, detailed explanation, at a glance
Platform: |
Size: 1024 |
Author: kang |
Hits:
Description: 自己编写的sd卡读写程序, SPI接口 ,AVR单片机-Their own procedures for the preparation of the sd card reader, SPI interface, AVR Microcontroller
Platform: |
Size: 32768 |
Author: 王亮 |
Hits:
Description: AVR32的sdhc兼容sd驱动。适合于spi接口的avr32.例如AT32UCA0512.-The AVR32 sd sdhc compatible driver. Spi interface for the avr32. Such AT32UCA0512.
Platform: |
Size: 12288 |
Author: xiaob |
Hits:
Description: AVR spi 读写SD卡 源代码,详尽的解释,一目了然
-AVR spi SD card reader source code, detailed explanations, at a glance
Platform: |
Size: 2048 |
Author: zhebaiye |
Hits:
Description: TFT LCD code demo
HARDWARE
AVR mega8,16,32
BL-TFT240320PLUS. An interface can be 8/16 bit mode. TFT LCD arduino shield.
SD card
File
APPLICATION
main.c main program. scan SD card and display BMP file on lcd.
readme.txt this text.
BMP DISPLAY
sdbmp.c,
sdbmp.h Read SD Card and plot to LCD.
SD card driver
mmc.c,
disio.h,
pff.c,
pff.h
integer.h SD driver / Petit FatFs (C)ChaN, 2009 (http://elm-chan.org)
mcc.h avr spi for sd card interface.
LCD driver
SSD1289.c,
SSD1289.h,
graphic.h TFT LCD interface. LCD driver SSD1289.
Release 01
first release
Release 02
- (readme.txt) add comment
- (sdbmp.c) Change reading sd card using stream. It give faster and smooter display
- (ssd1289.c)Change Bar function to native code from call routine. So clear screen is too fast.
Release 03
- change hardware to support arduino I2C and add ds1307 RTC (only arduino).-TFT LCD code demo
HARDWARE
AVR mega8,16,32
BL-TFT240320PLUS. An interface can be 8/16 bit mode. TFT LCD arduino shield.
SD card
File
APPLICATION
main.c main program. scan SD card and display BMP file on lcd.
readme.txt this text.
BMP DISPLAY
sdbmp.c,
sdbmp.h Read SD Card and plot to LCD.
SD card driver
mmc.c,
disio.h,
pff.c,
pff.h
integer.h SD driver / Petit FatFs (C)ChaN, 2009 (http://elm-chan.org)
mcc.h avr spi for sd card interface.
LCD driver
SSD1289.c,
SSD1289.h,
graphic.h TFT LCD interface. LCD driver SSD1289.
Release 01
first release
Release 02
- (readme.txt) add comment
- (sdbmp.c) Change reading sd card using stream. It give faster and smooter display
- (ssd1289.c)Change Bar function to native code from call routine. So clear screen is too fast.
Release 03
- change hardware to support arduino I2C and add ds1307 RTC (only arduino).
Platform: |
Size: 121856 |
Author: Sindzas |
Hits:
Description: AVR SPI Flash (25xx) Programmer with SD Card to store files to be programmed (fat support) with atmega168
Platform: |
Size: 36864 |
Author: Abdullbasit |
Hits:
Description: AVR单片机通过SPI协议读写SD卡的程序,其编译环境是CVAVR.-This program is about reading and writting SD card with SPI protocol by AVR processor.
Platform: |
Size: 36864 |
Author: xiao |
Hits: