-
XMC4500 系列代码示例与 CAN 总线 SPI I2C 和模数转换器
代码示例的 XMC4500 系列。在本例中我使用 CAN 总线、 SPI、 I2C。英飞凌等值电路是实现 SPI 的多任务系统相同的 I2C 协议到 PCA9502 跟产出。CAN 总线配置为 500 KB,而用来将消息从 ADC 发送到总线
- 2022-09-19 00:40:03下载
- 积分: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
-
ARM架构参考手册
ARM Architecture Reference Manual
The purpose of this manual is to describe the ARM instruction set architecture, including its high code
density Thumb® subset, and three of its standard coprocessor extensions:
• The standard System Control coprocessor (coprocessor 15), which is used to control memory system
components such as caches, write buffers, Memory Management Units, and Protection Units.
• The Vector Floating-point (VFP) architecture, which uses coprocessors 10 and 11 to supply a
high-performance floating-point instruction set.
• The debug architecture interface (coprocessor 14), formally added to the architecture in ARM v6 to
provide software access to debug features in ARM cores, (for example, breakpoint and watchpoint
control).-ARM Architecture Reference Manual
The purpose of this manual is to describe the ARM instruction set architecture, including its high code
density Thumb® subset, and three of its standard coprocessor
- 2022-07-22 06:43:34下载
- 积分:1
-
DSPC6748例程
最新DSP6748例程,很全的,我自己用的板子已经全部测试过了,没问题的。适合刚开始学DSP6748的人使用,代码后面有注释,容易看懂。最新DSP6748例程,很全的,我自己用的板子已经全部测试过了,没问题的。适合刚开始学DSP6748的人使用,代码后面有注释,容易看懂。
- 2023-02-27 11:40:05下载
- 积分:1
-
飞凌嵌入式翻译的2440中文资料,绝对实用
飞凌嵌入式翻译的2440中文资料,绝对实用-Feiling embedded translation 2440 Chinese data, the absolute utility
- 2022-04-22 17:05:17下载
- 积分:1
-
采集AIN0和AIN1的信号,通过可调电阻,使输入的模拟信号发生改变,来进行A/D转换。为保证数据的准确性,通常采集10次以上,在求平均值。A/D转换器采集AI...
采集AIN0和AIN1的信号,通过可调电阻,使输入的模拟信号发生改变,来进行A/D转换。为保证数据的准确性,通常采集10次以上,在求平均值。A/D转换器采集AIN0和AIN1的信号,并显示出来。-AIN1 acquisition and AIN0 signal, through an adjustable resistor, so that the analog signal input to change, to carry out A/D conversion. In order to ensure the accuracy of the data is usually collected 10 times more than the average in the order. A/D converter and acquisition AIN0 signals AIN1 and displayed.
- 2023-06-23 23:55:03下载
- 积分:1
-
LPC2103 linker and start up files
LPC2103 linker and start up files
- 2022-03-12 15:33:33下载
- 积分:1
-
可以加载到嵌入式系统VGA显示驱动程序,实现了VGA初始化及显示驱动等功能。...
可以加载到嵌入式系统VGA显示驱动程序,实现了VGA初始化及显示驱动等功能。-can be loaded into embedded systems VGA display drivers, the realization of the Initialization and VGA display driver functions.
- 2023-01-30 02:10:03下载
- 积分:1
-
qnx alpu硬件通路测试代码
本源码是用于freescale imx6系列的qnx平台,利用i2c总线接入alpu芯片,测试alpu在bypass mode模式下是否能够正常工作的代码,用于确认硬件通路是否存在问题,如果测试通过就可以利用加密库实现加密芯片的算法了。
- 2022-07-16 14:35:46下载
- 积分:1
-
基于stm8的SPI_FLASH
基于stm8的SPI_FLASH,有效地节省了IO口使用,注释很清晰,初学者很容易明白,适合新手学习
- 2022-04-28 02:55:25下载
- 积分:1