搜索资源列表
RapidSTM32
- 为实现高效的C语言代码编写 ,将 Matlab/Simulink应用在基于ARM Cortex-M3内核微控制器的嵌入式系统软件开发中。利用专门针对系列STM32微控制器开发的imulink模块库RapidSTM32及其工具套件对 嵌入式系统进行建模与仿真。 -To achieve efficient C code written in Matlab/Simulink applications in the embedded systems software development based
STM32_TIMER_INT
- 对于STM32嵌入式开发,定时器和中断是十分重要的模块,本文给出详细介绍,用于初学者。-STM32 embedded development, timer and interrupt the module is very important, the paper gives a detailed introduction for beginners.
STM32--study--note
- 很好的ARM 32嵌入式学习笔记 适合入门学习。-Well embedded ARM 32 study notes for entry-learning.
STM32zhiwen
- 针对目前"嵌入式指纹识别系统在性价比及指纹算法的效率和准确性上存在不足"的问题,介绍了一种基于STM32芯片及FPS200指纹传感器实现嵌入式指纹识别系统的设计方法-For the current "embedded fingerprint identification system exists on the efficiency and accuracy of cost and lack of fingerprint algorithm" problem, introduces a STM3
config
- stm32嵌入式开发的uart配置程序,调试成功-Stm32 embedded development of uart configuration program, debugging success
STM32-ov7670-source-code
- CortexM3 of STM32 嵌入式系统设计 ov7670摄像头驱动的源代码-CortexM3 of STM32 system about ov7670 source code
STM32-exam
- 此文件是嵌入式考试试题,所用硬件为STM32CortexM3内核。对于考嵌入式资格证书的同学有很大帮助。-This file is embedded exam questions, the hardware used for STM32CortexM3 kernel. For embedded qualification examination certificate of students are of great help.
111
- STM32防破解 - 嵌入式系统编程STM32 anti-crack - Embedded System Programming-STM32 anti-crack- Embedded System Programming
CMOS_FIFO
- 这是摄像头的完整方案原理图,需要在DSP环境下进行画板子。基于STM32环境下的编程,使用的编程软件是Keil。是一种ARM嵌入式系统。-This is the camera s complete program schematic, you need to drill in the DSP environment. Based on the STM32 environment programming, the use of programming software is Keil. Is an
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为