Readme.txt for the ST STR912 start project.

This project was built for IAR Embedded Workbench for ARM V8.11.1.

Supported hardware:
===================
The sample project for the STR912 is prepared to run on
an IAR STR912 Starter Kit. Using different target hardware
may require modifications.

Configurations:
===============
- Debug_RAM:
  This configuration is prepared for download into target
  RAM using J-Link. An embOS debug and profiling library
  is used.

  Note: STR912 does not support RAM re-mapping.
  Since Flash is always located at address 0x0, you have
  to program an interrupt jump table into flash, which
  allows usage of interrupts even when executing from RAM.
  After loading the vector interrupt table into flash,
  the Debug_RAM configuration works as expected.

  You can use the IAR flashloader to load the interrupt jump
  table into flash. Select the STR912_JumpTable project, build
  it and start the C-Spy debugger to program it into flash.
  The project also generates an additional file, STR912_jumpvect.mot,
  which can be programmed into flash using other tools such as
  J-Flash.

- Debug_Flash
  This configuration is prepared for download into target
  Flash using J-Link. An embOS release library is used.

- Release_Flash
  This configuration is prepared for download into target
  flash using J-Link. An embOS release library is used.
