Changes between Version 4 and Version 5 of Hardware/jCM/bCM1/aHardware


Ignore:
Timestamp:
Oct 28, 2007, 1:25:18 AM (17 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/jCM/bCM1/aHardware

    v4 v5  
    1313[[Image(RCM3700.jpg,align=right,title="Rabbit Semiconductor RCM 3700",200)]]
    1414
    15 The RCM3700 Rabbit Core meets all these requirements as shown below:
     15The [http://www.rabbitsemiconductor.com/documentation/docs/manuals/RCM3700/index.htm RCM3700 Rabbit Core] meets all these requirements as shown below:
    1616
    1717 * Small Footprint: 2.95” x 1.2”; 100ma @ 5v
     
    2525
    2626
    27 The software development system for the RCM3700 is completely integrated within the “Dynamic C” tool set.  Dynamic C contains a C compiler, editor, loader, and source/assembly debugger specifically tailored for Rabbit microprocessor-based products.  It includes hundreds of functions in source-code libraries.  (ex.  floating-point arithmetic and transcendental functions, serial communication drivers, analog and digital I/O drivers, I2C, SPI, GPS, encryption, file systems, etc.)  TCP/IP libraries include HTTP, POP2, TFTP, FTP, SMTP, DHCP, Socket-Level UDP/TCP, and ICMP.  Also, the preemptive operating system called microC/OS-II is fully supported. 
     27The software development system for the RCM3700 is completely integrated within the [http://www.rabbitsemiconductor.com/documentation/docs/manuals/DC/DCUserManual/index.htm “Dynamic C” tool set].  Dynamic C contains a C compiler, editor, loader, and source/assembly debugger specifically tailored for Rabbit microprocessor-based products.  It includes hundreds of functions in source-code libraries.  (ex.  [http://www.rabbitsemiconductor.com/documentation/docs/manuals/DynCFunctionReference/index.htm floating-point arithmetic and transcendental functions, serial communication drivers, analog and digital I/O drivers, I2C, SPI], GPS, encryption, file systems, etc.)  [http://www.rabbitsemiconductor.com/documentation/docs/manuals/TCPIP/UsersManualV1/index.html TCP/IP libraries include DHCP, Socket-Level UDP/TCP, ICMP] as well as [http://www.rabbitsemiconductor.com/documentation/docs/manuals/TCPIP/UsersManualV2/index.html HTTP, POP2, TFTP, FTP, SMTP].  Also, the preemptive operating system called microC/OS-II is fully supported. 
    2828
    2929Note:  The Dynamic C TCP/IP library functions are slightly different from Unix syntax, and are not directly portable to non-Rabbit platforms.