-
通常我们需要将板上的Flash芯片拆下,用Flash编程器烧写固件程序;这个程序可以通过CCS运行Emu模式直接将程序烧写到flash芯片中。...
通常我们需要将板上的Flash芯片拆下,用Flash编程器烧写固件程序;这个程序可以通过CCS运行Emu模式直接将程序烧写到flash芯片中。-Usually we need to board the Flash chip removed, Programming with Flash burning device firmware procedures; This procedure can be run through the CCS model Emu directly to the process of burning flash chip.
- 2022-02-26 12:06:10下载
- 积分:1
-
三星ARM44B0中文资料,较全的集合包
三星ARM44B0中文资料,较全的集合包-S3C44B0 datasheet
- 2022-03-22 09:21:06下载
- 积分:1
-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对备份寄存器进行操作。备份寄存器可用电池来供电。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the backup register. Register can be used to backup battery power supply.
- 2022-02-01 19:36:03下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
qnx alpu硬件通路测试代码
本源码是用于freescale imx6系列的qnx平台,利用i2c总线接入alpu芯片,测试alpu在bypass mode模式下是否能够正常工作的代码,用于确认硬件通路是否存在问题,如果测试通过就可以利用加密库实现加密芯片的算法了。
- 2022-07-16 14:35:46下载
- 积分:1
-
基于博创实验箱9个实验源代码。
基于博创实验箱9个实验源代码。-Bo Chong-based experimental boxes nine experiments source code.
- 2022-02-25 16:28:47下载
- 积分:1
-
隐士
Hermit-at-1.1.3,一款bootloader,不想uboot那样大,比较好用,可以作为学习bootloader的一个不错的参考-Hermit-at-1.1.3, a bootloader, as big as uboot do not want to compare the ease of use, the bootloader can be used as learning a good reference
- 2022-01-26 06:54:24下载
- 积分:1
-
MPC8260的Fast Ethernet的例子。配置FCC为Fast Ethernet模式,然后接MII口。用标准C语言编写。...
MPC8260的Fast Ethernet的例子。配置FCC为Fast Ethernet模式,然后接MII口。用标准C语言编写。-MPC8260 Fast Ethernet example. FCC configuration for Fast Ethernet model, then the MII mouth. Using standard C language.
- 2022-04-17 14:46:53下载
- 积分:1
-
lcd1602 in c language header file procedures. Stc5410ad based on single
lcd1602在c语言中的头文件程序。基于stc5410ad单片机设计,可在主程序中直接调用。-lcd1602 in c language header file procedures. Stc5410ad based on single-chip design, can directly call the main program.
- 2023-03-11 17:05:04下载
- 积分:1
-
Detailed information on ARM architecture, composition theory and programming det...
详细介绍了ARM的体系结构,组成原理及其编程细节,是初学者极好的入门教材!-Detailed information on ARM architecture, composition theory and programming details, it is an excellent introductory textbook for beginners!
- 2023-06-02 20:20:06下载
- 积分:1