搜索资源列表
HCS08FLASHEEPROM
- 在HCS08微控制器上使用FLASH存储器模拟EEPROM,带书籍的说明!
i2cslave
- 功能:使用LPC210x模拟EEPROM器件CSI24WC02。LPC210x具有硬件I2C接口,使用其从方式进行器件模拟,本例使用了256字节的RAM作为存储单元
sourceFile
- 使用口线模拟I2C总线,读写EEPROM的方法
EEE.rar
- mc9s12xep100 模拟eeprom程序,mc9s12xep100 Emulated EEPROM
STM32_IIC
- 软件模拟STM32 IIC,经测试,可以正常读写EEPROM。-Software simulation of the STM32 the IIC has been tested, normal read and write the EEPROM.
STM32-Flash-EEPROM-data-routines
- 34、STM32 Flash模拟EEPROM 存储数据例程,我买的光盘里的例子-34, STM32 Flash EEPROM data storage simulation routines, I bought the CD in the case
I2C
- /* 51系列单片机在使用时,有时需要模拟I2C总线, */ /* 这里举出一个实例(读写串行EEPROM芯片at2402) */-/* 51 Series single-chip, when used, is sometimes necessary to simulate I2C bus,*//* here to cite a concrete example (read and write serial EEPROM chip at2402)* /
K0R_I2S_e
- nec9222写的模拟eeprom读写的程序,汇编和C都有测试OK-nec9222 eeprom read and writ program asm and c project ,i m test OK
eeprom
- 51单片机没有PWM波形输出,但PWM在控制中又比较重要,所以我们可以模拟一个PWM来-51 has not PWM waveform output, but the PWM control and more important, so we can simulate a PWM to
Simulation_I2C_EE
- 本程序用于普通端口模拟IIC读写at24cxx系列eeprom,使用于stm32f103,修改端口后可以通用-This procedure is used to read and write at24cxx ordinary port analog IIC series eeprom, used in stm32f103, modify the port can be common after
flash-simulate-to-eeprom
- 微处理器中,flash模拟eeprom的源文件-flash simulate to eeprom
STM32_flash_read_write_data--
- 串口来的数据存储到STM32自身带的Flash模拟EEPROM中-STM32 store data to flash
stm32_falsh_eeprom
- stm32的flash模拟eeprom程序,修改flash地址即可写入-stm32 the flash eeprom simulation program, modify the address to write to flash
FLASH-EEPROM
- 实验34 FLASH模拟EEPROM实验 放心下载-Experiment 34 FLASH simulation EEPROM experiment
stm32-at24c64
- stm32 io模拟IIC,访问EEPROM,AT24C64-stm32 io simulation IIC, visit EEPROM, AT24C64
M3-IIC-EEPROM
- 何利用 STM32 STM32F1 的普通 的普通 IO 口模拟 IIC 时序,并实现和 时序,并实现和 24C02 之 间的双向通信 。 STM32 STM32F1 的普通 IO口模拟 IIC 时序, 来实现 来实现 24C02 的 读写,并将结果显示在 TFTLCD 模块上。-What use STM32 STM32F1 ordinary general IO port analog IIC timing and realization and timing, and two-way com
STM8_24Cxx_IIC
- stm8软件模拟IIC实现AT24Cxx eeprom读写-stm8 Software simulation IIC achieve AT24Cxx eeprom reader
stm32eeprom
- STM32F4系列官网的FLASH模拟EEPROM程序-STM32F4 series official website FLASH EEPROM emulation program
STM32F4_模拟I2C读写EEPROM简洁版
- 模拟I2C读写EEPROM简洁版(不切换SDA方向、不检测ACK位)。下载即可使用。(Analog I2C read and write EEPROM simple version (do not switch SDA direction, do not detect ACK bit). You can use it for download.)
基于32单片机的电压检测装置
- 1. 基本功能:基本实现了附件2要求的功能,因为TFT-LCD引脚损坏,故用OLED代替,开发板没有配套24C02,所以使用flash模拟EEPROM,对参数K进行掉电保护。 2. 增加功能: a.按键个数增加1个,多了一个用于时间调整,可以让时间减小。 b.可以通过串口修改实时时间,在屏幕1下,用串口助手输入指令。 c.可以通过串口更新电压上报时间,在屏幕2下,用串口助手输入指令。 d.往串口助手输入:?,即可以获得串口指令提示。更多信息见实验工程下“ReadMe”文件。