-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对看门狗进行操作。看门狗是一种保护措施。在一定程度上可以保护系统的可靠性。-Cortex-M3 based STM32-core processor for the routine introduction of watchdog STM32 how to operate. Watchdog is a kind of protective measures. To some extent, to protect system reliability.
- 2022-02-26 17:17:00下载
- 积分:1
-
s3c2410a中文数据手册第十八章
s3c2410a中文数据手册 第十八章-看门狗.pdf-Chinese data s3c2410a Manual Chapter XVIII- watchdog. pdf
- 2022-02-24 12:58:43下载
- 积分: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
-
2440 Super bios (ads1.2 rvds2.2) GM
2440超级bios(ads1.2 rvds2.2)通用-2440 Super bios (ads1.2 rvds2.2) GM
- 2023-05-07 02:55:03下载
- 积分:1
-
TMS320F2812 FFT source code
TMS320F2812 FFT 源代码 -TMS320F2812 FFT source code
- 2022-11-15 04:00:03下载
- 积分:1
-
51单片机实现万年历功能
资源描述使用51单片机实现万年历的全部代码。保证可以使用。
- 2022-01-26 17:58:04下载
- 积分:1
-
static display 8,051 procedure will be preset in the display buffer of 6% corres...
静态显示8051程序,
将预置在显示缓冲区中的6个数置换成相应的显示字形,然后输出到显示器中显示。运行以上程序,数码管将显示543210。-static display 8,051 procedure will be preset in the display buffer of 6% corresponding number of replacement shows font, then the output to a monitor display. Run the above procedures, digital pipe to show 543,210.
- 2022-03-24 10:58:19下载
- 积分:1
-
uCOS移植范例,开发人员或嵌入式爱好者可以借鉴。
uCOS移植范例,开发人员或嵌入式爱好者可以借鉴。-uCOS transplantation example, developers or embedded lovers can learn from.
- 2023-07-22 03:50:04下载
- 积分:1
-
基于AT89C51使用ADC0832进行模数转换和显示。使用proteus+keil,有仿真原理图和C程序。...
基于AT89C51使用ADC0832进行模数转换和显示。使用proteus+keil,有仿真原理图和C程序。-Based on AT89C51 using the ADC0832 analog to digital conversion and display. Use proteus+ keil, a simulation schematic diagram and C programs.
- 2022-01-25 16:30:16下载
- 积分:1
-
LPCEB2000
LPCEB2000-S的I2C控制程序,希望对大家有帮助-LPCEB2000-S of the I2C control procedures, and they hope to help everyone
- 2022-03-18 15:55:07下载
- 积分:1