Flash demo example for S32S247TV.

Build the project.
Select 'Run/Debug Configurations...' menu and run 'flash_demo_S32Debug' debug configuration.
Reset the board after flashing will be finished.
Run 'flash_demo_Debug_RAM_S32Debug_group' launch group.

If your source files were changed the following procedure should be executed to recreate program flash image.

Run S32 Configuration Tool and select following settings:
- S32S247TV
- BGA 501 package
- Cortex-R52 (Core #0)
- AMP SDK v1
- DCD
- IVT 
and press 'Finish' button.

Following list of settings on 'IVTView' tab shall be switched off:
- BOOTSEQ: Secured boot mode
- Boot Target Watchdog
- DCD
- DCD(backup)
- HSE
- HSE(backup)
- Application bootloader(backup)

'QuadSPI Serial Flash' shall be selected as boot device type and 'Configure QuadSPI parameters'option shall be switched off.

Select flash_demo_R52_0_0.bin file from 'Debug_RAM' directory of 'flash_demo_R52_0_0' project as application bootloader source image
in S32 Configuration Tool.

Enter 0x34000000 address as RAM start pointer and RAM entry pointer.
Enter 0x400 address as start address of application bootloader.
Export created application bootloader image with 'app_image.bin' name into 'Project_Settings/Debugger' directory of 'flash_demo_R52_0_0' project.
