-
本测试代码使用脉宽调制控制发光二极管闪烁,但是,用户可以使用脉宽调制来做…
This test code use PWM to control LED flashing, however, users can use PWM to do other things with the PWM initialization code-AT91SAM7S test code for PWM development under IAR platform
- 2022-03-22 15:13:43下载
- 积分:1
-
LPC1115 uart口初始化
初始化串口;
串口单字节发;
串口多字节发;
串口中断接收
- 2022-02-01 14:05:39下载
- 积分:1
-
开发三星arm9s3c2410代码,差不多包括其全部功能!
开发三星arm9s3c2410代码,差不多包括其全部功能!-development code, including almost all of its functions.
- 2022-05-15 21:23:29下载
- 积分:1
-
pic18f97j_iic
pic18 单片机IIC 24C02,以前网上看到的模拟IIC的多,这份为PIC内部硬件,可以参考下,包含I2C写入数由硬件自动清零
- 2022-01-28 03:12:29下载
- 积分:1
-
MSP430F147读写FLASH的基本操作,想学习MSP430F147的下.
MSP430F147读写FLASH的基本操作,想学习MSP430F147的下.
-MSP430F147 the basic reading and writing operations, MSP430F147 want to learn the next.
- 2022-01-24 17:52:21下载
- 积分:1
-
This document describes in detail the principle of H
该文档详细地描述了H-JTAG的原理,详细地介绍了如何使用H-JTAG,包括使用简易JTAG调试板,如SDT和Wiggler。-This document describes in detail the principle of H-JTAG detailed description of how to use the H-JTAG, including the use of simple JTAG debug board, such as SDT and the Wiggler.
- 2022-03-20 17:55:30下载
- 积分:1
-
u-boot.bin 支持9261ek的usb下载功能-u-boot.bin support 9261ek the usb download
- 2022-02-04 23:07:47下载
- 积分:1
-
三星ARM9(S3C2410)开发板原理图
三星arm9(s3c2410)开发板的原理图-Samsung arm9 (s3c2410) development board schematics
- 2022-12-14 19:00:03下载
- 积分:1
-
mini2440 uboot 源码
已经移植成功的,基于国嵌mini2440开发板的uboot源码
int board_init (void)
{
struct s3c24x0_clock_power * const clk_power =
s3c24x0_get_base_clock_power();
struct s3c24x0_gpio * const gpio = s3c24x0_get_base_gpio();
/* to reduce PLL lock time, adjust the LOCKTIME register */
clk_power->LOCKTIME = 0xFFFFFF;
- 2022-03-10 02:48:34下载
- 积分: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