-
A Tiny Microcontroller for FPGAs
应用背景Abstract—Leros is a tiny microcontroller that is optimized for
current low-cost FPGAs. Leros is designed with a balanced logic
to on-chip memory relation. The design goal is a microcontroller
that can be clocked in about half of the speed a pipelined on-chip
memory and consuming less than 300 logic cells.
The architecture, which follows from the design goals, is a
pipelined 16-bit accumulator processor. An implementation of
Leros needs at least one on-chip memory block and a few hundred
logic cells.
The application areas of Leros are twofold: First, it can be used
as an intelligent peripheral device for auxiliary functions in an
FPGA based system-on-chip design. Second, the very small size
of Leros makes it an attractive softcore for many-core research
with low-cost FPGAs.关键技术The smallest core is comparable to Leros and can be implemented
- 2023-09-03 01:00:04下载
- 积分:1
-
STM32采样三轴加速度
应用背景ADXL345 是AD 公司的一款 3轴、数字输出的加速度传感器。stm32驱动该传感器进行通信和获得数据。关键技术功能简介:主函数不停的查询ADXL345的转换结果,得到x、y和z三个方向的加速度值(读数值),然后将其转换为与自然系坐标的角度,并将结果在LCD模块上显示出来。DS0来指示程序正在运行,通过按下WK_UP按键,可以进行ADXL345的自动校准(DS1用于提示正在校准)。
- 2022-01-21 05:46:12下载
- 积分:1
-
Understanding the Linux Kernel helps readers understand how Linux performs best...
Understanding the Linux Kernel helps readers understand how Linux performs best and how
it meets the challenge of different environments. The authors introduce each topic by
explaining its importance, and show how kernel operations relate to the utilities that are
familiar to Unix programmers and users.
- 2022-08-04 10:53:38下载
- 积分:1
-
i2c librabry based on stellaris lm3s
这是基于stellaris的i2c库。用于从/到从属设备的读写,以及作为主设备的LM3
- 2023-07-23 12:55:03下载
- 积分:1
-
蓝牙下的检测工具,扫描其他设备。用蓝色的…
Linux下蓝牙探测工具,扫描其他设备。配合bluez-lib使用。-Bluetooth under Linux detection tool to scan other devices. With the use of bluez-lib.
- 2022-04-19 04:49:28下载
- 积分:1
-
ti tusb3210
用于USB 适配器的源代码,值得一看he following is a series of code files comprising
the bootcode for TUSB3210. It is already resident in
on-chip ROM and therefore was not intended for our
customers to compile 揳s is?and execute on the
evaluation board. Rather, it is provided
to serve as an example of how to program the device,
and excerpts of the code can be used in real
applications (for example, the I2C subroutines).
- 2023-09-04 02:35:03下载
- 积分:1
-
- 2023-04-19 08:15:03下载
- 积分:1
-
区域可视对讲机键盘测试程序。运用pt6964芯片。
小区可视对讲键盘检测程序.利用pt6964芯片.-Area visual intercom keyboard testing procedures. Pt6964 chips use.
- 2023-07-23 10:30:03下载
- 积分:1
-
In the de2 on the file system using niosii to achieve fat source code, the file...
在de2上用niosii实现fat文件系统源代码,可以实现文件的读写操作,介质为sd卡。-In the de2 on the file system using niosii to achieve fat source code, the file read and write operations can be achieved, the medium for the sd card.
- 2022-04-23 19:57:13下载
- 积分:1
-
VisualSocpe通讯协议
visual socpe 的通信协议。只需更改宏,即可适用于不同平台#define UART_VS_PORT #define UART_SendData(data) 默认给出的是STM32的驱动。
- 2022-02-01 16:43:44下载
- 积分:1