The AT91SAM9261S is pin-to-pin COMPATIBLE with the AT91SAM9261. Memory size available in this product is 16K bytes of SRAM and 32K bytes of ROM
标签: 9261 COMPATIBLE pin-to-pin SAM
上传时间: 2014-01-07
上传用户:PresidentHuang
μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward COMPATIBLE with μC/OS (at least from an application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application code should require only minor changes (if any). Also, because μC/OS-II is based on the same core as μC/OS, it is just as reliable. I added conditional compilation to allow you to further reduce the amount of RAM (i.e. data space) needed by μC/OS-II. This is especially useful when you have resource limited products. I also added the feature described in the previous section and cleaned up the code. Where the book is concerned, I wanted to clarify some of the concepts described in the first edition and provide additional explanations about how μC/OS-II works. I had numerous requests about doing a chapter on how to port μC/OS and thus, such a chapter has been included in this book for μC/OS-II.
标签: OS-II COMPATIBLE important Probably
上传时间: 2013-12-02
上传用户:jkhjkh1982
Release Notes - Version 4.0 TimeSys Linux SDK for Pentium and COMPATIBLE Development Boards
标签: Development COMPATIBLE Release Pentium
上传时间: 2013-12-26
上传用户:1051290259
The PMSM FOC is made of several C modules, COMPATIBLE with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorithm for rotor position reconstruction.
标签: free-of-charge COMPATIBLE KickStart modules
上传时间: 2014-01-09
上传用户:498732662
This is a uart source written by VHDL .widely used and COMPATIBLE with Whibone.
标签: COMPATIBLE Whibone written source
上传时间: 2013-12-22
上传用户:cxl274287265
原像发给我的资料希望对大家有用PAN3101 COMPATIBLE MCU LIST 20050413.pdf
标签: COMPATIBLE 20050413 3101 LIST
上传时间: 2016-09-22
上传用户:tianyi223
获得当前连接到电脑的USB设备的详细信息 Device Description Hardware Id COMPATIBLE Ids Service Class ClassGuid Driver Manufacturer Enumerator
标签: Description COMPATIBLE ClassGuid Hardware
上传时间: 2016-12-03
上传用户:cjl42111
The SL74HC573 is identical in pinout to the LS/ALS573. The device inputs are COMPATIBLE with standard CMOS outputs with pullup resistors, they are COMPATIBLE with LS/ALSTTL outputs. These latches appear transparent to data (i.e., the outputs change asynchronously) when Latch Enable is high. When Latch Enable goes low, data meeting the setup and hold time becomes latched.
标签: COMPATIBLE The 573 identical
上传时间: 2016-12-29
上传用户:变形金刚
NEC-SIRCS-JAPAN-RC5-SAMSUNG COMPATIBLE, multiprotocol infrared remote control. Replaces up to 6 existing remote controls into one. With manual learning function, LED display and/or LCD. 2V6-3V2, low power (sleep function) More protocols will be added later if needed (DENON, DAEWOO, MOTOROLA, RECS80.)
标签: NEC-SIRCS-JAPAN-RC multiprotocol COMPATIBLE Replaces
上传时间: 2017-05-27
上传用户:3到15
* TFTP client COMPATIBLE with RFC-1350 * compile under visiual c++ or borland c++ * author email: yuyushine@163.com ***************************************************/ #define _VC /* if compile under visiual c++ else undefine this*/ #include <stdio.h> #include <winsock.h> #include <conio.h> #ifndef MAKEWORD #define MAKEWORD(l,h) ((WORD)(((BYTE)(l))|(((WORD)(BYTE)(h))<<8))) #endif #define WSA_MAJOR_VERSION 1 #define WSA_MINOR_VERSION 1 #define WSA_VERSION MAKEWORD(WSA_MAJOR_VERSION, WSA_MINOR_VERSION)
标签: COMPATIBLE borland compile visiual
上传时间: 2014-01-15
上传用户:yuchunhai1990