虫虫首页|资源下载|资源专辑|精品软件
登录|注册

SSC

  • 使用软件程序仿真C500微控制器系列SSC(同步串行通道)功

    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.

    标签: C500 SSC 软件 程序

    上传时间: 2013-11-23

    上传用户:363186

  • AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于同步串口SSC功能测试

    AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于同步串口SSC功能测试

    标签: SAM AT 91 SAM7

    上传时间: 2016-08-18

    上传用户:bruce5996

  • AT91SAM7S64的SSC功能应用

    AT91SAM7S64的SSC功能应用,用于控制音频解码芯片CS4330,在IAR下编译运行。

    标签: SAM7 SAM S64 SSC

    上传时间: 2013-12-26

    上传用户:笨小孩

  • SSC Algorithm - competitive for data quantization

    SSC Algorithm - competitive for data quantization

    标签: quantization competitive Algorithm data

    上传时间: 2013-12-19

    上传用户:lijinchuan

  • modular office SSC modular office typical workstation with table FINAL

    modular office SSC modular office typical workstation with table FINAL

    标签: modular office workstation typical

    上传时间: 2013-12-14

    上传用户:thinode

  • Synchronous Serial Communications (SSC) is a synchronous serial communications protocol between

    Synchronous Serial Communications (SSC) is a synchronous serial communications protocol between a target PICmicro microcontroller unit and the PICkit 1 or 2.

    标签: Communications communications Synchronous synchronous

    上传时间: 2013-12-18

    上传用户:ahljj

  • : Interface definition for driver code for I2C (SSC) interface

    : Interface definition for driver code for I2C (SSC) interface

    标签: definition Interface for interface

    上传时间: 2017-09-24

    上传用户:firstbyte

  • 电力线扩频载波通讯电路设计方案

    电力线载波通讯是一种低价方便、并可免除装设专用通信线路的通信技术, 文中介绍了利用Chirps 扫描频率进行载波的扩频通讯技术和CEBUS 总线的有关协议, 给出了由SSC P300 芯片构成的电力线载波通讯电路在电表自动抄收系统中的应用设计实例。

    标签: 电力线 扩频 载波 设计方案

    上传时间: 2013-11-16

    上传用户:hanwu

  • Emulating a synchronous serial

    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

  • An easy way to work with Exter

    Internal Interrupts are used to respond to asynchronous requests from a certain part of themicrocontroller that needs to be serviced. Each peripheral in the TriCore as well as theBus Control Unit, the Debug Unit, the Peripheral Control Processor (PCP) and the CPUitself can generate an Interrupt Request.So what is an external Interrupt?An external Interrupt is something alike as the internal Interrupt. The difference is that anexternal Interrupt request is caused by an external event. Normally this would be a pulseon Port0 or Port1, but it can be even a signal from the input buffer of the SSC, indicatingthat a service is requested.The User’s Manual does not explain this aspect in detail so this ApNote will explain themost common form of an external Interrupt request. This ApNote will show that there is aneasy way to react on a pulse on Port0 or Port1 and to create with this impulse an InterruptService Request. Later in the second part of the document, you can find hints on how todebounce impulses to enable the use of a simple switch as the input device.Note: You will find additional information on how to setup the Interrupt System in theApNote “First steps through the TriCore Interrupt System” (AP3222xx)1. It would gobeyond the scope of this document to explain this here, but you will find selfexplanatoryexamples later on.

    标签: Exter easy work with

    上传时间: 2013-10-26

    上传用户:zhangyigenius