登录
首页 » 操作系统 » OMAP730 进入DEEPSLEEP模式代码.

OMAP730 进入DEEPSLEEP模式代码.

于 2022-01-26 发布 文件大小:1.52 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

OMAP730 进入DEEPSLEEP模式代码. -OMAP730 enter the code DEEPSLEEP mode.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ucos
    ucos-ii在 阳初2440开发板的移植 可支持从norflash启动,从nandflash启动以及由其它bootloader加载到SDRAM中运行-Yang ucos-ii in the beginning of 2440 development board can support from the transplant norflash start, start from the NANDFLASH as well as by other bootloader loaded into SDRAM running
    2023-08-14 07:45:02下载
    积分:1
  • 提供对城市信息的编辑,提供列车时刻表和飞机航班表的编辑,提供三种最优决策:最快到达、最省钱到达、最少中转次数到达。...
    提供对城市信息的编辑,提供列车时刻表和飞机航班表的编辑,提供三种最优决策:最快到达、最省钱到达、最少中转次数到达。-Provide information on the city editor, providing the train schedule and aircraft flight table editing, offers three optimal decision: to reach the fastest, most cost-effective to reach at least the number of transit arrival.
    2022-03-02 08:55:56下载
    积分:1
  • 现在有很多的相机类型,和一些鱼
    现在有很多相机类型,有的鱼眼相机照完的图片会发生畸变,为此,我们要进行鱼眼图片校正。本程序正是针对鱼眼图象的校正程序,里面有详细的注释说明相信只要是有一定的基础的人都能看懂。不过,还有差值部分没做完哪,有待完善。-Now have a lot of camera types, and some fish-eye camera images will be finished according to distortion, to that end, we have to carry out fish-eye image correction. This procedure is for fish-eye image correction program, which has detailed notes as long as it is believed that the basis of a certain person can understand. However, there is some difference which did not finish, remain to be improved.
    2022-01-25 15:46:44下载
    积分:1
  • 摘要:J2ME是SUN公司最新推出的面向嵌入式产品的JAVA,目前市场上刚刚推出采用J2ME工具开发的手机和PDA产品,本文介绍了J2ME的特点和技术,分析了J...
    摘要:J2ME是SUN公司最新推出的面向嵌入式产品的JAVA,目前市场上刚刚推出采用J2ME工具开发的手机和PDA产品,本文介绍了J2ME的特点和技术,分析了J2ME将来的应用以及当前J2ME开发未来信息终端的技术。 关键词:JAVA;虚拟机;J2ME;信息终端 -Abstract : J2ME is Sun"s new products for embedded Java, currently on the market just released J2ME tool development using mobile phones and PDAs, This paper describes the features of the J2ME and technology, analysis of the J2ME future use J2ME and the current development of future information terminal technology. Keywords : JAVA; Virtual Machine; J2ME; Information Terminal
    2023-08-25 01:05:03下载
    积分:1
  • 程序,计算县城个数,进程名称,进程的管理
    操作系统程序,计算县城个数,进程名称,进程的管理-Operating procedures, the county calculated the number, the process name, process management
    2022-03-26 19:01:24下载
    积分:1
  • Linux0.07版本的源代码,很经典的,对于初学者有很大的帮助,不可不看。...
    Linux0.07版本的源代码,很经典的,对于初学者有很大的帮助,不可不看。-linux version 0.07 source code, very classic, helpful to the beginner.
    2022-03-21 00:16:10下载
    积分:1
  • the procedures on the topic of : process management
    本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user"s needs to create process n (n that meet user needs, without exceeding the system can accommodate
    2022-03-13 01:19:06下载
    积分:1
  • 不断发送IP地址,和接收对方IP地址的程序,
    不断发送IP地址,和接收对方IP地址的程序,-constantly sending IP address, and receive the IP addresses of the other procedures,
    2022-01-25 15:11:35下载
    积分:1
  • 51单片机
    这是一个基于时间片的操作系统  通过时间分割 将51单片机 独立出N个低频单片机 并行运行程序,该系统有一定的实用性,特别是要驱动TFT屏的时候,在刷屏的同时单片机任能做其他事情,如果不是用操作系统,像51这种低端的单片机是做不到同时的,所以这个代码非常有学习的价值
    2022-01-21 21:11:52下载
    积分:1
  • 这个程序是模拟采用二级目录结构的磁盘文件中的文件,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子的原理,加深对二级...
    这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on some basic document management, such as : read, write, delete files. Through this procedure can grasp the principle document subsystems to enhance the structure of the two file system user management, document management, directory management, understanding, and the procedures to achieve the right documents subsystem simulation.
    2022-05-30 23:08:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载