ReadMe.txt for the MAXIM32590 start project.

This project was built for Maxim MAXIM32590 JIBE EEK
It has been tested with the following versions:
- V5.10


Supported hardware:
===================
The sample project for MAXIM32590 is prepared
to run on a Maxim MAXIM32590 JIBE EEK eval board, but may be used on other 
target hardware as well.

Using different target hardware may require modifications.

Configurations:
===============
- Debug:
  This configuration is prepared for download into
  internal SRAM using J-Link.
  An embOS debug and profiling library is used.

- Release:
  This configuration is prepared to build a "release"
  output which can be downloaded into internal SRAM using JLink.

Notes:
======
To download the output the EEK has to be connected via R232 cable from your PC to UART0:
1) Open "Cygwin Terminal"
2) Type in Terminal:
	a) cd c:\secure_rom/Host/customer_scripts/scripts
	b) bash ./sign_exec_for_bootrom.sh ../../../SLA/build/sla_template.bin 00920000 00920000 ../keys/maximtestcrk.key
	c) bash ./build_application.sh ../../../SLA/build/sla_template.bin.sbin buildapp ../keys/maximtestcrk.key NOR
	d) bash ./sendscp.sh <COM1> buildapp   -- replace <COM1> with the COM-port where the EEK is connected to
3) Follow the instruction displayed in Cygwin Terminal