-
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
-
STM8 BEMF BLDC的控制板
主要用于电动自行车的电机控制,调速系统。实现无霍尔,有霍尔切换。速度转速双闭环控制。
- 2023-08-19 22:45:06下载
- 积分:1
-
学习DS1302非常好的资料
里面包含了很多学习DS1302芯片的资料,帮助你尽快掌握DS1302芯片,内含芯片说明,程序,及仿真
- 2022-03-24 14:26:29下载
- 积分:1
-
FreeRTOS操作系统,所有代码采用C语言编写,支持8bit,16bit,32bit的处理器.学习嵌入式操作系统的最佳选择!...
FreeRTOS操作系统,所有代码采用C语言编写,支持8bit,16bit,32bit的处理器.学习嵌入式操作系统的最佳选择!-FreeRTOS operating systems, all code using C language support 8bit, 16bit, 32bit processor. Embedded operating system to study the best choice!
- 2022-06-19 02:24:49下载
- 积分:1
-
utu2440
utu2440-main-f-v41 ok
- 2022-02-28 08:56:18下载
- 积分:1
-
arm9
arm9-AT91RM9200开发板调试程序AT91RM9200-BasicUHP方面的代码,可以直接编译测试.-arm9- AT91RM9200 development board debugging procedures AT91RM9200-Bas icUHP the code can be directly translated tests.
- 2022-03-24 02:44:41下载
- 积分:1
-
STM32 compiler development environment and simulation debugging chapter
STM32编译开发环境及仿真调试篇-野马学习笔记1-STM32 compiler development environment and simulation debugging chapter- Broncos Study Notes 1
- 2022-05-15 10:40:46下载
- 积分:1
-
这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽...
这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。
-This is a trip of less than 2000 operating system, cleverly using ARM9 CPU memory management unit (MMU) to achieve the switching process. ARM9 4G virtual address can be divided into 128 process space, each 32M. While their virtual address (VA) are 0- (32M-1), but the corresponding MVA (Modified Virtual address, and by the virtual address VA and the process of portfolio from PID) not the same, set MVA corresponding page table at the different physical address can be very easy to let the the process of separating the mutual operation of space. Code rarely Notes rich, in hopes of understanding the operating system, understanding the ARM architecture friends help.
- 2023-01-15 10:50:03下载
- 积分:1
-
fft变换源程序,通过试验验证,已经可以在F2812上进行硬件仿真。...
fft变换源程序,通过试验验证,已经可以在F2812上进行硬件仿真。
-fft transform source, through the tests have been carried out in the F2812 hardware simulation.
- 2022-03-10 03:37:04下载
- 积分:1
-
ARM基础知识,我刚找到的。
和大家共同分享下
ARM基础知识,我刚找到的。
和大家共同分享下-ARM basic knowledge, I have just found. And the U.S. share of
- 2022-02-03 15:00:41下载
- 积分:1