monoZ docs
Application Config

1. Application tab

monoZ SDK libraries contain pre made user application examples which can be added in generated files. These examples can be used as reference for building user application, or user application can be directly built over them. Add these examples one by one via the application tab from the Tasks dropdown box. Select the Tasks from the dropdown and press ’Add’ button. The default configuration with regards to FreeRTOS scheduler such as Stack size and OSpriority can be changed in the setting tab opened by clicking the settings icon. User can add multiple examples for same project. The detailed explanation for these examples can be referred in the examples section.

APPLICATION_TAB


applicationmodule1


applicationmodule2


applicationmodule3

2. Generate the project

For generating this project press on the ‘Generate’ button, upon which a popup screen will appear, that ask for the folder path where this project has to be dumped. Browse the path and then click ‘Generate’ in that popup.

applicationmodule4


applicationmodule5


applicationmodule6

After few seconds project will be generated successfully.

applicationmodule8

After successful generation of the project, a popup notifying successful generation shall appear. Click 'OK' to continue and now the application can be closed or maybe used to generate another project file.

applicationmodule7

The generated project can be imported in STM32CubeIDE for building user application.