Keil Logo

What's New in MDKARM Version 3.03a

  • [RealView Compilation Tools V3.0 SP1]
    Incorporated the RealView Compilation Tools V3.0 SP1 into this release.
  • [RealView Compilation Tools V3.0 SP1]
    Corrected a potential problem during Flash download or program load process.
  • [RealView Compilation Tools V3.0 SP1]
    Added the __at keyword which enables you to locate constants at absolute addresses. For example:
    #include <absacc.h>
    
    const char MyText[] __at (0x1F00) = "TEXT AT ADDRESS 0x1F00";
    
    // Locate MyText to address 0x1F00
    
  • [RealView Compilation Tools V3.0 SP1]
    Added absolute address location support for assembler files. You may now define the location using section names composed of |.ARM.__AT_<addr>|. For example, the following locates a section to address 0xFFE0:
    AREA |.ARM.__AT_0xFFE0|, CODE, READONLY
    
  • [ULINK]
    Added support for ULINK2 into the ULINK driver.
  • [Device Support]
    Added Flash programming support for NAND Flash on the Nohau Evaluation Board for the NXP (Philips) LPC3180.
  • [Device Support]
    Added device support for the NXP (Philips) LPC2368 and LPC2378.
  • [Device Support]
    Added device support for the STMicroelectronics STR750.
  • [Device Support]
    Added device support for the Atmel AT91SAM7SE.
  • [Device Support]
    Added debug dialog support to the target debugger for the STMicroelectronics STR91x devices.
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.