CrossStudio's New Project Wizard simplifies the creation of projects for the Revely RMS101 SBC by creating a project with the appropriate project settings, memory map files and startup files. See Creating a New Project for more information on creating projects.

To create a new Revely RMS101 SBC project

CrossStudio for ARM supports the Revely RMS101 SBC running applications from both RAM and FLASH. 

To build and debug an application

The following sections describe the Revely RMS101 SBC support in more detail. See ARM Target Support for more information.

Memory Map Files

The default memory map file $(StudioDir)/targets/Revely_RMS101_SBC/Revely_RMS101_SBC_MemoryMap.xml has been provided. This file is used to describe the memory layout of the target and is used for linking and debugging. The placement of program sections within the memory map for both RAM and FLASH configurations is described by the non-target-specific default memory maps $(StudioDir)/targets/flash_placement.xml and $(StudioDir)/targets/sram_placement.xml.

The memory segment layout for both configurations is the same and is described in the following table:

Type Description Start Address End Address
SDRAM External SDRAM 0x20000000 0x200FFFFF
FLASH External FLASH 0x40000000 0x400FFFFF
SRAM Internal SRAM 0x60000000 0x00007FFF

The external SDRAM is also mapped to address 0x00000000 in both RAM and FLASH configurations in order to allow the exception vectors to be modified at runtime.

Target Startup Code

The default startup code is in $(StudioDir)/targets/Revely_RMS101_SBC/Revely_RMS101_SBC_Startup.s. It contains the exception vectors, target specific startup code and the default exception handlers.

Installing the Revely RMS101 SBC Bootloader

To install the bootloader using CrossWorks for ARM:

Troubleshooting