网站公告列表

  没有公告

加入收藏
设为首页
联系站长
您现在的位置: 超前科技开发网 >> 下载中心 >> 嵌入式开发软件 >> ARM系列 >> 软件下载信息
专 题 栏 目
热 门 软 件
推 荐 软 件
RL-ARM Version 3.20
运行环境: Win9x/NT/2000/XP/2003 文件大小: 8700 K
软件等级: ★★★ 软件类别: 国产软件
开 发 商: 佚名 软件语言: 英文
相关链接: 软件下载演示地址  软件下载注册地址 软件属性:         
下载次数: 本日:   本周:  
       本月:   总计:
授权方式: 免费版
解压密码: 
软件添加: 审核:armopen 录入:armopen 添加时间: 2008-2-14 20:14:09

::下载地址::
本地高速下载<2>  本地高速下载  
LPC2368 开发板(LPC2364/LPC2368).
全功能JLINK V6 ARM仿真器(SWD Support).
LM3S69XX Eval BOARD(LM3S6965开发板).
LPC2148开发板.
Mini ARM JTAG 二代
===版权声明!===
::版权归原作者所有,请尊重知识版权!软件仅供测试评估之用,请勿用于商业用途!电子书仅供学习之用.有能力购买的单位或个人建议购买.::

共享你的资料(datasheet,芯片应用,源程序等)  资料上传
::软件简介::

What's New in RL-ARM Version 3.20

RL-ARM Version 3.20

  • [RL-ARM]
    Changed the library names to be consistent with the Endianess type. RTX libraries are automatically included by µVision IDE, other libraries need to be included manually into the project.
  • [RTX Kernel]
    Updated: the RTX library for Cortex-M devices. In the new library the system calls (all os_xxx functions) are executed in svc mode and extended features of Cortex-M devices for RTOS support are used. The library is more roboust and fail-proof. New concept allows tasks to run in protected (unpriviliged) mode. The task run mode (priviliged or unpriviliged) is selectable from the config file.
    Note: The code from old RTX projects is compatible to the new library, however old configuration files need to be replaced with the new RTX_Conf_CM.c file and old startup files updated with access to SVC_Handler, PendSV_Handler and SysTick_Handler exception handlers.
                      IMPORT  SVC_Handler
                    IMPORT  PendSV_Handler
                    IMPORT  SysTick_Handler
    
    Vectors         ..
                    DCD     SVC_Handler             ; SVCall Handler
                    DCD     Default_Handler         ; Debug Monitor Handler
                    DCD     0                       ; Reserved
                    DCD     PendSV_Handler          ; PendSV Handler
                    DCD     SysTick_Handler         ; SysTick Handler
                    ..
    
    
  • [RTX Kernel]
    Added support for Texas Instruments TMS470R1B1M device. RTX_Config.c configuration for RTX kernel was added. Preconfigured examples for TMS470R1B1M evaluation board can be found in ..\ARM\Boards\TI\TMS470R1B1M folder.
  • [RTX Kernel]
    Added support for NXP LPC3180 device. RTX_Config.c configuration for RTX kernel was added. Preconfigured examples for Phytec LPC3180 evaluation board can be found in ..\ARM\Boards\Phytec\LPC3180 folder.
  • [RTX Kernel]
    Corrected a core problem for Cortex-M devices. Handling of isr_xxx function calls was incorrect and could cause task locks. Wrong handling of task switches and __svc functions could cause sporadic application crashes if additional user interrupts were enabled.
  • [TCPnet]
    Added cgi script files for the WEB server may may now be stored on external File System, for example on exernal SD Card. There is no limitation where the cgi files are stored. Additional function http_fgets for script buffering has been added to HTTP_uif.c user interface module.
  • [TCPnet]
    Added: IP Multicasting with IGMP - Internet Group Management Protocol. IP Multicasting allows sending and reciving Multicast UDP datagrams to several hosts simultaneously.
    Note: All ethernet drivers have been updated to enable receiving of Multicast packets.
  • [TCPnet]
    Corrected an ethernet driver problem for STMicroelectronics STR912 devices. Updated driver now works correctly when the user application calls init_TcpNet() again to restart the TCPnet library.
  • [TCPnet]
    Corrected an ethernet driver problem for LPC24xx devices. Updated driver works with both old LPC24xx device rev. '-' and new LPC24xx device rev. 'A' and later.
  • [TCPnet]
    Corrected a problem of truncating NetBIOS names. By a mistake only 12 characters of the host name were decoded from the NBNS packet. This has been corrected to decode all 16 characters.
  • [TCPnet]
    Corrected an ethernet driver problem for LPC24xx devices. Clock divider setting definitions from the LPC24xx_EMAC.h were incorrect. All MCB2400 examples were updated and the startup file was replaced with LPC2400.s startup file.
  • [TCPnet]
    Corrected an ethernet driver problem for LPC23xx and LPC24xx devices. Receive Packet filtering was set incorrectly and enabled the promiscuous mode. All ethernet packets were received and not filtered by hardware. The IP layer from the software has filtered the packets, what has caused unnecessary cpu load and reduced performance.
  • [TCPnet]
    Warning:
    The configuration files Net_Config.c and Net_Debug.c are nomore compatible to older versions and need to be replaced. Incompatible configuration files will not compile and build.
  • [Flash File System]
    Added drivers for STMicroelectronics STM32x devices. An SD_File example for MCBSTM32 Keil evaluation board can be found in ..\ARM\Boards\Keil\MCBSTM32\RL\FlashFS folder.
  • [Flash File System]
    Corrected a Memory Card Interface driver problem for LPC23xx devices silicon rev. 'B'. Updated driver works with all silicon revisions: rev. '-', rev. 'A' and rev. 'B'.
  • [Flash File System]
    Corrected potential unaligned Flash/RAM device access for fread() and fwrite() functions. The fix required an update of Flash Programming algorithms which are located in ..\ARM\RL\FlashFS\Flash folder. The function fs_ProgramPage() was updated to allow unaligned buffer access.

::相关软件::
没有相关软件下载
::下载说明::
为了达到最快的下载速度,推荐使用网际快车下载本站软件。
如果您发现该软件不能下载,请通知管理员或点击【此处报错】,谢谢!
未经本站明确许可,任何网站不得非法盗链及抄袭本站资源;如引用页面,请注明来自本站,谢谢您的支持!
本站内所有资料仅限学习、交流,禁止用于任何商业用途!
站内提供的资料均来自网络以及注册用户自行上传,若侵犯了您的权益,敬请来信通知我们!
若您的资料希望能与大家分享,我们愿意和您一起宣传!投稿请点击这里。
推荐使用电信,网通,铁通网络,本站不支持多线程下载。
      网友评论:(评论内容只代表网友观点,与本站立场无关!) 发表评论
Copyright 2003-2006 www.mcu123.com© All Rights Reserved
版权所有 © 超前科技开发网
粤ICP备05005262号