-
lpc210x development arm of the template
lpc210x的arm开发模板-lpc210x development arm of the template
- 2022-02-25 07:35:47下载
- 积分:1
-
Development board in the bare board s3c2440 simulation soft interrupt handling p...
在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
- 2022-09-19 23:10:03下载
- 积分:1
-
基于mips架构的ATI
基于mips架构的ATI-XILLEON 226的mp3解码程序-Mips architecture based on the ATI-XILLEON 226
- 2022-06-12 20:45:00下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
minigui在arm下的编程环境
minigui在arm下的编程环境-MiniGUI arm in the programming environment
- 2022-06-14 13:14:45下载
- 积分:1
-
Ax88796B hardware design drawings, The document is mainly in MCU platform design...
Ax88796B的硬件设计原理图,这个文件主要是在单片机平台设计的原理图,很有参考价值。-Ax88796B hardware design drawings, The document is mainly in MCU platform design drawings, great reference value.
- 2023-08-30 12:35:03下载
- 积分:1
-
Name Function
Name Function
--- --- ---
Check_SST_39VF160 Check manufacturer and device ID
CFI_Query CFI Query Entry/Exit command sequence
Erase_Entire_Chip Erase the contents of the entire chip
Erase_One_Sector Erase a sector of 2048 word
Erase_One_Block Erase a block of 32K word
Program_One_Word Alter data in one word
Program_One_Sector Alter data in 2048 word sector
Program_One_Block Alter data in 32K word block
Check_Toggle_Ready End of internal program or erase detection using
Toggle bit
Check_Data_Polling End of internal program or erase detection using
Data# polling-Name Function
------------------
Check_SST_39VF160 Check manufacturer and device ID
CFI_Query CFI Query Entry/Exit command sequence
Erase_Entire_Chip Erase the contents of the entire chip
Erase_One_Sector Erase a sector of 2048 word
Erase_One_Block Erase a block of 32K word
Program_One_Word Alter data in one word
Program_One_Sector Alter data in 2048 word sector
Program_One_Block Alt
- 2022-08-24 19:42:20下载
- 积分:1
-
msp430 按键程序
msp430 单片机按键试验程序,实现单个按键和多个按键的练习,本程序由C语言编写,实现按键过程是通过函数调用实现的,非常是适合初学者学习。
- 2022-04-30 01:24:10下载
- 积分:1
-
博创UP
博创UP-NETARM2410-S实验箱源码:Exp4 电机转动控制实验-Fiberxon UP-NETARM2410-S experimental box source: Exp4 motor rotation control experiment
- 2022-12-01 18:00:03下载
- 积分:1
-
Development Environment: ADS 1.2/SDT 2.51GUI test, because there is no touch scr...
开发环境:ADS 1.2/SDT 2.51
GUI测试,由于没有触摸屏,所以将触摸屏的代码给屏蔽了;
请将FS44B0II开发板连接好交叉网线、直连串口线、电源,
并连接好G57液晶屏,同时还要连接好背光电源;
然后在BIOS的命令窗口里面敲netrun命令;
点击FS44B0_G57_uCGUIuC-GUIFS44B0_G57_uCGUI_DataDebugRel目录下:
批处理文件FS44B0_G57_uCGUI.BAT
下面你就可以看到液晶屏上面显示优龙标志
它会延时一两秒中进入下一个画面,逐步延时GUI的各项功能,请耐心观看;
-Development Environment: ADS 1.2/SDT 2.51GUI test, because there is no touch screen, it will be touch screen to shield the code Please FS44B0II development board to connect a good cross-network lines, direct serial lines, power supply, and connect a good G57 LCD screen, at the same time, good backlight power supply connection and then in the BIOS command window knock netrun order Click FS44B0_G57_uCGUIuC-GUIFS44B0_G57_uCGUI_DataDebugRel directory: batch file FS44B0_G57_uCGUI.BAT below you can see the LCD screen above shows excellent signs that it will delay Liuzhou 1 two seconds to enter the next screen, and gradually delay the GUI features, please be patient watch
- 2022-02-06 06:38:46下载
- 积分:1