搜索资源列表
51汇编程序1ASM
- 本程序用于测试实时时钟模块SD2000的SRAM存储器D/E系列, 程序功能如下: 1. 关闭/INT1及/INT2的中断输出 2. 初始化时间(写时间数据) 3. 在BREAKPOINT1设断点时,依次读时间-写SRAM数据-读SRAM数据循环 4. 全速执行时,LED四位分别显示小时和分钟的值-procedures used to test the real-time clock module SD2000 SRAM memory D / E Series, procedures follo
PDCWanNew051203
- vc开发的PCI总线加密卡 PCI开发卡主要由PCI9054、93C56、16M晶振和相应的跳线、控制地址数据线等部分组成。PCI9054是PLX公司的PCI主模式桥芯片,具体芯片的说明请见Data Book;93C56是EERPOM,用于向PCI9054的初始化设置信息;16M晶振向9054提供总线时钟和CPLD7128S提供时钟;跳线用于PCI9054的设置,控制地址数据线将PCI9054的Local Bus信号线引出来,用于实验板用。-vc development of the PCI
200609-151
- 函数名称: UART_init()串口初始化函数 // 函数功能: 在系统时钟为11.059MHZ时,设定串口波特率为9600bit/s // 串口接收中断允许,发送中断禁止
FMPLL
- Power PC 55xx 时钟初始化程序
int_clk
- 430的时钟和串口初始化程序 有详细的备注-430 clock and serial port initialization procedure detailed notes
Phantom
- Windows系统时光机(副标题: 守望者逆向源码) 这是一个逆向游戏守望者的一个驱动,用来给整个系统进行加速处理. 目前是整个系统都加速,包括系统时钟也变快了. 备注: R3层要加载D3D9相关的DLL进行初始化,才会真正的体验到加速的效果.-Windows System Time Machine (subtitle: Rye reverse source) This is a driver of a reverse game of Rye, accelerated proce
BCSCLK
- msp430f149单片机的程序,用于msp430f149的内部系统基础时钟初始化设置。-Msp430f149 MCU program for msp430f149 based clock internal system initialization Settings.
KEY1
- 基于stm32f4的按键消抖程序:包括配置系统时钟,按键端口初始化,设置中断模式,配置KEY连接的IO口及其中断,配置中断触发条件并使能。-Based on stm32f4 keys away shaking procedures, including configuration system clock, KEY port initialization, interrupt mode, the configuration is the KEY link of I/o port and inte
50HZ
- 利用汇编语言实现50HZ PWM信号。单片机的初始化,特别是时钟初始化。- Using assembly language to achieve PWM 50HZ signal. MCU initialization, especially the clock initialization.
CE101_ADC_1MSPS_Sep11
- 实现AD采样pic33fj,初始化pic33fj,时钟设置及采样通道的设置(Implementing AD sampling pic33fj,initAdc1() is used to configure A/D to convert AN0 using CH0 and CH1 sample/hold in sequencial mode //at 1.1MHz throughput rate. ADC clock is configured at 13.3Mhz or Tad=75ns)
clock
- LPC1768时钟编程,包括lpc1768时钟读取,初始化,修改设置等(LPC1768 clock programming, including lpc1768 clock reading, initialization, modification settings, etc.)
1
- 设计一个表示分数的类Fraction。这个类用两个int类型的变量分别表示分子和分母。 这个类的构造函数是: Fraction(int a, int b) 构造一个a/b的分数。 这个类要提供以下的功能: double toDouble(); 将分数转换为double Fraction plus(Fraction r); 将自己的分数和r的分数相加,产生一个新的Fraction的对象。Fraction multiply(Fraction r); 将自己的分数
STM32时钟+STM32CubeMX配置
- STM32时钟配置方法详解及STM32CubeMX-为STM32配置和C代码的初始化程序(STM32 clock configuration method details and STM32CubeMX- is the initialization program for STM32 configuration and C code)
edmatest
- DSP6416的dma的初始化,寄存器的配置,时钟配置,以及库函数的调用,初始化emifa,初始化emifb,以及dma状态使能。(DSP6416 dma initialization, register configuration, clock configuration, and library function calls, initializing emifa, initializing emifb, and dma status enabled.)
7.STM32配置时钟
- STM32 最基础的资料,很适合才学习STM32的人进行学习。始终配置,初始化资料,(The most basic information of STM32 is suitable for people who learn STM32. Always configure, initialize data.)
STM32CubeMX 使用手册
- STM32CubeMX是用于STM32微控制器的图形工具。它属于STMCube?系列, 既可作为独立应用,也可作为Eclipse插件集成到集成开发环境(IDE)中。 STM32CubeMX 有以下主要特性: ? 微控制器选择方便,覆盖整个STM32产品 ? 可从一系列意法半导体的开发板中选择板子 ? 微控制器配置简单(引脚、时钟树、外设、中间件)以及生成对应的初始化C代码 ? 将以前保存的配置导入新的MCU项目即可轻松地转换到其他微控制器 ? 将当前配置轻松地导出到兼容的MCU