To import and build the RZ ARM FreeRTOS project in e2 studio perform the following steps: 1. Open e2 studio and create a new workspace in ’FreeRTOSV8.1.2_RZ_RSK_e2studio/FreeRTOSV8.1.2’ 2. Then import existing project from: FreeRTOSV8.1.2_RZ_RSK_e2studio\FreeRTOSV8.1.2\FreeRTOS\Demo\CORTEX_A9_RZ_R7S72100_e2studio 3. ENSURE THAT “Copy projects into workspace” IS NOT CHECKED 4. Then build – project will build without error 5. For Debug, a sample RZ RSK JLink Launch configuration is provided which can be imported into the project. 6. The default linker configuration in this project uses the linker directive file: FreeRTOSV8.1.2\FreeRTOS\Demo\CORTEX_A9_RZ_R7S72100_e2studio\src\RenesasFiles\compiler_specific\FreeRTOS_RAM.ld 7. To re-build for execution from QSPI switch the linker directive file used in: Project Properties->C/C++ Build->Settings->Linker->Other->File To: "..\src\RenesasFiles\compiler_specific\FreeRTOS_QSPI.ld" 8. Then perform a clean/build on the project. 9. To program the FreeRTOS QSPI image open a command prompt in the directory: FreeRTOSV8.1.2\FreeRTOS\Demo\CORTEX_A9_RZ_R7S72100_e2studio\QSPI_Flash_Load 10. Then run the batch file "LoadFreeRTOSToQSPI.bat" and follow the instructions shown. 11. This will program the FreeRTOS image to run from QSPI, with all runtime data in internal RAM. 12. If Debug from QSPI is required, edit the Debug Configuration and ensure that the Load type under: (e.g.) RZ_RSK_FreeRTOS_V8.1.2_e2studio HardwareDebug->Startup Is set to "Symbols only".