ARM CORTEX M3 LPC1700 中文手册 周立功 不多说了
2022-04-27 19:06:15 17.8MB ARM CORTEX M3 LPC1700
1
The Definitive Guide to ARM Cortex -M3 and Cortex-M4 Processors Third Edition
2022-04-12 22:24:07 65.28MB arm cortex m3 m4
1
带有硬件 MIDI 的 ARM 复音波表合成器 这是一个运行在 72Mhz STM32F 32 位 ARM Cortex M3 微处理器上的波表合成器 在这里您可以看到它正在运行,并附加到我的模块上。 它能够通过串行连接直接读取 MIDI,如图所示连接到电路板,并通过 1/8" 音频插Kong输出。 “ARM 复音波表合成器” 该项目使用 Leaf Labs Maple 板,结合 Open Music Lab 的 Audio Codec Shield。 通常,该板将用于为吉他创建简单的单块效果器,因为该板仅具有 128KB 闪存用于存储和 20KB SRAM,但是我已经创建了一个 8 音复音波表合成器 :) 抗锯齿波表正弦、方波和锯齿波在构建时预先计算并存储在闪存中。 它使用 mipmapped 波表,每个八度生成一个。 这个STM32F只有72Mhz,所以核心波表代码非常优化,C
2022-04-02 15:47:20 6.27MB c-plus-plus arm embedded midi
1
优易特HMI-STM32开发板原理图,板载256KB SRAM, 4MB FLASH.
2022-03-18 15:04:20 164KB STM32 ARM CORTEX-M3
1
 为避免两车在同车道行驶中因追尾发生交通事故,本项目根据追尾事故的产生原因研制了车距安全距离智能控制与自刹车模拟系统。本模拟系统运用霍尔传感器以及加速度传感器测量后车车速Vb、采用超声波回波测距原理测量前后车的车辆间距ΔS,利用stm32f103zet6单片机处理数据,并根据两车的运行状况,后车自动调整行驶速度,从而实现后车与前车的安全车距的智能控制。实际测试表明,本系统可以实现安全车距的智能控制,达到设计要求。
2022-03-08 22:34:14 1.42MB  车辆安全; 模拟; ARM Cortex-M3;
1
Cortex®-M3技术参考手册(英文)
2022-03-07 02:31:41 1.5MB ARM
1
ARM Cortex M3 与 Cortex M4权威指南,英文原版第三版
2022-02-15 16:47:19 59.41MB ARM Cortex
1
非常棒的一本STM32教程,内容通俗易懂,由浅入深,学习STM32必备书籍!
2022-01-25 10:58:59 35.8MB STM32 ARM CORTEX M3
1
This book is for both hardware and software engineers who are interested in the ARM Cortex™-M3 processor. The Cortex-M3 Technical Reference Manual (TRM) and the ARMv7-M Architecture Application Level Reference Manual already provide lots of information on this processor, but they are very detailed and can be challenging for novice readers. This book is intended to be a lighter read for programmers, embedded product designers, systemon- chip (SoC) engineers, electronics enthusiasts, academic researchers, and others who are investigating the Cortex-M3 processor, with some experience of microcontrollers or microprocessors. The text includes an introduction to the architecture, an instruction set summary, examples of some instructions, information on hardware features, and an overview of the processor’s advanced debug system. It also provides application examples, including basic steps in software development for the Cortex-M3 processor using ARM tools as well as the Gnu’s Not Unix tool chain. This book is also suitable for engineers who are migrating their software from ARM7TDMI to the Cortex-M3 processor because it covers the differences between the two processors, and the porting of application software from the ARM7TDMI to the Cortex-M3.
2021-12-31 17:04:00 5.87MB ARM Definitive Guide
1
压缩包中本文详细讲述了LwIP在无操作系统支持环境下的API函数介绍及编程应用。首先,介绍了RAW API的特点及优缺点,然后逐个介绍了LwIP提供的所有的RAW API函数,最后通过实例的形式介绍了这些API函数具体编程的方法。 包含样例代码: 1、TCP客户端实验 2、UDP服务器实验V 0.01 3、UDP客户端实验 4、WEB服务器实验
2021-12-10 19:33:07 4.8MB ARM Cortex-M3 LWIP 周立功
1