搜索资源列表
K9F8G08
- 三星的NAND-FLASH,有1G字节的存储空间。
stm32_flash stm32 操作内部FLASH的代码
- stm32 操作内部FLASH的代码 ,可以将数据文件存储到FLASH中-stm32 read and write the flash
STM32-Flash-EEPROM-data-routines
- 34、STM32 Flash模拟EEPROM 存储数据例程,我买的光盘里的例子-34, STM32 Flash EEPROM data storage simulation routines, I bought the CD in the case
ucos_fat
- 三星44b0下的基于ucos实时操作系统,flash存储的简单fat文件系统的实现-Samsung 44b0-based ucos real-time operating under, flash file system stored in the realization of a simple fat
msp430
- msp430 实验代码 1,MSP430开发基础 2,键盘设计 3,数码管显示电路设计 4,液晶模块接口 5,MSP430 CRC 6,中文输入法 7,数据压缩算法 8,FIR滤波 9,FFT算法 10,波特率自动识别 11,串行存储 12;NAND flash 接口 13;A/ D,TLV2541 14;DA DAC8830 15;ADS1241 16;温度 TMP100 17;定时器 DAC
ARM9-Based_module_of_TFT_LCD
- 介绍了一种基于ARM9的彩色薄膜晶体管液晶显示模块(TFT—LCD)的设计和实现方法。为了解决图像及字符在液晶模块上的实时显示,图像库及字符库存储在容量达64 Mbyte的NAND Flash闪存中,可以根据不同需求对图像库及字符库进行更新。模块支持24 bit彩色RGB格式图像的显示,还支持JPEG格式图像的显示,JPEG图像的解码功能在ARM9处理器上实现。模块采用串口方式与其他外接主控系统通信,-Introduces ARM9-based thin-film transistor colo
sdram
- s3c2440 sdram操作, 设置存储管理器,设置外设时序.操作nand flash.-English VersionEnglish VersionEnglish VersionEnglish VersionEnglish VersionEnglish Version
BlinkyPIAP
- 基于ARM Cortex M0的在线编程(IAP)实现,可实现将数据存储在Flash中,但不影响现有程序,芯片类型NXP LPC1114-Based on the ARM Cortex M0 Online Programming (IAP), the data stored in Flash, but does not affect the existing procedures, types of chips NXP the LPC1114
STM32_flash_read_write_data--
- 串口来的数据存储到STM32自身带的Flash模拟EEPROM中-STM32 store data to flash
FLASH
- 基于ARM7(未加操作系统)调用片外Flash存储空间进行数据存储-used flash to restore some useful data
msp430g2xx3_dco_flashcal
- MSP430G2553关于DCO校正的程序,采用32K进行校正内部DCO,并存储在FLASH中的SegmentD中-MSP430G2553 About DCO calibration procedures used to correct 32K internal DCO, and stored in FLASH in the SegmentD
USART1-flash
- ARM串口编程,能够把可配置存储到指定的flash中-ARM serial programming, be able to be configured to the specified flash memory storage
lpciap
- lpc213x系列,ads1.2,Flash存储代码-lpc213x series, ads1.2, Flash memory codes
stm32flash读写
- 这个是自己使用的STM32 flash 读写,头文件和源文件放在一个txt里了,里面的变量是我自己使用的变量,测试时候可以直接屏蔽,自己添加自己存储的变量(另外友情提示:注意存储变量格式,如果存储的为字符串,在最后输出时候自己加sprintf,把从flash中读取的字符串变量重新赋值在另外一个字符串中即可)(This is a program for the reading and writing of flash of STM32. The txt has conclued the sou
CAN-Bootloader-master
- CAN Bootloader是基于CAN总线实现的在线IAP整套解决方案,顾名思义,这个在线升级是通过CAN总线实现的,所以只要产品具备CAN总线数据传输的,理论上都是可以实现这个功能的。 CAN Bootloader在固件层面是分成的两个固件,一个是Bootloader固件,一个是App固件,两个固件存放在单片机的不同程序存储区,比如对于STM32来说,Bootloader存放在0x8000000的Flash起始区,App固件存放在0x8008000的Flash起始区。对于其他单片机,可能这