The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using optimized SW routines with a performance up to 25KBaud in Slave Mode with half duplex transmission and an overhead less than 60% atSAB C513 with 12 MHz. Due to the implementation in C this performance is not the limitof the chip. A pure implementation in assembler will result in a strong reduction of theCPU load and therefore increase the maximum speed of the interface. In addition,microcontrollers like the SAB C505 will speed up the interface by a factor of two becauseof an optimized architecture compared with the SAB C513.Moreover, this solution lays stress on using as few on-chip hardware resources aspossible. A more excessive consumption of those resources will result in a highermaximum speed of the emulated interface.Due to the restricted performance of an 8 bit microcontroller a pin compatible solution isprovided only; the internal register based programming interface is replaced by a set ofsubroutine calls.The attached source files also contain a test shell, which demonstrates how to exchangeinformation between an on-chip HW-SSC and the emulated SW-SSC via 5 external wiresin different operation modes. It is based on the SAB C513 (Siemens 8 bit microcontroller).A table with load measurements is presented to give an indication for the fraction of CPUperformance required by software for emulating the SSC.
标签: synchronous Emulating serial
上传时间: 2014-01-31
上传用户:z1191176801
The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using SW routines implemented in C. The code is focused onthe SAB C513, but will fit to all C500 derivatives.Beyond the low level software drivers a test shell is delivered. This shell allows a quicktest of the software drivers by an emulator or a starter kit demo board.
上传时间: 2013-11-24
上传用户:363186
主要使用了页框和表格 其中有些小技巧可以值得学学:) 包括即时模糊查询以及筛选、还有记忆窗口位置,表格列的排序和列宽 纯代码的,未OCX控件、类 是用VFP8的 ----适合初学者 vfp8 包括所有源码以及安装制作(txdq安装制作.VCT),你应相应更改路径 安装制作使用InstVise的
上传时间: 2014-01-04
上传用户:小眼睛LSL
AM收音机测试方法: 此测试方法适用于接收频率为150KHz-30MHz范围,长波(LW)、中波(MW)、短波(SW)、等波段的调幅收音机,为了性能的比较,作为标准测试方法
上传时间: 2014-01-25
上传用户:凤临西北
S-加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。 加密算法包括5个函数:初始置换(IP);复杂函数fk,它包含有置换和代换运算,并且依赖于输入的密钥;用以转换数据两个部分的简单置换函数(SW);再一次运用函数fk;最后的一个置换函数是IP的逆。解密过程是加密的逆过程。
上传时间: 2015-08-17
上传用户:libenshu01
地理数据格式转化小软件,可以实现ESRI EOO(*.e00),Info MIF(*.mif),AutoCAD(*.dxf),地球数据标准格式(*.vct), ESRI Shape(*.shp),NREDIS标准格式(*.nsi),地理要素标记语言(*.fml)之间的数据转化
上传时间: 2015-08-22
上传用户:huyiming139
复杂网络中的小世界模型,包括nw模型和Sw模型还有求度分布的matlab程序代码。
上传时间: 2014-01-25
上传用户:wlcaption
C++编码规范,摩托罗拉公司, 这本书最主要的思想来源是摩托罗拉公司st眺H聊kes和M皿Pebx为寻呼系统部 所写的6MlJ6[IR‘‘/of Zf6‘小‘C??,其次是ScoK MeyeK的两本著作坝“5v‘Ct?和 他用ZJF6cfIv‘C?十,另外,也参考了SW公RJ的Ct十比‘fb GM5d6(P6阳DW6JoP6f 6 yF8朋d62J、EnchG朋皿a等的(4设L1模式——可复用面向对象软件的基础》、以及使用TeleLogic公司Logiscope自动工 县的一些经验。最后,还参考丁许多不同组织、不同版本的关于cH编码规范的相关文 章和标准。
上传时间: 2013-12-30
上传用户:love_stanford
A Linux port of the OpenBSD/FreeBSD Cryptographic Framework (OCF). This port aims to bring full asynchronous HW/SW crypto acceleration to the Linux kernel, OpenSwan, OpenSSL and applications using DES, 3DES, AES, MD5, SHA, PublicKey, RNGs and more.
标签: port Cryptographic Framework FreeBSD
上传时间: 2016-03-29
上传用户:小宝爱考拉
--文件名:mine4.vhd。 --功能:实现4种常见波形正弦、三角、锯齿、方波(A、B)的频率、幅度可控输出(方波 --A的占空比也是可控的),可以存储任意波形特征数据并能重现该波形,还可完成 --各种波形的线形叠加输出。 --说明: SSS(前三位)和SW信号控制4种常见波形种哪种波形输出。4种波形的频率、 --幅度(基准幅度A)的调节均是通过up、down、set按键和4个BCD码置入器以及一 --个置入档位控制信号(ss)完成的(AMP的调节范围是0~5V,调节量阶为1/51V)。 --其中方波的幅度还可通过u0、d0调节输出数据的归一化幅值(AMP0)进行进一步 --细调(调节量阶为1/(51*255)V)。方波A的占空比通过zu、zp按键调节(调节 --量阶1/64*T)。系统采用内部存储器——RAM实现任意输入波形的存储,程序只支 --持键盘式波形特征参数置入存储,posting 为进入任意波置入(set)、清除(clr)状态 --控制信号,SSS控制存储波形的输出。P180为预留端口,
上传时间: 2017-02-09
上传用户:z1191176801