自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Jimbo的博客

进阶之路

  • 博客(1)
  • 资源 (43)
  • 收藏
  • 关注

转载 NRZI編碼

NRZI(Non Return to Zero Invert,不归零就反向)的编码方式,无须同步的时钟信号也能产生同步的数据存取。NRZI的编码规则是,当数据位为“1”时不转换,为“0”时再作转换。如图1所示,显示了NRZI编码的范例。位传输的顺序以LSB(最低位)为优先。  图1 NRZI编码的范例说明  NRZI编码的数字再生回路的数字逻辑电路如图2所示。其相对应的编号

2016-03-27 14:56:51 3810

AX7010教程.zip

针对ALINX黑金FPGA开发板Xilinx ZYNQ开发板AX7Z010的pdf教程。 00_软件包说明及开机检测.pdf cource_s1_ALINX_ZYNQ(AX7010)2019开发平台FPGA教程V1.04.pdf course_s2_ALINX_ZYNQ(AX7010_AX7020)开发平台Vitis应用教程V1.04.pdf course_s3_ALINX_ZYNQ(AX7020_AX7010)开发平台Linux驱动教程V1.01.pdf course_s4_ALINX_ZYNQ(AX7020_AX7010)开发平台Linux应用教程V2.01.pdf

2021-07-29

CAN协议 ISO11898-1_2_3_4_5全套协议+CAN协议中文版.zip

CAN协议英文原版《ISO11898 part1~part5》加周立功的《CAN协议中文版.pdf》。 中文版CAN协议共36页,讲CAN协议讲的很清楚。 中英对照,事半功倍!权威资料,避免误导。

2021-07-08

CAN协议 ISO11898-1_2_3_4_5全套协议.zip

Can协议,ISO11898协议全套,part1~part5.

2021-06-21

MFR4310RM.pdf

FlexRay总线驱动器MFR4310RM官方英文原版数据手册。 1.1 Audience This reference manual is intended for application and system hardware developers who wish to develop products for the FlexRay MFR4310. It is assumed that the reader understands FlexRay protocol functionality and microcontroller system design.

2020-02-27

FlexRay_Protocol_Specification_V2.1_Rev.A.pdf

英文官方原版的FlexRay V2.1A协议。 Disclaimer This specification as released by the FlexRay Consortium is intended for the purpose of information only.The use of material contained in this specification requires membership within the FlexRay Consortium or an agreement with the FlexRay Consortium. The FlexRay Consortium will not be liable for any unauthorized use of this Specification.

2020-02-27

Building uClibc.pdf

在ucLinux下编译并安装uclibc。 uclinux是在emcraft网站上购买的,适用于stm32f429i-disco开发板。 编译goahead源码会用到。

2019-12-19

vim插件.rar

vim功能扩展插件。将doc里的文件复制到vim安装路径下的/usr/share/vim/vim72/doc/下,将plugin里的文件复制到/usr/share/vim/vim72/plugin/目录下,将.vimrc复制到~/.vimrc下,如果~/.vimrc存在就替换它。这样就可以完成vim的功能扩展了,vim摇身一变成了source insight。

2019-11-01

emcraft官网买的stm32f429i-discovery uclinux BSP

emcraft官网上花了99美元买的,ST公司的stm32f429i-discovery开发板上的uclinux BSP包。详情查看https://emcraft.com/products/343

2018-11-29

制作dos盘的工具U盘和硬盘

DOS盘制作工具,U盘和硬盘

2017-07-07

MS-DOS6.22光盘映像

MS-DOS6.22 boot disk

2017-07-07

VESA Monitor Timing Standard

2017-04-26

Modelsim后仿真详细步骤讲解

虽然大家都知道我还是重提一下仿真的概念。仿真验证工作占设计总工作量的70%“在这个设计规模达数百万门的ASIC可复用的知识产权IP和系统芯片SOC的时代仿真验证占到了设计总工作量的70%左右。设计团队

2017-04-26

PCB Design Guide

2017-04-11

嵌入式C语言代码编写规范

嵌入式C语言代码编写规范

2017-04-11

C++11国际标准.pdf

Information technology — Programming languages — C++

2017-04-10

LVDS Owner’s Manual

LVDS Owner’s Manual Low-Voltage Differential Signaling Spring 2004 3rd Edition

