-
Cortex
STM32是以Cortex-M3为核的处理器,该例程介绍STM32下如何对SPI进行操作。SPI适合于较长距离,高速通信。如SD,解码芯片等等。-Cortex-M3 based STM32-core processor for the routine introduction STM32 how to operate on the SPI. SPI is suitable for long distance, high-speed communications. Such as SD, decoder chip and so on.
- 2022-03-15 15:08:41下载
- 积分:1
-
MIPS R4400 用户手册,指令集介绍
MIPS R4400 用户手册,指令集介绍-The R4000 processor provides complete application software
compatibility with the MIPS R2000, R3000, and R6000 processors.
Although the MIPS processor architecture has evolved in response to a
compromise between software and hardware resources in the computer
system, the R4000 processor implements the MIPS ISA for user-mode
programs. This guarantees that user programs conforming to the ISA
execute on any MIPS hardware implementation.
- 2022-03-23 20:42:34下载
- 积分:1
-
学习一个uCOS ARM(s3c44b0x)的资料好教程
学习一个uCOS ARM(s3c44b0x)的资料好教程-Learning a uCOS ARM (s3c44b0x) information good tutorial
- 2022-02-12 04:40:34下载
- 积分:1
-
bf535 rtc example code.
bf535 rtc example code.
- 2022-05-28 01:59:22下载
- 积分:1
-
ADS开发环境下的基础实验,代码简单易懂,适合学习.
ADS开发环境下的基础实验,代码简单易懂,适合学习.-ADS development environment based on the experiments, easy-to-read code, suitable for learning.
- 2022-01-25 22:47:11下载
- 积分:1
-
该文件是EasyARM的cC/OS板的软件DEMO,调试OK,放心学习使用。本人花了大量的时间自学了EasyARM,现在已有小成。...
该文件是EasyARM的cC/OS板的软件DEMO,调试OK,放心学习使用。本人花了大量的时间自学了EasyARM,现在已有小成。-EasyARM of cC/OS software DEMO plate, debug OK, reassured to learn how to use. I spent a lot of time studied EasyARM, now on its laurels.
- 2022-02-07 05:37:40下载
- 积分:1
-
lcd1602 in c language header file procedures. Stc5410ad based on single
lcd1602在c语言中的头文件程序。基于stc5410ad单片机设计,可在主程序中直接调用。-lcd1602 in c language header file procedures. Stc5410ad based on single-chip design, can directly call the main program.
- 2023-03-11 17:05:04下载
- 积分:1
-
Through the parallel port can be on the CC2430 programmer procedures, procedures...
通过并口就能对CC2430 烧写程序,程序运行在Linux下,Windows下暂没法支持。-Through the parallel port can be on the CC2430 programmer procedures, procedures under Linux running on, Windows can not support under the suspense.
- 2022-02-05 00:00:32下载
- 积分:1
-
MAX7219的STM32 ARM Cortex M 3
应用背景#包括
- 2023-02-15 20:00:04下载
- 积分:1
-
μC/OS
μC/OS-II实验程序说明
软件版本:V1.0 日期:2005-05-25
多任务是指多个任务在操作系统的控制下同时运行,它的实现实际上是靠操作系统在
多个任务之间进行切换和调度。在多任务系统中,内核负责管理各个任务,即为每个任务
分配CPU时间,并且负责各任务之间的通讯。μC/OS-II操作系统最多可以支持64个任务。
每个任务的优先级不能相同,优先级数字越小,优先级越高。在μC/OS-II操作系统中,
OSInit()创建了两个μC/OS-II的默认任务:一个是OS_TaskIdle,即CPU空闲任务,它拥有
最低的优先级,当有其他任务运行时此任务处于就绪态,没有其他任务时就是它在运行,
该任务是μC/OS-II必需的任务;另一个任务是OS_TaskStat,它每隔一段时间就做一些统-Arm adt IDE
- 2023-08-06 17:45:03下载
- 积分:1