|
SmartSnippets DA1459x SDK
|
This application is a simple implementation of a FreeRTOS template application. The main.c creates a template task which prints periodically a '#' character to the output.
The project is located in the projects/dk_apps/templates/freertos_retarget folder.
To install the project follow the General Installation and Debugging Procedure.
The following file structure will be created:
The template contains build configurations for executing it from RAM, QSPI or eFLASH.
DA1459X-00-Debug_eFLASH. The project is built to be run from eFLASH. The executable is built with debug (-Og) information.DA1469X-00-Debug_RAM. The project is built to be run from RAM. The executable is built with debug (-Og) information.DA1469X-00-Debug_QSPI. The project is built to be run from QSP. The executable is built with debug (-Og) information.DA1459X-00-Release_eFLASH. The project is built to be run from eFLASH. The executable is built with no debug information and size optimization (-Os).DA1469X-00-Release_RAM. The project is built to be run from RAM. The executable is built with no debug information and size optimization (-Os).DA1469X-00-Release_QSPI. The project is built to be run from QSPI. The executable is built with no debug information and size optimization (-Os).The template gives the user the option to redirect the output either to RTT or Retarget by defining the CONFIG_RETARGET pre-processor macro.
Note: The template uses the retarget option by default.
1.8.16