2017-04-10

Mastering the FreeRTOS Time kernel

Mastering_the_FreeRTOS_Real_Time_Kernel-A_Hands-On_Tutorial_Guide.pdf

2017-04-09

FreeRTOS reference manual v9.0.0

FreeRTOS v9.0.0 API

2017-04-09

win7/10 MSCOMM控件

win7/10 安装注册MSCOMM控件,内涵bat档,可自动安装。亲测win10 64位,vs2012可用。

2017-03-22

BIOS基础调试

内容简介 硬件基本访问方式 PCI IRQ Routing PCI Bus Decode BIOS与Memory映射 关机与重启 Strap引脚

2015-11-10

fcgi-2.4.1-SNAP-0910052249.tar.bz2

亲测可用的fastcgi程序源码。 我是用lighttpd+nginx+spawn-fcgi+fcgi-2.4.1搭建环境。使用C语言编写后台程序。 goahead也可以用。 apt install lighttpd apt install nginx apt install spawn-fcgi tar -xjvf fcgi-2.4.1-SNAP-0910052249.tar.bz2 cd fcgi-2.4.1-SNAP-0910052249 ./configure make make install vim /etc/lighttpd/lighttpd.conf 配置fastcgi模块 vim /etc/lighttpd/conf-avaliable/10-fastcgi.conf配置fastcgi

2022-12-06

vita46.11 System Management on VPX.pdf

VITA 46.11, System Management on VPX Revision 0.3 10-Mar-11 VSO

2021-07-29

VITA_42.0_Standard_for_XMC.pdf

Standard for VITA 42.0 XMC Approved ANSI Standard

2021-07-29

SSI Compute Blade Spec r1.0.1.pdf

SSI Compute Blade Specification November 2010 Revision 1.0.1

2021-07-29

System Management BIOS(SMBIOS) Reference Specification.pdf

SMBIOS Spec 版本:v2.7.1 DMTF DSP0134

2021-07-29

PICMG_3.0_R3.0 AdvancedTCA Base Specification.pdf

PICMG3.0标准协议 AdvancedTCA

2021-07-29

Network_Controller_Sideband_Interface (NC-SI) Specification Rev 1.0.0.pdf

NCSI标准协议 版本:v1.0.0

2021-07-29

NCSI Spec v1.1.0.pdf

NCSI标准协议 版本:v1.1.0 DMTF Network Controller Sideband Interface(NC-SI)Specification 共享网卡

2021-07-29

MODBUS TCP v1.0.pdf

ModBus/TCP v1.0协议 OPEN MODBUS/TCP Specification release 1.0

2021-07-29

low pin count interface specification.pdf

LPC总线协议 Intel Low Pin Count(LPC) Interfance Specification

2021-07-29

ipmi-spec-v1.0.pdf

IPMIv1.0 Intelligent Platform Management Bus Communications Protocal Specification v1.0

2021-07-29

Intelligent Platform Management Interface Specification(IPMI) v2.0.pdf

IPMIv2.0标准协议 BMC主协议 IPMI v2.0

2021-07-29

ipmi platform mgt fru info storage def r1.3.pdf

FRU标准协议 规定了FRU的格式及使用方法 BMC子协议

2021-07-29

IPMI A Gentle Introduction with openIPMI.pdf

openIPMI标准协议

2021-07-29

ipmb-spec-v1.0.pdf

智能平台管理总线IPMB的标准协议。 Intelligent Platform Management Bus Communications Protocol Specification v1.0 BMC子协议

2021-07-29

ipmb-address-allocation_r1.0.pdf

IPMB地址分配标准 IPMB v1.0 Address Allocation

2021-07-29

icmb-spec-v1-rev1.3.pdf

Intelligent Chassis Management Bus Bridge Specification v1.0 Document Revision 1.3 智能机箱管理总线标准协议 BMC管理子协议

2021-07-29

espi_base_specification_rev1.0.pdf

eSPI标准协议 eSPI Spec Intel资料

2021-07-29

Server Management Command Line Protocol(SMTP) v1.0.pdf

SMTP标准协议 DMTF-SMASH-DSP0214

2021-07-29

devicetree-specification-v0.2_.pdf

设备树官方标准协议

2021-07-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除