《Android嵌入式系统程序开发 基于Cortex A8 》主要分为三部分 包括软件篇 硬件篇和项目篇 软件篇从Android 体系结构和开发环境搭建 以及Android 应用程序开发等方面构造了一个完整的Android开发流程;硬件篇重点讲解了S5PV210硬件结构和Android系统移植 详细介绍了底层驱动的封装 中间层jni的制作 以及上层UI的设计;项目篇提供完整的综合应用项目的程序开发实例 详细介绍了开发过程和原始程序代码 并且安排了丰富的实验内容与实践 让读者深刻理解和掌握嵌入式系统开发的整个过程 了解底层驱动程序驱动硬件的原理和上层应用程序的设计方法 《Android嵌入式系统程序开发 基于Cortex A8 》内容丰富实用 层次清晰 叙述详尽 方便教学与自学 可作为高等院校计算机类 电子类和控制类等专业高年级本科生 研究生学习嵌入式Android程序开发的教材 也可作为全国大学生电子设计竞赛培训教材 以及工程技术人员进行嵌入式系统开发与应用的参考书 ">《Android嵌入式系统程序开发 基于Cortex A8 》主要分为三部分 包括软件篇 硬件篇和项目篇 软件篇从Android 体系结构和开发环境搭建 以及Android 应用程序开发等方面构造了一个完整的Android开发流程;硬件篇重点讲解了S5PV210硬 [更多]
2021-11-04 11:22:30 57.94MB Android 嵌入式
1
雷米·艾伦 皮质奔跑者 TheHive的Cortex作业自动化 要求 蜂巢 要求 安装 git clone ' https://github.com/Cyberprotect/Cortex-Runner.git ' cd CortexRunner-master python setup.py install 或者 pip install Cortex-Runner 用法 from cortexrunner . api import CortexRunner observable = '1234abcd1234abcd1234abcd1234abcd' config = { 'thehive' : { 'url' : 'http://127.0.0.1:8080' , 'proxies' : None , 'cert' : True
2021-11-03 09:49:03 9KB observable malware-analysis thehive iocs
1
Cortex-M0 技术参考手册.pdf
2021-11-01 20:01:43 430KB Cortex-M0
1
Cortext-M4用户手册
2021-11-01 11:32:53 875KB ARM Cortex
1
Exynos 5250用户手册Public版
2021-10-31 18:06:27 4.94MB Exynos 5250 Cortex A15
1
【目  录】: 第1篇系统篇 第1章嵌入式系统概述3 1.1嵌入式系统的定义和特点3 1.1.1嵌入式系统的定义3 1.1.2嵌入式系统和通用计算机比较4 1.1.3嵌入式系统的特点5 1.2嵌入式系统的硬件6 1.2.1嵌入式处理器7 1.2.2嵌入式存储器15 1.2.3嵌入式I/O设备18 1.2.4嵌入式I/O接口18 1.3嵌入式系统的软件21 1.3.1无操作系统的嵌入式软件22 1.3.2带操作系统的嵌入式软件24 1.4嵌入式系统的分类27 1.4.1按硬件(嵌入式处理器)划分27 1.4.2按软件复杂度划分27 1.4.3按实时性划分28 1.4.4按使用对象划分28 1.5嵌入式系统的应用28 1.5.1国防军事28 1.5.2工业控制29 1.5.3消费电子30 1.5.4办公自动化产品30 1.5.5网络和通信设备30 1.5.6汽车电子31◆嵌入式系统原理及应用目录1.5.7金融商业31 1.5.8生物医学32 1.5.9信息家电32 1.6本章小结34 习题134 第2章嵌入式系统开发35 2.1嵌入式系统的开发环境、开发工具和调试方式35 2.1.1嵌入式系统的开发环境35 2.1.2嵌入式系统的开发工具37 2.1.3嵌入式系统的调试方式43 2.2嵌入式系统的开发语言50 2.2.1嵌入式硬件开发语言50 2.2.2嵌入式软件开发语言51 2.3嵌入式系统的开发过程53 2.3.1需求分析54 2.3.2系统设计55 2.3.3系统实现61 2.3.4系统测试70 2.3.5系统发布73 2.4嵌入式开发工程师之路74 2.4.1嵌入式行业和人才的现状分析74 2.4.2嵌入式开发工程师的能力要求74 2.4.3嵌入式开发工程师的进阶之路75 2.5本章小结77 习题278 第2篇内核篇 第3章ARM CortexM3处理器81 3.1ARM CortexM3组成结构81 3.1.1CortexM3内核82 3.1.2调试系统84 3.2ARM CortexM3总线接口86 3.2.1CortexM3总线接口类型87 3.2.2CortexM3总线连接方案88 3.3ARM CortexM3编程模型89 3.3.1工作状态89 3.3.2数据类型89 3.3.3寄存器89 3.3.4指令系统93 3.3.5操作模式和特权分级96 3.3.6异常和中断98 3.3.7双堆栈机制105 3.4ARM CortexM3存储器系统107 3.4.1存储器映射107 3.4.2位带操作110 3.4.3存储格式112 3.5ARM CortexM3的低功耗模式113 3.6本章小结114 习题3115 第4章基于ARM CortexM3的STM32微控制器117 4.1从CortexM3到基于CortexM3的MCU117 4.2基于CortexM3的STM32系列微控制器概述118 4.2.1产品线118 4.2.2命名规则124 4.2.3生态系统125 4.2.4开发方法131 4.2.5学习之路134 4.3STM32F103微控制器基础136 4.3.1概述136 4.3.2主系统结构137 4.3.3功能模块139 4.3.4引脚定义140 4.3.5存储器组织141 4.4STM32F103微控制器的最小系统145 4.4.1电源电路145 4.4.2时钟电路148 4.4.3复位电路149 4.4.4调试和下载电路150 4.4.5其他151 4.5STM32F103微控制器的时钟系统153 4.5.1输入时钟153 4.5.2系统时钟155 4.5.3由系统时钟分频得到的其他时钟155 4.5.4STM32F10x时钟系统相关库函数157 4.6STM32F103微控制器的低功耗模式162
2021-10-28 20:05:31 28MB PPT
1
stm32f407 http tftp 文件传输
2021-10-26 16:25:53 5.56MB stm32f407 http tftp cortex-M4
1
ARM的Cortex-A17技术参考手册。
2021-10-26 10:05:50 1.25MB Cortex 技术参考手册
1
This book is aimed at those with an interest in designing and programming embedded systems. These could include electrical engineers or computer programmers who want to get started with microcontroller applications using the ARM Cortex M4 architecture in a short time frame. This book's recipes can also be used to support students learning embedded programming for the first time. Basic knowledge of programming using a high-level language is essential but those familiar with other high-level languages such as Python or Java should not have too much difficulty picking up the basics of embedded C programming. Embedded microcontrollers are at the core of many everyday electronic devices. The so-called Internet of Things drives the market for such technology, so much so that embedded cores now represent 90% of all processors sold. The ARM® Cortex® M4 is one of the most powerful microcontrollers on the market. The book begins with an introduction to the ARM® Cortex® family and we cover the installation of the ARM® uVision Integrated Development Environment and topics such as target devices, evaluation boards, code configuration, and GPIO. You will then learn about core programming topics. You will find out about advanced aspects such as data conversion, multimedia support, real-time signal processing, and real-time embedded systems. By the end of the book, you will be able to successfully create robust and scalable ARM® Cortex® based applications.
2021-10-26 00:06:41 8.13MB arm cortex m4
1
cortex-m3 中文版 数据手册 datasheet
2021-10-25 09:55:57 1.67MB cortex-m3 datasheet 嵌入式
1