-
BHS STM32 实验29-CAN通讯 (直接操作寄存器)
准备两个CAN板子,连接两个CAN接口,两个板子都下载本程序。
本实验通过CAN总线控制另外一个板子的LED2~LED5闪烁的例子,如果通信正常可以看到两个板子的LED都再闪烁,
如果通信失败或者断开通信线,LED不再闪烁(Prepare two CAN board, connecting the two CAN interface, two board are download the program.
This experiment through the CAN bus control another board LED2 ~ LED5 flashing example, if communication normal CAN see two board LED twinkle again,
If communication failure or off the line, LED will no longer flash)
- 2012-04-16 14:13:56下载
- 积分:1
-
MicrowaveTransistorAmplifiers
微波三极管放大器分析与设计 第二版
Guillermo Gonzalez著
扫描版(Microwave transistor amplifiers analysis and design
second edition
Guillermo Gonzalez)
- 2010-05-31 18:24:14下载
- 积分:1
-
CORTEX_STM32L152_IAR
FREERTOS下STM3210X IAR DEMO(FREERTOS STM3210X IAR DEMO)
- 2012-02-22 14:10:43下载
- 积分:1
-
STM32--radio
通过芯片STM32以实现一般录音机功能,详情可看内部文件(STM32 through the chip in order to achieve the general recorder function, the details to see internal documents)
- 2013-07-10 09:21:53下载
- 积分:1
-
sdcard-at91sam7a3
at91sam7a3在iar下的sdcard例程,调试通过,可以作为学习参考(at91sam7a3 the sdcard routine, under the iar through debugging, can be used as a study reference)
- 2012-10-24 15:21:34下载
- 积分:1
-
CODIGO_SCRIPT
an example of bootloader
- 2009-02-20 19:55:19下载
- 积分:1
-
本文件实现串口发送功能 STM32F-DMA
* 本文件实现串口发送功能(通过重构putchar函数,调用printf;或者USART_SendData()
* 这里是一个用串口实现大量数据传输的例子,使用了DMA模块进行内存到USART的传输
每当USART的发送缓冲区空时,USART模块产生一个DMA事件,
此时DMA模块响应该事件,自动从预先定义好的发送缓冲区中拿出下一个字节送给USART
整个过程无需用户程序干预,用户只需启动DMA传输传输即可
在仿真器调试时,可以在数据传输过程中暂停运行,此时DMA模块并没有停止
串口依然发送,表明DMA传输是一个独立的过程。
同时开启接收中断,在串口中断中将数据存入缓冲区,在main主循环中处理([NO ENGLISH])
- 2010-08-06 16:30:24下载
- 积分:1
-
lpc177x_8x-a85a976
LPC1788官方例程,包含大部分外设,如I2C/SSP/EMC/uart(LPC1788 official routine, containing most peripherals)
- 2019-05-13 22:13:13下载
- 积分:1
-
cmpe137PhoneTracker
code for cs5463 source for the cs5463 chip-driven source, under 3 CS5463 data and the output pulse measurement, measurement, measurement, meet the distribution transf
- 2011-04-29 08:52:58下载
- 积分:1
-
Arch Model
金融时间序列分析
1. 采用Pandas从Yahoo网上下载上市公司的5到10年的日收盘数据,上证指数的日收盘数据。
2. 计算上市公司和上证指数的收益率,
3. 针对上市公司收益率进行ARMA建模,确定P和q,并对残差进行分析,最后向前预测多期,显示预测图。
4. 针对上市公司收益率进行ARCH建模,确定阶数,并对残差进行分析,最后进行预测。
5. 针对上市公司收益率进行GARCH建模,确定阶数,并对残差进行分析,最后进行预测。(use Arch Model to ananlyse and predict yields from public companies. Python. pandas)
- 2020-07-02 09:40:02下载
- 积分:1