STM32 Basic Definitions and Framework Library.
- Add
definitions.h
to your code. - Add
iframework.h
to your code: this automatically includes the libraries and drivers correctly added to the project. - Change the templates as needed and add them to your project, renaming them without the
.template
suffix - In
user_code.c
anduser_code.h
are defined three functions which can be used to test the code (user_code_initialize()
,user_code_experiment_pre()
anduser_code_experiment_post()
).
If the FreeRTOS is enabled:
- In
tsk_system
there is the entry function defined during the FreeRTOS setup; - The
tsk_app
files are the task used in the AppCode folder;
Needed when FreeRTOS is enabled: