搜索资源列表
STM32 以 SPI 方式读写 AT45DB161D
- STM32 以 SPI 方式读写 AT45DB161D,附上完整源代码.
SPI-AT45DB161D
- 红牛开发板STM32F103ZET6的SPI模式下读写AT45DB161D-Red Bull development board STM32F103ZET6 the SPI mode, read and write AT45DB161D,
STM32-AT45DB161D-SPI-V2
- STM32F奋斗板开发板例程。STM32入门必看经典入门程序。-STM32F hard board development board routines. STM32 entry must see classic entry procedures.
STM32-AT45DB161D-SPI-hx
- STM32F奋斗板开发板例程。STM32入门必看经典入门程序。-STM32F hard board development board routines. STM32 entry must see classic entry procedures.
SPI_FLASH_AT45DB161D
- SPI接口的FLASH ROM AT45DB161D的驱动方法-SPI interface of the FLASH ROM AT45DB161D-driven approach
AT45DB161D
- AVR单片机SPI口读写AT45DB161D接口程序设计-AVR MCU SPI port interface program designed to read and write AT45DB161D
spi
- 这是基于AT45DB161D字库芯片关于spi编程的一份doc文档,翻译成了中文,比较难找的一份资料-This is based on AT45DB161D font-chip spi programming on a doc document, translated into Chinese, more difficult to find an information
wwwwww
- STM32 五:使用硬件SPI读写FLASH AT45DB161D-STM32 Five: Use hardware SPI read and write FLASH AT45DB161D
AT45DB161D
- SPI接口的FLASH ROM AT45DB161D的驱动方法 AT45DB161D允许简单的在系统重新编程,而无需输入高编程电压。芯片可以采用2.5V~3.6V或2.7V~3.6V单电源供电,进行编程与读取操作。它可以通过#CS来进行使能,并通过三线接口(SI、SO、SCK)进行数据通信。-To allow for simple in-system reprogrammability, the AT45DB161D does not require high input voltage
AT45DB161D_STM31F103_SOURCE_C
- 开发工具是KEIL,基于STM32F103 ARM芯片实现与AT45DB161D DATA_FLASH数据读写的操作(SPI),对于想入手STM32的新手来说,绝对是不可多的的源码。-Development tools is KEIL, based on STM32F103 ARM chip and AT45DB161D DATA_FLASH data read and write operations (SPI), who want to start the STM32 novice, it
STM32-rw-FLASH--AT45DB161D
- stm32 使用硬件SPI读写FLASH AT45DB161D-stm32 FLASH AT45DB161D
AT45DB161D
- 5:使用硬件SPI读写FLASH AT45DB161D-5: Use hardware SPI read and write the FLASH AT45DB161D
AT45DB161D
- avr (atmega128)模拟spi时序,读写AT45DB161D-avr (atmega128) analog spi timing, reading and writing AT45DB161D
SPI-FLASH--AT45DB161D
- 开发环境:EWARM mcu:STM32 硬件环境: AT45DB161D:SO-->PB14,SI-->PB15,SCK-->PB13,CS-->PB12,RESET-->PB11 LED:LED1~LED8-->PC0~PC7 功能:先将数据AT45DB161D中指定的位置,然后从相同的位置读出刚才写入的数据, 最后将写入和读出的数据进行比较,当完全相同时,点亮全部LED,否则全部LED熄灭-Development env
SPI_FLASH(AT45DB161D)
- 实现SPI FLASH 通信,首先配置GPIO,然后初始化SPI FLASH DRIVER,获得FLASH ID,接着就可以读写SPI FLASH 了-Implement SPI FLASH communications, first configure GPIO, then initialize the SPI FLASH DRIVER, get FLASH ID, and then they can read and write SPI FLASH up
AT45DB161D
- 在cortex-m3处理器下,关于芯片AT45DB161D的spi通信实现程序。-Under Cortex-M3 processor, SPI communication program of AT45DB161D chip
AT45DB161D
- 利用TMS320F2812的硬件SPI操作AT45DB161D的驱动函数,利用此文件中的函数可以基本满足对AT45DB161D的使用。此文件包含硬件SPI的初始化函数以及简单的测试函数,方便大家调试。-Use hardware SPI operation TMS320F2812 AT45DB161D driver function, use this file functions can basically meet the use of AT45DB161D. Initialization f
AT45DB161D
- 基于C8051F040的SPI的AT15DB161的读写程序-C8051F040 SPI AT15DB161 read write
AT45DB161D
- 51单片机模拟spi总线 驱动at45db161d存储芯片-51scm Simulation SPI bus drive at45db161d
flash
- 通过单片机的spi控制at45db161的驱动程序,读写FLASH的代码,测试程序(at45db161 read and write)