搜索资源列表
nRF24L01_EVB_ISR
- nRF24L01_EVB子程序-ISR,定义中断方式
phymem1.2
- 将用户空间代码注射到内核空间的驱动源代码,主要通过hook ISR方法进行-User space to kernel space code injection driver source code, primarily by hook ISR methods
T1
- Toggle P3.4 using software and TA_0 ISR. Toggles every // 50000 SMCLK cycles. SMCLK provides clock source for TACLK. // During the TA_0 ISR, P3.4 is toggled and 50000 clock cycles are added to // CCR0. TA_0 ISR is triggered every 50000 cycles.
motor3
- The following code illustrates the actual working Motor Control task using AvrX, the authors RTOS. This same code could be called as an ISR or Interrupt Service Routine with few modifications.
idv3
- this about isr interrupt bsp
KernelDetours_libsrc
- One of the main limitations of the original Detours library (besides the non-commercial restrictions) is the lack of support for kernel mode detours: the original library makes hard-coded calls to user mode APIs such as VirtualProtect and FlushIns
adc
- 传感器来检测温度梯度。温度传感器的输出电压进行采样每80毫秒,并使用一个ISR定义δ值相比较。-Use ADC12 and the integrated temperature sensor to detect temperature gradients. The temperature sensor output voltage is sampled every 80ms and compared with the defined delta values using an ISR.
实验四前三题
- 1、8255 芯片初始化 (1) 分析原理图,计算 8255 芯片和 8253 芯片在 IO 空间中各内部寄存器的端口地址,修改 Demo 程序(main.asm 和 INTDemo.asm)中 IO 空间地址的符号定义(xxH)。 (2) 分析原理图中 8255 芯片 PA、PB 和 PC 口的信号传输方向确定各端口的输入及输出状 态,填充源代码框架中 8255 芯片初始化子程序 INIT8255,完成 8255 芯片初始化代码。 (3) 分析原理图中 PC 口的电路功能,完成对 PC 口各信